DO NOT REPLY [Bug 5114] - The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface gives different path information for Latin-1 characters not included in the english language.

2002-03-18 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114

The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface 
gives different path information for Latin-1 characters not included in the english 
language.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|REMIND  |



--- Additional Comments From [EMAIL PROTECTED]  2002-03-19 00:38 ---
Reopen.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5114] - The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface gives different path information for Latin-1 characters not included in the english language.

2002-03-18 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114

The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface 
gives different path information for Latin-1 characters not included in the english 
language.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-03-19 00:45 ---
getRequestURL will return the original URI used by the client, which may have
been encoded.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5114] - The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface gives different path information for Latin-1 characters not included in the english language.

2001-11-27 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114

The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface 
gives different path information for Latin-1 characters not included in the english 
language.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||REMIND
Summary|The methods getPathInfo()   |The methods getPathInfo()
   |and getRequestURL() of the  |and getRequestURL() of the
   |HttpServletReguest interface|HttpServletReguest interface
   |gives different path|gives different path
   |information for Latin-1 |information for Latin-1
   |characters not included in  |characters not included in
   |the english language.   |the english language.



--- Additional Comments From [EMAIL PROTECTED]  2001-11-27 08:50 ---
There is no reliable way to find out the URL encoding, unfortunately.
The emerging standard seems to be to use UTF8, which is what Tomcat is doing 
(which of course isn't matching your platform encoding that the file operations 
use).

Many discussions on this occurred on tomcat-dev in the past. Please feel free 
to ask for more information (I know Costin loves this subject).

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]