Closed GoogleCodeExporter closed 9 years ago
Original comment by rr.patil...@gmail.com
on 11 Apr 2011 at 5:03
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
[deleted comment]
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
[deleted comment]
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
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
Original issue reported on code.google.com by
rr.patil...@gmail.com
on 11 Apr 2011 at 5:02