Jasper de Vries created TRINIDAD-2426:
-----------------------------------------
Summary: MultipartFormHandler _parseBoundary returns incorrect
value (when using FaceletViewHandler?)
Key: TRINIDAD-2426
URL: https://issues.apache.org/jira/browse/TRINIDAD-2426
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.14-core
Environment: Ubuntu, Oracle Java 7, GlassFish 4, Facelets 1.1.14
Reporter: Jasper de Vries
In my case
{code}
------WebKitFormBoundary2pfZLdHWAVGPOhS4;charset=UTF-8
{code}
was returned, but the code in _skipBoundary was comparing with (line)
{code}
------WebKitFormBoundary2pfZLdHWAVGPOhS4
{code}
The ";charset=UTF-8" part should be removed in _parseBoundary.
I was converting a project to use Facelets, so I expect that to be part of the
problem.
See http://wiki.apache.org/myfaces/Facelets_with_Trinidad
--
This message was sent by Atlassian JIRA
(v6.1#6144)