jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Problem encoding #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I used gwtupload into web project, my i18n is spanish, but I have a problem 
with response when the file exceeds the maximum allowed.

I have used the application in several web servers as Jetty and Glassfish and 
both the same problem occurs.

The web.xml file is set the enconding param utf-8, also I added the java param.

Please, help me with this problem.

Original issue reported on code.google.com by lfcorte...@gmail.com on 22 May 2012 at 8:47

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r988.

Original comment by manuel.carrasco.m on 24 May 2012 at 8:44

GoogleCodeExporter commented 9 years ago
Fixed in r988

Thanks for reporting
- Manolo

Original comment by manuel.carrasco.m on 24 May 2012 at 8:45

GoogleCodeExporter commented 9 years ago
Other question, How do you recommend to include this change in my project?

Original comment by lfcorte...@gmail.com on 24 May 2012 at 1:49

GoogleCodeExporter commented 9 years ago
The snapshot has the change?

Original comment by lfcorte...@gmail.com on 24 May 2012 at 1:51

GoogleCodeExporter commented 9 years ago
I change the library to the last snapshot version, but now it's a problem on 
upload: 

java.lang.ClassCastException: java.util.ArrayList cannot be cast to 
java.util.Vector
       at gwtupload.server.UploadServlet.getLastReceivedFileItems(UploadServlet.java:237)
       at gwtupload.server.UploadAction.doPost(UploadAction.java:180)

Original comment by lfcorte...@gmail.com on 24 May 2012 at 6:44