Hi All,I am using the below blog for caching the secured contentCaching
Secured Content This AuthcheckerServlet servlet receives only HEAD
requests from the render, so you only need to implement the doHead
method.The render includes the URI of the requested resource as a
parameter of the HTTP request. For example, an authorization servlet is
accessed via /bin/permissioncheck. To perform a security check on the
/content/geometrixx-outdoors/en.html page, the render includes the
following URL in th...