Are you trying to fetch user info in your jsp? You can always iterate over the fetch user profile node -Profile currentProfile = slingRequest.adaptTo(Profile.class);String profilePath = currentProfile.getPath() ; if(session.itemExists(profilePath )) { Node n = session.getNode(pr...
chetanvajre2014 wrote... We want Page B is not cached on dispatcher (obviously else anonymous user would be able to see it). Is this functionality available OOB by setting that flag to 0? You can use Dispatcher no-cache header in your jsp. Have you checked this ?
Permission sensitive caching is perfect for this problem as pointed out by orotas. For more details -http://helpx.adobe.com/experience-manager/kb/PSCachingDelivery.html
Thanks for your reply. I was able to open it after I tried 2 times. But I do not find default Geomatrix example under apps. Do you know any reason for this?So I tried with CQ 5.4 which was running fine before I tried with CQ 5.6. Now I'm facing another issue with CQ 5.4. I'm able to open welcome scr...
If you are trying to add a custom item in inbox then it should help you : http://cq5customworkflow.wordpress.com/2013/10/22/how-to-build-custom-workflow-and-customize-inbox-in-adobe-cq/I've implemented this in 5.4 though not in 5.6
Thanks Scott for prompt reply. I was doing this just for experiment purpose. Is it not possible to use both Sling mapping and Apache rewrite? I followed that links you mentioned but unable to make dispatcher cache work with mod rewrite and sling mapping enable. I tried to use DispatcherUseProcessed...