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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: ąąą. Response for PROPFIND on parent directory returns xml document in response with charset="utf-8", but <href> element for ąąą 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
