You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/08/08 15:52:45 UTC

DO NOT REPLY [Bug 11546] - [PATCH] Don't encode % as %25 in AbstractFilesystemStore

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

[PATCH] Don't encode % as %25 in AbstractFilesystemStore





------- Additional Comments From cziegeler@apache.org  2002-08-08 13:52 -------
Does this patch realy work?

Assume you encode '%20' which will be with the old method transformed to '%
2520'. So when this is decoded, it can be decoded to '%20'.
But with your patch it will not be encoded, but decoded to ' ' (If %20 is 
space).

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org