Cleans pathname of safe/incorrect character sequences
Cleans pathname of safe/incorrect character sequences. Replaces unsafe/incorrect instances of: //[...] with / /./ with / /../ with / (technically not what we want, but browsers should deal with this, not servers) Stops parsing at '?'
Alphabetic index Hierarchy of classes