enapps-enorman commented on code in PR #75:
URL: 
https://github.com/apache/sling-org-apache-sling-engine/pull/75#discussion_r3276125991


##########
src/main/java/org/apache/sling/engine/impl/SlingMainServlet.java:
##########
@@ -90,6 +91,10 @@ public class SlingMainServlet extends GenericServlet {
     @Reference
     private volatile SlingRequestProcessorImpl requestProcessorImpl;
 
+    /** extra config properties for multipart file upload support */
+    @Reference
+    private transient RequestParameterConfig reqParamConfig;

Review Comment:
   It doesn't bother me either way which is why I usually just change it to 
satisfy sonar. I have no idea how I would go about changing the sonar rules for 
specific "serializable" types for this or other sling projects.  Please tell me 
how I would accomplish that.



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