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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -