[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3990) Url rewriting of parameters containing slashes

Orsier Adrien (JIRA) jira-events at lists.jboss.org
Wed May 13 12:39:46 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12467269#action_12467269 ] 

Orsier Adrien commented on JBSEAM-3990:
---------------------------------------

Hi.

I'm facing a new issue regarding this ticket, and though it certainly is not related to Seam, I'm asking you this in case you have an idea, or at least so that you know it.

I can't get our 'slash parameters' working with apache and mod_jk on.
If we have our rewrite filter:
<rewrite pattern="/c/{path}" /> 
The url "..../c/Test/Test2" will end up as 404. 
https://issues.apache.org/bugzilla/show_bug.cgi?id=35256

It's working fine without rewriting though.

So again, I know it's not Seam related, but I thought it might interest you.


> Url rewriting of parameters containing slashes
> ----------------------------------------------
>
>                 Key: JBSEAM-3990
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3990
>             Project: Seam
>          Issue Type: Bug
>    Affects Versions: 2.1.1.GA
>         Environment: Seam 2.1.1.GA on Jboss 4.2.3.GA
>            Reporter: Orsier Adrien
>            Assignee: Norman Richards
>
> Using Seam url rewriting, it's not possible to have parameters containing slashes.
> For exemple, if I have this code in my page.xml:
> <param name="path" value="#{myBean.path}"/>
> <rewrite pattern="/c/{path}" />
> Then the url "..../c/Test/Test2" won't bind Test/Test2 to myBean.path.

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

        



More information about the seam-issues mailing list