kwin commented on code in PR #72:
URL: 
https://github.com/apache/sling-org-apache-sling-engine/pull/72#discussion_r2758684601


##########
src/main/java/org/apache/sling/engine/impl/console/WebConsoleConfigPrinter.java:
##########
@@ -56,7 +56,9 @@ private void printFilterChain(final PrintWriter pw, final 
FilterHandle[] entries
             pw.printf(
                     "%d : %s (id: %d, property: %s); called: %d; time: %dms; 
time/call: %dµs%n",
                     entry.getOrder(),
-                    entry.getFilter().getClass(),
+                    entry.getWrappedJavaxFilter()
+                            .map(f -> "Wrapped " + f.getClass())

Review Comment:
   or a more specific prefix?



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