sling servlet resourcetype added extra information on json response | Community
Skip to main content
AEMLearner-1989
Level 4
April 18, 2023
Solved

sling servlet resourcetype added extra information on json response

  • April 18, 2023
  • 1 reply
  • 472 views

Hi Team,

 

The below extra information are getting added once I changed to resourcetype based servlet.

 

Author instance: view as published mode

<!--cq{"decorated":false,"type":"project/components/page","path":"/content/myproject/us/en/jcr:content","selectors":"data","servlet":"FilterServlet","totalTime":199,"selfTime":199}-->

 

is it possible to remove this information?

 

Its working as expected on publisher mode.

 

 

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 arunpatidar

I think there should be a debug filter which can be configured to remove this

https://adobe-consulting-services.github.io/acs-aem-tools/features/sling-component-debug-filter/index.html

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
April 18, 2023

I think there should be a debug filter which can be configured to remove this

https://adobe-consulting-services.github.io/acs-aem-tools/features/sling-component-debug-filter/index.html

Arun Patidar