Sunil's Notes
My notes for things that i am learning about
What is cache-control header
›
The cache-control header was introduced in HTTP 1.1 to replace Expires header , it lets you define the time for which a resource is cachable...
1 comment:
What is Expires HTTP Header
›
The Expires header tells the cache exactly how long the response may be considered fresh. A response that includes an Expires header may be ...
2 comments:
Collecting performance data for WSRP producer web service
›
I wanted to see if there is a way to get performance data related to WSRP Producer portlet one way is to use the Portlet Level PMI on the p...
2 comments:
Advanced configuration for mod_expires
›
The How to configure Apache Http Server to return cache-control, expires header has information about how you can use mod_expires module to...
1 comment:
How to configure Apache Http Server to return cache-control, expires header
›
The Apache HTTP Server has mod_expires , that you can use for setting of the Expires HTTP header and the max-age directive of the Cache-Co...
1 comment:
Using META tag in HTML for setting response headers
›
As per Useful HTML META tags , HTML developer should be able to set the HTTP response headers by adding META tag in the HTML like this <h...
2 comments:
Overriding the getLastModified() method in your HttpServlet
›
I wanted to learn how to the getLastModified() method in HttpServlet class works so i tried playing around with it and this is what i foun...
3 comments:
Default HTTP Headers set on Servlet Response in WebSphere Application Server
›
I wanted to check what all headers are set when i make a request to a HttpServlet deployed in WebSphere Application Server, so i created a ...
2 comments:
How to find out if the content is coming from cache or original server
›
Lets say your debugging issue of why the new image that you just uploaded on your server is not getting reflected on a page and want to find...
1 comment:
RedirectURLGeneratorFactory Service
›
WebSphere Portal SPI has a RedirectURLGeneratorFactoryService that can be called only from the processAction() method and used for creatin...
1 comment:
‹
›
Home
View web version