s1monw opened a new pull request #138: Execute Socket[Channel]#connect under 
doPrivileged
URL: https://github.com/apache/httpcomponents-core/pull/138
 
 
   In order to allow users to run under a security manager that only grants
   connect permission to the httpcore codebase the connect methods should
   be executed in a doPriveledged block.
   This is certainly not the only issue that users run into when they
   install a SecurityManager with strict permissions but certainly the
   most prominent and most likely one. Upstream components like the client
   might also need to protect places accessing the proxy selector etc.
   
   Backport of #135

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to