[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3921) rewrite-filter not working with scheme in page descriptor
by Eric Schneider (JIRA)
rewrite-filter not working with scheme in page descriptor
---------------------------------------------------------
Key: JBSEAM-3921
URL: https://jira.jboss.org/jira/browse/JBSEAM-3921
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.1.1.GA
Environment: Windows XP / jdk1.5.0_06 / jboss-4.2.3.GA
Reporter: Eric Schneider
Using scheme="http" (or https) in *.page.xml breaks rewrite of outgoing patterns. Incoming pattern still maps.
Given: Two pages, one with a scheme specified and on without
* s:links to /NoScheme.xhtml will rewrite properly
* s:links to /Scheme.xhtml will not be rewritten ( keeps Scheme.seam format)
* The scheme of the page containing the links has no effect.
* Incoming rewrites are applied: /Scheme, /Scheme.seam, /NoScheme, /NoScheme.seam all work
Same behavior with Seam 2.1.0.SP1. Briefly tried svn trunk, but there seems to be other problems there (losing project name from context path on rewrites).
--
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
15 years, 10 months