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

           Summary: Websphere doesn't like extra double quote
           Product: Slide
           Version: 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDAV Server
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When I tried to deploy slide 2.1 on WebSphere 5.1.1, I got the following error

Failed to create a writer with encoding "UTF-8"

I've opened a support case with IBM and they came back and told me that the 
following line needs to be changed as WebSphere doesn't like the extra double 
quotes

org.apache.slide.webdav.method.AbstractWebdavMethod.java 

public static final String TEXT_XML_UTF_8 = "text/xml; charset=\"UTF-8\""; 

[Change it to ]

public static final String TEXT_XML_UTF_8 = "text/xml; charset=UTF-8"; 

I appreciate if someone from slide-dev look into this and fix it in the next 
coming version. 

Thanks,
Jagadeesh

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

Reply via email to