Oliver Zeigermann wrote:
<?xml version="1.0" encoding="ISO-8859-1"?>
<data>
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/files/VerknÃ&#402;¼pfung mit Domain.xml.lnk">
...


which is obviously incorrect (at least encoding should not be ISO-8859-1, but UTF-8, but also there is this charcter entity &#402; which is wrong as well). I do not know if this error occurs only when using this store or if there is another one in the slide kernel.

Well, tried UTF-8 encoding for the XML file and the problem remains. Actually, the data was encoded correctly in ISO-8859-1, so the problem seems to lie in the slide kernel.


In slide.properties everything is ok:

org.apache.slide.urlEncoding=UTF-8

RESUME:

As it turned out, I get no problem when the request URI is decoded in ISO-8859-1. Actually the path returned by

HttpServletRequest.getServletPath()

is assumed to be ISO-8859-1 (the default encoding on my machine) and is of course corrupted when it actually is UTF-8.

Thus the problem lies within tomcat (my servlet container) and not slide...



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



Reply via email to