java - HTML5 offline support for JSR 286 portlets -


i want application developed using spring portlets work when not connected network. have used html5 offline (using appcache) feature , developed sample servlet , working fine.

the same not working in portlets.

is there limitation portlet-based applications? searched web not find information on this.

i found problem why not working portlets.
portal server adds "cache-control: no cache" in http header prevents caching though appcache available.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -