Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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

Avatar

Level 7

Hi

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

Thanks.

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

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

Voir la solution dans l'envoi d'origine

1 Reply

Avatar

Réponse correcte par
Community Advisor

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