Here's a simple problem - given two urls, is there some built-in method, or an Apache library that decides whether they are (logically) equal?
For example, these two urls are equal:
http://stackoverflow.com
http://stackoverflow.com/
|
While The URIs Maybe you can use |
|||||||||||
|
Note from docs -
So, instead you should prefer URI::equals reference as @Joachim suggested. |
|||||||
|
|
sameFile
excluding the fragment component. Returns true if this URL and the other argument are equal without taking the fragment component into consideration. Parameters: other - the URL to compare against. Returns: true if they reference the same remote object; false otherwise. also please go through this link
As iam unable to add comment , browser throwing Javascript error. so iam adding my comment here. regret for inconvience. //this what i suggeted
so Joachim Sauer check once, please change your reputaion. |
||||
|
|
URLclass would have some kind of documentation… OH WAIT. – Bombe Mar 23 '11 at 8:24