prabhuish / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

JSCSSMergeServlet to have config to enable/disable ETag & fingerprinting #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In JSCSSMergeServlet we need config param for turning on or off following new 
features

1. ETag
2. URL fingerprinting support 

URL fingerprinting works in combination with this servlet and new <wu:ulr...> 
tag

Original issue reported on code.google.com by rr.patil...@gmail.com on 11 Apr 2011 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by rr.patil...@gmail.com on 11 Apr 2011 at 5:03

GoogleCodeExporter commented 9 years ago
Is there a documentation on usage of the URL fingerprinting support? I couldn't 
find it in much detail in the wiki for the project.

Original comment by roshan.c...@gmail.com on 16 Sep 2011 at 11:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Unfortunately currently there is not much documentation as it is yet to be 
released (planned for 0.0.5). If you want to use it then for now you will have 
to checkout trunk and 'ant' built it yourself. By default ETag support is ON. 
You can then also use <wu:url var="" value=""/> tag (just like <c:url>) to link 
your css, js files to take advantage of caching and dynamically refreshing 
changed contents. 

Original comment by rr.patil...@gmail.com on 20 Sep 2011 at 4:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Servlet init params are added to enable/disable the feature. init Param details 
are mentioned below.

1. turnOffETag - true/false 
2. turnOffUrlFingerPrinting - true/false

Both are by default ON

Original comment by rr.patil...@gmail.com on 15 Oct 2011 at 6:11

GoogleCodeExporter commented 9 years ago
We can now control, enable/disable these feature by using specified init 
params. Also has been covered using test cases to ensure they work as expected.

Original comment by rr.patil...@gmail.com on 3 Nov 2011 at 2:41