garydgregory commented on pull request #608:
URL: https://github.com/apache/logging-log4j2/pull/608#issuecomment-992382778


   > > If you look at how jndi works in 1.x you will find that there are two 
places where lookups are done - that is JMSAppender.java:207 and 
JMSAppender.java:222
   > 
   > For those of us who are stuck with 1.x and paranoid, it looks like we 
could just always throw here and repackage the 1.x release `.jar`: 
https://github.com/apache/log4j/blob/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java#L245
   > 
   > Thoughts?
   
   If you do that, the code won't compile... you'd need to replace that line 
with something else like a return null.


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