[arquillian-issues] [JBoss JIRA] (ARQ-1489) response payload was never registered when used with OCPsoft Rewrite

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Oct 30 06:23:02 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12825718#comment-12825718 ] 

Lukáš Fryč commented on ARQ-1489:
---------------------------------

As a solution, we should register WarpFilter web-fragment.xml which will allow us specify ordering (including known conflicting filters such as RewriteFilter):

{code:xml}
    <ordering>
        <before>
            <others />
            <name>com_ocpsoft_rewrite</name>
        </before>
    </ordering>
{code}

Solution for second issue is preparing WarpFilter for forwarding in filter chain.
                
> response payload was never registered when used with OCPsoft Rewrite
> --------------------------------------------------------------------
>
>                 Key: ARQ-1489
>                 URL: https://issues.jboss.org/browse/ARQ-1489
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>    Affects Versions: 1.0.0.Alpha4
>         Environment: Arquillian Warp 1.0.0.Alpha4 with Rewrite 2.0.7.Final in a JBoss AS 7.1.1.Final
>            Reporter: Harald Albers
>             Fix For: warp_1.0.0.Alpha5
>
>
> I use OCPsoft Rewrite (http://ocpsoft.org/rewrite/) to add fancy URL aliases to my JSF webapp.
> Warp tests work as long as I use the original unaliased URLs.
> Warp tests using the aliased URLs fail with 
> ClientWarpExecutionException: deenriching response failed: The response payload with serialId [...] was never registered
> I created a demonstration project, see README.md for details:
> https://github.com/albers/arquillian-showcase/tree/rewrite

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list