Servlet path not resolving
I have a project that has path based several servlets. For some, the path resolves and for some others, not.
Using the path in the Sling Servlet Resolver, the path is not resolved to the servlet configured to handle the request.
Checking the system/console/components page, I can locate the servlet. When I open up the details for the servlet, it states that it is resolved, the sling.servlet.paths setting shows the correct path for the servlet. I also see the sling.servlet.methods is set with the GET method that the servlet supports.
Any ideas of what I need to do in order to resolve this issue? I'm assuming if I solve for one, I can solve for others.
