[
http://jira.jboss.com/jira/browse/JBSEAM-2811?page=comments#action_12406825 ]
Adam Warski commented on JBSEAM-2811:
-------------------------------------
Please ignore, I didn't know that you couldn't have multiple <page
view-id="*" /> tags in pages.xml
Sorry for messing in JIRA
Adam
Default schema in pages.xml not working
---------------------------------------
Key: JBSEAM-2811
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2811
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 2.0.0.GA
Reporter: Adam Warski
Assigned To: Shane Bryzak
According to the manual:
http://docs.jboss.com/seam/latest/reference/en/html/security.html#d0e7902
this line in pages.xml:
<page view-id="*" scheme="http" />
should configure http as the default schema for all pages (when, for example, only the
login page should be behind ssl). However, this doesn't work - has no effect on
generated links. If I define the schema explicitly for a page, for example:
<page view-id="/home.xhtml" scheme="http" />
the links generated to home.xhtml use the http schema.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira