----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 06, 2003 10:19 AM
Subject: cvs commit: jakarta-tomcat-catalina/catalina/etc bootstrap.MF


> remm        2003/09/06 10:19:36
>
>   Modified:    catalina/etc bootstrap.MF
>   Log:
>   - Modify the bundling of commons-logging to fix (hopefully) the nagging
CL issues.
>   - The commons-logging-api JAR will now be put in the system classloader.
>     When using an alternate logging implmentation (ex: log4j) you should
put the
>     wrapper implementation in the same classloader or there will likely be
trouble.
>   - Ex: When using a Struts 1.1 webapp with log4j, there should be
commons-logging.jar
>     (just the log4j logger is fine as well) next to it.
>   - Of course, overriding the log4j API in a webapp is still not possible.
It wasn't
>     before as c-logging was treated as a special case by the classloader
(like JAXP).
>   - This nasty case now works for me (bug 22701), as well as using log4j
with
>     privileged webapps (with or without SSL).
>

I'm -0 on this one.  The SSL bugs were due to a non-static c-l logger (since
fixed) and/or an undefined state for the Thread ContextClassLoader.  I don't
see a use case where it is necessary to put c-l in the System Loader.

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to