rmaucher commented on pull request #382:
URL: https://github.com/apache/tomcat/pull/382#issuecomment-747467253


   I am not convinced about adding that feature to the APR endpoint ...
   
   Anyway:
   - The changes to IntrospectionUtils are too much given the actual use, 
strings could be used and the endpoint is the only place that actually deals 
with the two types so it seems enough
   - I don't get the idea behind the "permissions", since I don't think Tomcat 
is the party that is supposed to be creating the socket
   
   The UDS feature should already work with NIO and Java 16 EA by using an 
inherited channel. The limitation is that there is only one endpoint that can 
use a UDS. I'm ok with adding full UDS support to NIO using the compat package 
(the amount of reflection needed does not seem too bad so I may try it to see 
how that would work).


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to