joerghoh commented on code in PR #41:
URL: 
https://github.com/apache/sling-org-apache-sling-engine/pull/41#discussion_r1572210729


##########
src/main/java/org/apache/sling/engine/impl/request/RequestData.java:
##########
@@ -517,6 +518,11 @@ public static void service(SlingHttpServletRequest request,
         Servlet servlet = requestData.getContentData().getServlet();
         if (servlet == null) {
 
+            log.warn("Did not find a servlet to handle the request 
(path=%s,selectors=%,extension=%s,suffix=%s)",

Review Comment:
   I don't expect that this code path is taken very frequently, as it's in a 
error path, which results in a 404.
   
   But are so right about (1)
   
   Fix in #42 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to