Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Sling servlets

Avatar

Level 6

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.
sling-servlet-methods.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.
sling-servlet-methods.png