You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/08/05 15:17:24 UTC

DO NOT REPLY [Bug 11464] - Can't parse files with URL encoded names

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

Can't parse files with URL encoded names

gmarcy@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From gmarcy@us.ibm.com  2002-08-05 13:17 -------
You are mixing filenames and URLs in an inconsistant manner.  Filesystem
services do not use URL escaping mechanisms.  If you create a file called
"%21%40%23%24.xml" then the filesystem is perfectly happy to "literally"
create and read that file.  However, the URL required to access that file
now must escape all of these '%' characters to access this file, which you
do not do.  However, if you were to create a file with the name "!@#$.xml"
then you could access it using the URL "file:%21%40%23%24.xml".

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