You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xml-commons-dev@xerces.apache.org by bu...@apache.org on 2006/04/02 17:42:35 UTC

DO NOT REPLY [Bug 39181] New: - File() writes file with %20" (percent twenty) in filename

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39181

           Summary: File() writes file with %20" (percent twenty) in
                    filename
           Product: XmlCommons
           Version: 1.x
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P5
         Component: SAX
        AssignedTo: commons-dev@xml.apache.org
        ReportedBy: laklare@ml1.net


In the following code, if the target string variable contains a space, the name
of the file produced will contain "%20" (percent twenty) instead of a space. 
I'm using jdk1.5.0_06.  This was originally reported under FOP
(http://issues.apache.org/bugzilla/show_bug.cgi?id=39030).

TransformerFactory factory = TransformerFactory.newInstance();
        Transformer transformer = factory.newTransformer();
        transformer.transform(
                new javax.xml.transform.dom.DOMSource(doc),
                new javax.xml.transform.stream.StreamResult(new File(target)));

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 39181] - File() writes file with %20" (percent twenty) in filename

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39181>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39181


mrglavas@ca.ibm.com changed:

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




------- Additional Comments From mrglavas@ca.ibm.com  2006-04-03 05:06 -------
I see you were trying to report this problem against Xalan-J. Xalan has moved 
to JIRA for bug reporting (which is why you couldn't find it in Bugzilla). 
Please re-open your bug report here: 
http://issues.apache.org/jira/browse/XALANJ.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.