You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Gagandeep Singh (JIRA)" <ji...@apache.org> on 2010/07/11 23:49:49 UTC

[jira] Created: (SHINDIG-1381) Adding functionality to enable caching of content served out by Servlets.

Adding functionality to enable caching of content served out by Servlets.
-------------------------------------------------------------------------

                 Key: SHINDIG-1381
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1381
             Project: Shindig
          Issue Type: New Feature
          Components: Java
            Reporter: Gagandeep Singh
            Assignee: Gagandeep Singh


Allow the HttpResponse generated by servlets like ProxyServlet, ConcatServlet, HtmlAccelServlet etc. to be cached so that when a subsequent request comes, the same pre cached response can be returned to the user as is.
Saves processing the request again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-1381) Adding functionality to enable caching of content served out by Servlets.

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890412#action_12890412 ] 

John Hjelmstad commented on SHINDIG-1381:
-----------------------------------------

Hi Gagan, can you expand upon this a bit? Sounds like this refers to post-processed HttpResponse objects -- true? To some degree this is covered by browser and intermediary caches, but not wholly.

> Adding functionality to enable caching of content served out by Servlets.
> -------------------------------------------------------------------------
>
>                 Key: SHINDIG-1381
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1381
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>            Reporter: Gagandeep Singh
>            Assignee: Gagandeep Singh
>
> Allow the HttpResponse generated by servlets like ProxyServlet, ConcatServlet, HtmlAccelServlet etc. to be cached so that when a subsequent request comes, the same pre cached response can be returned to the user as is.
> Saves processing the request again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.