You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/05/12 04:38:17 UTC

DO NOT REPLY [Bug 28919] New: - Incorrect encoding assumption

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: slide-dev@jakarta.apache.org
        ReportedBy: alexieong@msn.com


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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org