You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Sascha Groß (JIRA)" <de...@myfaces.apache.org> on 2006/11/08 14:10:52 UTC

[jira] Created: (TOMAHAWK-774) Browser does not cache resources

Browser does not cache resources
--------------------------------

                 Key: TOMAHAWK-774
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-774
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: ExtensionsFilter
    Affects Versions: 1.1.5-SNAPSHOT
            Reporter: Sascha Groß
            Priority: Critical


Browser does not cache resources, because the Servlet-Container (Tomcat) add following HTTP-Headers for the "dynamic" Content (ExtensionsFilter)

Pragma: no-cache
Cache-Control: no-cache

Patch will be added.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (TOMAHAWK-774) Browser does not cache resources

Posted by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-774?page=all ]

Martin Marinschek updated TOMAHAWK-774:
---------------------------------------

           Status: Resolved  (was: Patch Available)
    Fix Version/s: 1.1.5-SNAPSHOT
       Resolution: Fixed
         Assignee: Martin Marinschek

Well, but why not set the other caching headers as appropriate?

regards,

Martin

> Browser does not cache resources
> --------------------------------
>
>                 Key: TOMAHAWK-774
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-774
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: ExtensionsFilter
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Sascha Groß
>         Assigned To: Martin Marinschek
>            Priority: Critical
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: TOMAHAWK-774.patch
>
>
> Browser does not cache resources, because the Servlet-Container (Tomcat) add following HTTP-Headers for the "dynamic" Content (ExtensionsFilter)
> Pragma: no-cache
> Cache-Control: no-cache
> Patch will be added.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (TOMAHAWK-774) Browser does not cache resources

Posted by "Sascha Groß (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-774?page=all ]

Sascha Groß updated TOMAHAWK-774:
---------------------------------

    Status: Patch Available  (was: Open)

> Browser does not cache resources
> --------------------------------
>
>                 Key: TOMAHAWK-774
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-774
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: ExtensionsFilter
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Sascha Groß
>            Priority: Critical
>
> Browser does not cache resources, because the Servlet-Container (Tomcat) add following HTTP-Headers for the "dynamic" Content (ExtensionsFilter)
> Pragma: no-cache
> Cache-Control: no-cache
> Patch will be added.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (TOMAHAWK-774) Browser does not cache resources

Posted by "Mario Ivankovits (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-774?page=comments#action_12448135 ] 
            
Mario Ivankovits commented on TOMAHAWK-774:
-------------------------------------------

I found the same behavior, but its the AuthenticatorBase in Tomcat which tries to workaround a security hole that way. So this has nothing to do with "dynamic" content, or did you found another place where tomcat will do this?

> Browser does not cache resources
> --------------------------------
>
>                 Key: TOMAHAWK-774
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-774
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: ExtensionsFilter
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Sascha Groß
>            Priority: Critical
>         Attachments: TOMAHAWK-774.patch
>
>
> Browser does not cache resources, because the Servlet-Container (Tomcat) add following HTTP-Headers for the "dynamic" Content (ExtensionsFilter)
> Pragma: no-cache
> Cache-Control: no-cache
> Patch will be added.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira