[ 
https://jira.nuxeo.org/browse/NXP-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=75277#action_75277
 ] 

Anahide Tchertchian commented on NXP-5138:
------------------------------------------

problem comes from seam MultipartRequest class that does not parse request 
correctly on some cases.

As this parser has been completely rewritten in RichFaces (see 
https://jira.jboss.org/jira/browse/RF-7927), we need to either patch or 
override the seam one taking example on this one.

Better option would be to override, in case we'd like to handle maximum request 
size correctly someday.


> Fix loss of conversation on certain post requests
> -------------------------------------------------
>
>                 Key: NXP-5138
>                 URL: https://jira.nuxeo.org/browse/NXP-5138
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.3.1
>            Reporter: Anahide Tchertchian
>            Assignee: Thomas Roger
>             Fix For: 5.3.2
>
>         Attachments: test_nok.txt, test_ok.txt
>
>
> Since NXP-5108 is fixed, it becomes clear that current conversation is not 
> restored correctly when performing some post requests.
> After some debug logs, it seems that the ViewRoot is not restored correctly, 
> and it is supposed to holds the conversation id.
> Debugging in ConversationPropagation, it seems that the 
> "javax.faces.ViewState" is not in the request parameters at this point, even 
> if it is present in the request.
> Attached are files showing http requests, one being ok and the other not 
> being ok (reproduced manually).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to