DO NOT REPLY [Bug 52564] Fail to build with security hardening cflags

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52564 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1240904 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2012-02-05 Thread rjung
Author: rjung Date: Mon Feb 6 07:37:50 2012 New Revision: 1240904 URL: http://svn.apache.org/viewvc?rev=1240904&view=rev Log: BZ 52564: Fix building with format checking gcc security hardening cflags. Contributed by Tony Mancill. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c tomca

DO NOT REPLY [Bug 52563] Incorrect behavior while checking the thread binding in DirContextURLStreamHandler

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52563 --- Comment #6 from Ivan 2012-02-06 03:07:32 UTC --- Thanks for your response. I copied the comment from the r287546 ---> Update the algortithm, weighting it towards trying the context CL association first (since that's what is used now i

DO NOT REPLY [Bug 52564] Fail to build with security hardening cflags

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52564 --- Comment #3 from drazzib 2012-02-05 23:33:09 UTC --- Hi, FTR, Debian currently use GCC 4.6 (maybe GC 4.7 soon). I've attached a small patch done by tony mancill to help fix this. Could you please consider this for inclusion ? Regards

DO NOT REPLY [Bug 52564] Fail to build with security hardening cflags

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52564 --- Comment #2 from drazzib 2012-02-05 23:30:52 UTC --- Created attachment 28273 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28273 Fix FTBFS with -Werror=format-security -- Configure bugmail: https://issues.apache.org/bugzi

svn commit: r1240861 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/catalina/util/

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 23:30:20 2012 New Revision: 1240861 URL: http://svn.apache.org/viewvc?rev=1240861&view=rev Log: Remove a package dependency Added: tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/SessionConfig.java - copied unchanged from r1240857, tomcat/trunk/java/or

svn commit: r1240859 - /tomcat/trunk/java/org/apache/catalina/util/SessionConfig.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 23:25:18 2012 New Revision: 1240859 URL: http://svn.apache.org/viewvc?rev=1240859&view=rev Log: Fix eol Modified: tomcat/trunk/java/org/apache/catalina/util/SessionConfig.java (contents, props changed) Modified: tomcat/trunk/java/org/apache/catalina/util/Ses

svn commit: r1240858 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 23:25:16 2012 New Revision: 1240858 URL: http://svn.apache.org/viewvc?rev=1240858&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java Modified: tomcat/trunk/java/org/apache/catalina/cor

svn commit: r1240857 - in /tomcat/trunk/java/org/apache/catalina: connector/CoyoteAdapter.java connector/Response.java core/ApplicationSessionCookieConfig.java realm/RealmBase.java util/SessionConfig.

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 23:24:36 2012 New Revision: 1240857 URL: http://svn.apache.org/viewvc?rev=1240857&view=rev Log: Remove a package dependency Added: tomcat/trunk/java/org/apache/catalina/util/SessionConfig.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteA

svn commit: r1240853 - /tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 22:52:11 2012 New Revision: 1240853 URL: http://svn.apache.org/viewvc?rev=1240853&view=rev Log: Use interface where possible Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/Contai

svn commit: r1240851 - /tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 22:45:07 2012 New Revision: 1240851 URL: http://svn.apache.org/viewvc?rev=1240851&view=rev Log: Remove a package dependency Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContainerMBean.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/Contain

DO NOT REPLY [Bug 52607] New: It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52607 Bug #: 52607 Summary: It is not well defined how "Dependencies on extensions" mechanism can be used in Tomcat Product: Tomcat 7 Version: 7.0.25 Platform: All

svn commit: r1240845 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 21:58:25 2012 New Revision: 1240845 URL: http://svn.apache.org/viewvc?rev=1240845&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52586 Remove hack that changes path info when forwarding to an error page Modified: tomcat/tc7.0.x/trunk/ (pr

DO NOT REPLY [Bug 52586] When requests are forwarded, the request attribute javax.servlet.forward.path_info is assigned an incorrect value.

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52586 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1240842 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 21:54:30 2012 New Revision: 1240842 URL: http://svn.apache.org/viewvc?rev=1240842&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52586 Remove hack that changes path info when forwarding to an error page Modified: tomcat/trunk/java/org/apach

DO NOT REPLY [Bug 52577] Response output written in filter can be truncated

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52577 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1240823 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestOutputB

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 21:17:06 2012 New Revision: 1240823 URL: http://svn.apache.org/viewvc?rev=1240823&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52577 Only reset the encoder information when the 'has getWriter()' been called flag is reset. Includes a simple tes

svn commit: r1240821 - in /tomcat/trunk: java/org/apache/catalina/connector/OutputBuffer.java java/org/apache/catalina/connector/Response.java test/org/apache/catalina/connector/TestOutputBuffer.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 21:12:42 2012 New Revision: 1240821 URL: http://svn.apache.org/viewvc?rev=1240821&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52577 Only reset the encoder information when the 'has getWriter()' been called flag is reset. Includes a simple tes

DO NOT REPLY [Bug 52593] outputbuffer.recycle() is called immediately after response instead of at socket close

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52593 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52587] NPE in authenticator when no realm/resource is defined

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52587 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1240796 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardEngine.java webapps/docs/changelog.xml

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 20:14:30 2012 New Revision: 1240796 URL: http://svn.apache.org/viewvc?rev=1240796&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52587 Ensure that if it is necessary to fall back to the default NullRealm, the NullRealm instance is created early

svn commit: r1240795 - /tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java

2012-02-05 Thread markt
Author: markt Date: Sun Feb 5 20:12:26 2012 New Revision: 1240795 URL: http://svn.apache.org/viewvc?rev=1240795&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52587 Ensure that if it is necessary to fall back to the default NullRealm, the NullRealm instance is created early

DO NOT REPLY [Bug 52563] Incorrect behavior while checking the thread binding in DirContextURLStreamHandler

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52563 --- Comment #5 from Konstantin Kolinko 2012-02-05 19:21:58 UTC --- Created attachment 28270 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28270 2012-02-05_tc8_DirContextURLStreamHandler.patch (In reply to comment #4) > The cu

DO NOT REPLY [Bug 52580] javax.el.CompositeELResolver getValue throws NullPointerException

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52580 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50293] javax.el.CompositeELResolver synchronization issue

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50293 Mark Thomas changed: What|Removed |Added CC||qiuyunzh...@hotmail.com --- Comment

DO NOT REPLY [Bug 52563] Incorrect behavior while checking the thread binding in DirContextURLStreamHandler

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52563 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52606] New: FORM authentication POST replay broken for AJP

2012-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52606 Bug #: 52606 Summary: FORM authentication POST replay broken for AJP Product: Tomcat 7 Version: 7.0.25 Platform: PC OS/Version: Windows XP Status: NEW Seve

svn commit: r1240700 - in /tomcat/tc7.0.x/trunk: ./ conf/web.xml webapps/docs/changelog.xml

2012-02-05 Thread rjung
Author: rjung Date: Sun Feb 5 11:28:55 2012 New Revision: 1240700 URL: http://svn.apache.org/viewvc?rev=1240700&view=rev Log: MIME types update: sync with Apache webserver mime.types file using res/scripts/check-mime.pl. Backport of r1240697 from trunk. Modified: tomcat/tc7.0.x/trunk/ (pr

svn commit: r1240697 - /tomcat/trunk/conf/web.xml

2012-02-05 Thread rjung
Author: rjung Date: Sun Feb 5 11:23:22 2012 New Revision: 1240697 URL: http://svn.apache.org/viewvc?rev=1240697&view=rev Log: MIME types update: sync with Apache webserver mime.types file using res/scripts/check-mime.pl. Modified: tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xm