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=10469>.
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=10469

URLs of resources from application archives contain spaces





------- Additional Comments From [EMAIL PROTECTED]  2002-11-07 16:42 -------
I have encoded my urls with response.encodeURL(), while this puts the sessionID 
in correctly when needed, it does encode spaces to %20.

The following is an excerpt from
http://www.oreillynet.com/cs/user/view/cs_msg/3520
------------------
Spaces in URL's are generally given special interpretation, so, when they are 
not intended to have any such special interpretation, they are supposed to be 
escaped (%20, of course).  While it's true that some browsers will 
appropriately modify a given URL in their HTTP interchange with the server, 
this is non-standard and cannot be relied upon.

Therefore, the URL "http://www.oreillynet.com/mac/2001/06/01/graphics/h-m 
switch.gif" should be "http://www.oreillynet.com/mac/2001/06/01/graphics/h-m%
20switch.gif".

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to