Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SlingServletResolver SLING-580 info added

...

Table of Contents
minLevel3

Scripts and Servlets

How do I find out why a given script or servlet is preferred to another when processing a request?

See SLING-580, the SlingServletResolver class logs detailed information (at the DEBUG level) to indicate in which order the candidate scripts and servlets are considered for processing a request.

How to replace the default json renderer (for example) with my own?

...