[seam-issues] [JBoss JIRA] Closed: (JBSEAM-3387) Pages.xsd - Page element's scheme attribute use enum of http and https

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed Dec 1 09:03:04 EST 2010


     [ https://jira.jboss.org/browse/JBSEAM-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny closed JBSEAM-3387.
---------------------------------

    Resolution: Out of Date


It is allready done like this suggestion.

> Pages.xsd - Page element's scheme attribute use enum of http and https
> ----------------------------------------------------------------------
>
>                 Key: JBSEAM-3387
>                 URL: https://jira.jboss.org/browse/JBSEAM-3387
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.1.0.BETA1
>         Environment: N/A
>            Reporter: Arron Ferguson
>            Priority: Optional
>              Labels: pages_schema, pages_xml
>
> Currently the pages.xml file has the following page element's scheme attribute defined as:
> <xs:attribute name="scheme"/>
> Since the user will be using one of two protocols: http or https, the scheme attribute should have:
> <xs:attribute name="scheme" default="false">
>     <xs:simpleType>
>         <xs:restriction base="xs:token">
>             <xs:enumeration value="http"/>
>             <xs:enumeration value="https"/>
>         </xs:restriction>
>     </xs:simpleType>
> </xs:attribute>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list