You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/11/01 23:56:52 UTC

DO NOT REPLY [Bug 43777] New: - Wrong encoding of element in response

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

           Summary: Wrong encoding of <href> element in response
           Product: Apache httpd-2
           Version: 2.2.6
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dav
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: malinowskirafal@wp.pl


Hello.
I'm using iso-8859-2 encoding for my system. I've created a directory in my webdav folder with 
iso-8859-2 characters: &#261;&#261;&#261;.

Response for PROPFIND on parent directory returns xml document in response with charset="utf-8", 
but <href> element for &#261;&#261;&#261; directory was in iso-8859-2 charset not in utf-8. I think there is missing 
conversion somewhere.

How to reproduce:
1. set up system for iso-8859-2 charset
2. set up a webdav server
3. create a webdav resource with iso-8859-2 charset
4. make PROPFIND for parent resource of created one, with depth 1
5. look at response, encoding of <href> element is wrong, not utf-8

Expected results:
<href> element is encoded using utf-8

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org