DO NOT REPLY [Bug 51580] Severe error deploying WAR application (ExpandWar error)

2011-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580 --- Comment #4 from Konstantin Kolinko 2011-07-30 14:32:59 UTC --- Zip uses platform default encoding to encode file names. JAR uses UTF-8. java.lang.NullPointerException at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.

svn commit: r1152466 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml class-loader-howto.xml

2011-07-30 Thread kkolinko
Author: kkolinko Date: Sat Jul 30 14:06:33 2011 New Revision: 1152466 URL: http://svn.apache.org/viewvc?rev=1152466&view=rev Log: Improve class loading documentation Backport documentation changes from Tomcat 7. CTR: Docs - Changed formatting and rewrote some phrases - Documented tomcat-juli.jar

svn commit: r1152463 - /tomcat/trunk/webapps/docs/class-loader-howto.xml

2011-07-30 Thread kkolinko
Author: kkolinko Date: Sat Jul 30 13:57:51 2011 New Revision: 1152463 URL: http://svn.apache.org/viewvc?rev=1152463&view=rev Log: Improve class loading documentation Improve documentation about $CATALINA_HOME/endorsed. Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml Modified: tom

DO NOT REPLY [Bug 51588] Change access modifiers in AccessLogValve to make it easier to extend

2011-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 --- Comment #3 from Konstantin Kolinko 2011-07-30 13:41:54 UTC --- Note, that 1. Parsing of X-Forwarded-For is already implemented in Tomcat 7 in RemoteIpValve and RemoteIpFilter. RemoteIpValve was backported to Tomcat 6, though maybe no

DO NOT REPLY [Bug 51588] Change access modifiers in AccessLogValve to make it easier to extend

2011-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 --- Comment #2 from Rod 2011-07-30 12:49:30 UTC --- I want to add a %f and %F as possible options in the custom log pattern to log IP address and name safely extracted from the X-Forwarded-For header with a fallback to HttpServletRequest.ge

DO NOT REPLY [Bug 51588] Change access modifiers in AccessLogValve to make it easier to extend

2011-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51588 --- Comment #1 from Konstantin Kolinko 2011-07-30 12:18:47 UTC --- Are those new fields specific for your environment? Maybe you can propose them to be added to AccessLogValve? -- Configure bugmail: https://issues.apache.org/bugzilla/use