[
http://jira.jboss.com/jira/browse/JBSEAM-1310?page=all ]
Pete Muir updated JBSEAM-1310:
------------------------------
Issue Type: Feature Request (was: Patch)
page configuration parameter no-cache
-------------------------------------
Key: JBSEAM-1310
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1310
Project: JBoss Seam
Issue Type: Feature Request
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