[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3990) Url rewriting of parameters containing slashes
Norman Richards (JIRA)
jira-events at lists.jboss.org
Fri Mar 6 13:02:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards closed JBSEAM-3990.
-----------------------------------
Resolution: Cannot Reproduce Bug
Since I can observer the rewiring occurring correctly with slashes, I'm going to assume that you are seeing the tomcat issue. If that is not the issue, please re-open with more information.
Thanks.
> 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