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

Incorrect encoding assumption

           Summary: Incorrect encoding assumption
           Product: Slide
           Version: 2.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: WebDAV Server
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In WebdavUtils.java, line 315.

        return decodeURL(fixTomcatURL(result, "UTF-8"));  // the request URL is 
utf-8 encoded


I am curious why "UTF-8" is prefered? I am using Windows 2000 and Dreamweaver 
as the WebDAV client. And the server side is slide 2.0 tomcat bundle. All 
operation with non-ascii characters fail. The request encoding is 
obviously "8859_1", not "UTF-8". After I changeg the line above to "8859_1". 
Problems are solved.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to