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=34957>. 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=34957 Summary: Contenttype is incorrect Product: Slide Version: 2.1 Platform: Other OS/Version: other Status: NEW Severity: critical Priority: P2 Component: WebDAV Server AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] org.apache.slide.webdav.method.AbstractWebdavMethod contains TEXT_XML_UTF_8 with incorrect formatted UTF-8 entry. charset="UTF-8" should be without the quotes when setting in in the response contenttype. Change public static final String TEXT_XML_UTF_8 = "text/xml; charset=\"UTF-8\""; to public static final String TEXT_XML_UTF_8 = "text/xml; charset=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]
