Looks like a JCIFS problem, not a tomcat one. The code page 850 encoding is only supported on some windows based JVM. Unfortunately, if your client (internet explorer) wants to speak cp850, it's problematic as cp850 is not a character encoding jvm are mandated to support. However, browsing a bit google: cp850 JCIFS, it seems a solution is to define a property
jcifs.encoding to something that is nearly compatible with cp850, the US-ASCII Also, you might try to ensure you use the latest version of jcifs. Seems they added some code in 1.2.10b to switch from cp850 to US-ASCII in case cp850 is not supported by jvm.// try to add, in tomcat startup script, a JAVA_OPTS=-Djcifs.encoding=US-ASCII En l'instant précis du 01/25/07 17:50, ICT Department s'exprimait en ces termes: > Hi there, we have a problem running JSPWiki under Tomcat, when using > Internet Explorer. It's fine in Firefox and doesn't display any exceptions > as shown below! > > This has happened since installing the JCIFS code into web.xml for user > authentication. > The JSPWiki developers can't help me, they said it sounds more like an > interplay issue between Tomcat and IE. > > > java.io.UnsupportedEncodingException: Cp850 > sun.io.Converters.getConverterClass(Unknown Source) > sun.io.Converters.newConverter(Unknown Source) > sun.io.ByteToCharConverter.getConverter(Unknown Source) > java.lang.StringCoding.decode(Unknown Source) > java.lang.String.<init>(Unknown Source) > java.lang.String.<init>(Unknown Source) > jcifs.ntlmssp.Type1Message.parse(Type1Message.java:236) > jcifs.ntlmssp.Type1Message.<init>(Type1Message.java:86) > jcifs.http.NtlmSsp.authenticate(NtlmSsp.java:88) > jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java:160) > jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114) > > com.ecyrd.jspwiki.ui.WikiServletFilter.doFilter(WikiServletFilter.java:99) > com.ecyrd.jspwiki.ui.WikiJSPFilter.doFilter(WikiJSPFilter.java:71) > > Hope to hear from you soon..and well done on such a marvellous product! > Please can you CC any response to [EMAIL PROTECTED] also!! Thanks! > > Regards > > Chris Tamburro > ICT Department > St. Edward's School > Cheltenham, UK > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]