UnsupportedEncodingException: "utf-8" thrown when connecting with WebDAV client
to WebDAV sample extension.
-----------------------------------------------------------------------------------------------------------
Key: WINK-301
URL: https://issues.apache.org/jira/browse/WINK-301
Project: Wink
Issue Type: Bug
Components: Common
Affects Versions: 1.1
Environment: Working with Total Commander's WebDAV plug-in, Windows
Vista, My Eclipse Tomcat.
Reporter: Oleg Koyfman
While trying to connect to a WebDAV sample project using Total Commander's
WebDAV plug-in, i get the following exception thrown:
SEVERE: Servlet.service() for servlet restSdkService threw exception
java.io.UnsupportedEncodingException: "utf-8"
at sun.io.Converters.getConverterClass(Converters.java:218)
at sun.io.Converters.newConverter(Converters.java:251)
at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:68)
at java.lang.StringCoding.decode(StringCoding.java:224)
at java.lang.String.<init>(String.java:405)
at java.lang.String.<init>(String.java:433)
at
org.apache.wink.common.internal.providers.entity.StringProvider.readFrom(StringProvider.java:70)
at
org.apache.wink.common.internal.providers.entity.StringProvider.readFrom(StringProvider.java:52)
at
org.apache.wink.server.internal.registry.ServerInjectableFactory$EntityParam.getValue(ServerInjectableFactory.java:190)
at
org.apache.wink.common.internal.registry.InjectableFactory.instantiate(InjectableFactory.java:67)...................
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.