Sling servlets | Community
Skip to main content
Keerthi0555
New Participant
June 15, 2023
Solved

Sling servlets

  • June 15, 2023
  • 1 reply
  • 920 views

what is the default method for sling servlet if slig.servlet.methods is not set for Servlet in aem?

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 lukasz-m

Hi @keerthi0555,

According to the documentation:

in case when sling.servlet.methods value is not defined then GET and HEAD methods will be supported as default ones.

 

1 reply

lukasz-m
lukasz-mAccepted solution
New Participant
June 16, 2023

Hi @keerthi0555,

According to the documentation:

in case when sling.servlet.methods value is not defined then GET and HEAD methods will be supported as default ones.