Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002140 [Resin] major always 11-05-07 07:22 11-05-07 14:17
Reporter refactor View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.3
Summary 0002140: French Character Processing
Description Forms which have french characters throws error upon submission

java.io.CharConversionException: illegal utf8 encoding at 0x61
[10:15:23.408] at com.caucho.vfs.i18n.UTF8Reader.read(UTF8Reader.java:109)
[10:15:23.408] at com.caucho.vfs.i18n.UTF8Reader.read(UTF8Reader.java:177)
[10:15:23.408] at com.caucho.vfs.AbstractByteToChar.readChar(AbstractByteToChar.java:153)
[10:15:23.408] at com.caucho.vfs.AbstractByteToChar.flush(AbstractByteToChar.java:138)
[10:15:23.408] at com.caucho.vfs.ByteToChar.getConvertedString(ByteToChar.java:82)
[10:15:23.408] at com.caucho.server.connection.Form.parsePostData(Form.java:196)
[10:15:23.408] at com.caucho.server.connection.AbstractHttpRequest.parseQuery(AbstractHttpRequest.java:1950)
Additional Information I have tried several approaches. If we could force ISO-8859-1. I think we woudl be ok. BTW, Tomcat has no problem processing the same submission.
Attached Files

- Relationships

- Notes
(0002440)
ferg
11-05-07 07:48

Check your <character-encoding> configuration in the web.xml or resin.conf. The default is UTF-8.

<web-app>
  <character-encoding>UTF-8</character-encoding>
</web-app>
 
(0002443)
ferg
11-05-07 14:17

server/05d3
 

- Issue History
Date Modified Username Field Change
11-05-07 07:22 refactor New Issue
11-05-07 07:48 ferg Note Added: 0002440
11-05-07 14:17 ferg Note Added: 0002443
11-05-07 14:17 ferg Assigned To  => ferg
11-05-07 14:17 ferg Status new => closed
11-05-07 14:17 ferg Resolution open => fixed
11-05-07 14:17 ferg version 3.1.4 => 3.1.3
11-05-07 14:17 ferg Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker