Today I download the lastest t5.0.7 snapshot. It seems the patch has
been applied. But another problem arised!

I get the following error: the charset encoding is NULL


java.lang.NullPointerException: charsetName
        java.lang.String.<init>(String.java:442)
        java.lang.String.<init>(String.java:516)
        
org.apache.commons.fileupload.disk.DiskFileItem.getString(DiskFileItem.java:349)
        
org.apache.tapestry.upload.services.MultipartDecoderImpl.processFileItems(MultipartDecoderImpl.java:117)
        
org.apache.tapestry.upload.services.MultipartDecoderImpl.decode(MultipartDecoderImpl.java:65)
        $MultipartDecoder_1168eb00c3b.decode($MultipartDecoder_1168eb00c3b.java)
        $MultipartDecoder_1168eb00bee.decode($MultipartDecoder_1168eb00bee.java)
        
org.apache.tapestry.upload.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:40)
        
$HttpServletRequestHandler_1168eb00bf0.service($HttpServletRequestHandler_1168eb00bf0.java)
        
$HttpServletRequestHandler_1168eb00bed.service($HttpServletRequestHandler_1168eb00bed.java)
        org.apache.tapestry.TapestryFilter.doFilter(TapestryFilter.java:164)



2007/11/29, Christian Köberl POI <[EMAIL PROTECTED]>:
>
>
>
> yuan gogo wrote:
> >
> > Hasn't this problem been resolved in 5.0.7-snapshot ?
> >
> It was resolved yesterday - so probably it's not in the snapshot build yet
> or you havent got the most recent snapshot.
>
> You could also checkout the 5.0.6 and apply the patch from
> https://issues.apache.org/jira/browse/TAPESTRY-1723 (we're using 5.0.6 in
> production so we had to do this).
>
> We're using a (Maven) classifier to distinguish between the patched and
> unpatched versions (see maven-jar-plugin)
>
> Chris
> --
> View this message in context:
> http://www.nabble.com/enctype%3D%22multipart-form-data%22-cause-encoding-problem-in-Chinese%21-tf4895497.html#a14028577
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to