[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1310) page configuration parameter no-cache

Leo Baschy (JIRA) jira-events at lists.jboss.org
Wed May 9 11:38:52 EDT 2007


page configuration parameter no-cache
-------------------------------------

                 Key: JBSEAM-1310
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1310
             Project: JBoss Seam
          Issue Type: Patch
          Components: Core
    Affects Versions: 1.2.1.GA
         Environment: all
            Reporter: Leo Baschy


Have implemented page configuration parameter no-cache.  It effects HTTP headers to say no-cache.

Waiting for JBSEAM-1009 to submit a patch because it changes some of the same files as JBSEAM-1009 so it would be a mixed patch unless we'd bother to make a separate copy of the project etc...  So if 1009 is in we should follow up with this no-cache patch.

For no-cache we've also used the same pattern of allowing more specific paths/directories to override less specific directories, if someone cares to set it that way.  Better way.  Means DTD must use

<!ATTLIST page no-cache (true|false) #IMPLIED>

and must NOT be

<!ATTLIST page no-cache (true|false) "false">

and internally in Page it is coded to store as object Boolean to allow null if not set, it does NOT store primitive boolean.

-- 
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