AEM Purge Surgeon for Page Move | Community
Skip to main content
New Participant
August 3, 2023
Solved

AEM Purge Surgeon for Page Move

  • August 3, 2023
  • 1 reply
  • 629 views

Hi All I am using Purge Surgeon Jar to remove the Akamai cache.

We have overridden the Preprocessor used in the Purge Surgeon Jar and are sending request through it,

 

But when author are moving Page then the Preprocessor written in Purge surgeon is throwing exception of Resource not found as it is trying to find the Page that is being moved.

 

So need a solution that the exception doesn't come?

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 varun249715

The Preprocessor written in the Purge Surgeon Jar might have a condition which is directly manipulating resource without check. You can extract that Jar and use it as separate bundle.

Make changes in the code and build the bundle again as a part of your code.

1 reply

varun249715
Employee
August 3, 2023

Is there any issue coming to the author as well?

varun249715
varun249715Accepted solution
Employee
August 3, 2023

The Preprocessor written in the Purge Surgeon Jar might have a condition which is directly manipulating resource without check. You can extract that Jar and use it as separate bundle.

Make changes in the code and build the bundle again as a part of your code.