Parsing problem in the encoded Url

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,
 
I have an issue with the parsing of the url and getting the original uri from the url, when the url is encoded. 
 
When I access, 
http://servername:port/hh/test?var1=xyz , then the URI generated here is only  /hh/test and args is var1=xyz .
But when I access
http://servername:port/hh/test%3Fvar1=xyz, the URI generated is /hh/test?var1=xyz and args is null.

So, here the parsing w.r.t. the "?" is not happening correctly. As the character is encoded, it's not separating out the URI and the ARGS.
 
Has anybody encountered this issue ? Does anybody know if there is a bug already ?
 
Thanks in advance,
-Alaka



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux