[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2811) Default schema in pages.xml not working

Adam Warski (JIRA) jira-events at lists.jboss.org
Wed Apr 2 04:52:39 EDT 2008


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


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

        



More information about the seam-issues mailing list