Location of /crx/packmgr/installstatus.jsp in CRXDE | Community
Skip to main content
LinearGradient
Level 6
October 16, 2015
Solved

Location of /crx/packmgr/installstatus.jsp in CRXDE

  • October 16, 2015
  • 1 reply
  • 1081 views

Hi

Is the /crx/packmgr/installstatus.jsp file located in the CRXDE as a node? If so, where's it located at?

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mshaji

I don't think this file is there in crxde as a node. It could be a java servlet that is executed when you invoke this url. I know package manager code is there in com.adobe.granite.crx-packagemgr-1.x.xx.jar, this should be there in that package but I am not sure. It looks that call to this jsp invokes following classes, but I am not sure where this file is mapped to servlet

com.day.crx.security.token.impl.TokenAuthenticationHandler
org.apache.sling.auth.core.impl.SlingAuthenticator
org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

org.apache.jackrabbit.core.securityauthentication.DefaultLoginModule 

org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

1 reply

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

I don't think this file is there in crxde as a node. It could be a java servlet that is executed when you invoke this url. I know package manager code is there in com.adobe.granite.crx-packagemgr-1.x.xx.jar, this should be there in that package but I am not sure. It looks that call to this jsp invokes following classes, but I am not sure where this file is mapped to servlet

com.day.crx.security.token.impl.TokenAuthenticationHandler
org.apache.sling.auth.core.impl.SlingAuthenticator
org.apache.jackrabbit.core.security.authentication.AbstractLoginModule

org.apache.jackrabbit.core.securityauthentication.DefaultLoginModule 

org.apache.jackrabbit.core.security.authentication.AbstractLoginModule