Hello,
is it possible to validate the content of a package before installation in AEM.
My goal is:
- In http://localhost:4502/crx/packmgr/index.jsp
- After clicking the install button
- Package content validation should be carred out before the content is installed
- If the content is not valid, the installation will be rejected.
Any help?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You can check the contents of the package, by clicking package -> more ->contents on the package in the package manager.
This will list all the contents of the package in the bottom window(Activity Log)
Views
Replies
Total Likes
You can check the contents of the package, by clicking package -> more ->contents on the package in the package manager.
This will list all the contents of the package in the bottom window(Activity Log)
Views
Replies
Total Likes
Hello Mshajiahmed,
thank you for the quick fedback.
This looks good but it can be very chalanging for the author to go control a large content in the Activity Log if the content structur is valid.
Is there a way to creat an observationlistener to listen to package upload.
After listener it can reject it or let the package be installed be AEM.
Example AEM provides a way of listening to page activation and the page activation process can be rejected or allowed.
How about package installation?
Any help?
Regards
Views
Replies
Total Likes
Views
Likes
Replies