[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-02-17 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate-eoln has an issue affecting its community integrati

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate-eoln (in module tomcat-7.0.x) failed

2012-02-17 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate-eoln has an issue affecting its community integra

svn commit: r1245849 - /tomcat/trunk/build.xml

2012-02-17 Thread kkolinko
Author: kkolinko Date: Sat Feb 18 02:40:11 2012 New Revision: 1245849 URL: http://svn.apache.org/viewvc?rev=1245849&view=rev Log: Simplify validate-eoln target so that it is independent of the compile target and can be run before compilation. Modified: tomcat/trunk/build.xml Modified: tomcat

Re: [GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-02-17 Thread Konstantin Kolinko
2012/2/17 Bill Barker : >(...) > validate-eoln: > > BUILD FAILED > /srv/gump/public/workspace/tomcat-trunk/build.xml:489: taskdef class > org.apache.tomcat.buildutil.CheckEol cannot be found >  using the classloader > AntClassLoader[/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/works

DO NOT REPLY [Bug 52697] Response.recycle() does not always call outputStream.clear()

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52697 --- Comment #3 from Konstantin Kolinko 2012-02-18 01:19:28 UTC --- (In reply to comment #0) > We recently had problem with requests/responses sometimes being mixed up in > our > Apache+Tomcat setup. It turned out that our 3rd party PDF ge

[Tomcat Wiki] Trivial Update of "FAQ/KnownIssues" by KonstantinKolinko

2012-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=6&rev2=7 Comment: Correct several typos } }}}

[Tomcat Wiki] Trivial Update of "FAQ/KnownIssues" by KonstantinKolinko

2012-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=5&rev2=6 Comment: Changed formatting so that answers hav

svn commit: r1245812 - in /tomcat/trunk: java/org/apache/catalina/websocket/WsFrameHeader.java test/org/apache/catalina/util/TestConversions.java

2012-02-17 Thread kkolinko
Author: kkolinko Date: Sat Feb 18 00:02:11 2012 New Revision: 1245812 URL: http://svn.apache.org/viewvc?rev=1245812&view=rev Log: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrameHeader.java (contents, props changed) tomcat/trunk/test/org/apache/cat

Re: svn commit: r1245804 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-17 Thread Mark Thomas
On 17/02/2012 23:18, ma...@apache.org wrote: > Author: markt > Date: Fri Feb 17 23:18:36 2012 > New Revision: 1245804 > > URL: http://svn.apache.org/viewvc?rev=1245804&view=rev > Log: > Implement fragmentation support. Unfragmented messages still work > correctly. > Still trying to figure out how

DO NOT REPLY [Bug 52697] Response.recycle() does not always call outputStream.clear()

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52697 --- Comment #2 from Jörgen Rydenius 2012-02-17 23:45:01 UTC --- (In reply to comment #1) > (In reply to comment #0) > > But logically, I think it would make more sense recycling the outputBuffer > > the last thing. > > No it doesn't. Th

svn commit: r1245804 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 23:18:36 2012 New Revision: 1245804 URL: http://svn.apache.org/viewvc?rev=1245804&view=rev Log: Implement fragmentation support. Unfragmented messages still work correctly. Still trying to figure out how to test fragmented messages. Modified: tomcat/trunk/java/o

svn commit: r1245803 - in /tomcat/trunk/java/org/apache/catalina/websocket: Constants.java StreamInbound.java WsFrameHeader.java WsInputStream.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 23:17:57 2012 New Revision: 1245803 URL: http://svn.apache.org/viewvc?rev=1245803&view=rev Log: Move the frame header processing into the WsInputStream since the fragmented frame processing will required header processing at this level. Added: tomcat/trunk/java/

Re: WebSocket progress report

2012-02-17 Thread Mark Thomas
On 16/02/2012 04:01, Petr Praus wrote: > Hello, attached is our patch. It applies cleanly on top of current trunk > rev. 1244719. It has rudimentary support for fragmentation (callback > after last frame), supports close messages and ping/pong. Sorry for not > sending a patchset but I thought it wo

svn commit: r1245748 - /tomcat/trunk/test/org/apache/catalina/util/TestConversions.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 20:33:10 2012 New Revision: 1245748 URL: http://svn.apache.org/viewvc?rev=1245748&view=rev Log: Add a unit test Added: tomcat/trunk/test/org/apache/catalina/util/TestConversions.java Added: tomcat/trunk/test/org/apache/catalina/util/TestConversions.java URL: h

svn commit: r1245747 - /tomcat/trunk/java/org/apache/catalina/util/Conversions.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 20:32:29 2012 New Revision: 1245747 URL: http://svn.apache.org/viewvc?rev=1245747&view=rev Log: Fix byte[] -> long conversion Extracted from a larger patch by Petr Praus, Jonathan Drake & Slávka Modified: tomcat/trunk/java/org/apache/catalina/util/Conversions.ja

[VOTE] Release Apache Tomcat 7.0.26

2012-02-17 Thread Mark Thomas
The proposed Apache Tomcat 7.0.26 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-020/ The svn tag is: http://svn.apache.org/r

Maven meta-data still incomplete for Tomcat 6

2012-02-17 Thread Mark Thomas
Jean-Frederic, Post [1] the Tomcat 6 Maven metadata is still incomplete. I thought the point of going through all that upheaval was to resolve [2]. How come things are still broken and what is the plan to fix [2]? If anyone knows how to poke Nexus to include all versions in the metadata rather th

DO NOT REPLY [Bug 51197] sendError/sendRedirect don't work with AsyncContext

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51197 Zack Radick changed: What|Removed |Added Status|RESOLVED|REOPENED Version|7.0.14

svn commit: r1245695 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:32:20 2012 New Revision: 1245695 URL: http://svn.apache.org/viewvc?rev=1245695&view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=12456

svn commit: r1245694 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:31:37 2012 New Revision: 1245694 URL: http://svn.apache.org/viewvc?rev=1245694&view=rev Log: Upgrade to Commons Daemon 1.0.9 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.properties.default tomcat/tc5.5.x/trunk/container/w

DO NOT REPLY [Bug 52579] Tomcat5.5.35+Java1.5 cannot return proper value of a request parameter

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 --- Comment #8 from Mark Thomas 2012-02-17 18:29:36 UTC --- I am still leaning heavily towards WONTFIX for this. This issue affects a version of the JVM where fixes are no longer provided for free by Oracle. Users of such a JVM have two op

DO NOT REPLY [Bug 52677] embedded SetCharacterEncodingFilter in org.apache.catalina.filters is not usable as it does not implement javax.servlet.Filter

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52677 --- Comment #1 from Mark Thomas 2012-02-17 18:26:11 UTC --- Fix proposed for 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

svn commit: r1245693 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:26:05 2012 New Revision: 1245693 URL: http://svn.apache.org/viewvc?rev=1245693&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1

DO NOT REPLY [Bug 52640] Installer sets endorsed dirs with /common/ missing from path

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

svn commit: r1245691 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/tomcat.nsi container/webapps/docs/changelog.xml

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:19:48 2012 New Revision: 1245691 URL: http://svn.apache.org/viewvc?rev=1245691&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52640 Correct endorsed dir location when using installer Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/t

DO NOT REPLY [Bug 38052] JDBCAccessLogValve uses reserved word "user" as column name

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

DO NOT REPLY [Bug 52548] service.bat fails to set catalina.base and catalina.home due to apparent procrun bug

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

svn commit: r1245688 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:10:05 2012 New Revision: 1245688 URL: http://svn.apache.org/viewvc?rev=1245688&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52548 Upgrade to Commons Daemon 1.0.9 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.

DO NOT REPLY [Bug 52666] EL should coerce String to Integer in equals operation

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

svn commit: r1245686 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/el/lang/ELSupport.java test/org/apache/el/lang/TestELSupport.java webapps/docs/changelog.xml

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 18:06:00 2012 New Revision: 1245686 URL: http://svn.apache.org/viewvc?rev=1245686&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52666 Correct coercion order in EL for A {==,!=,eq,ne} B Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r495 - /dev/tomcat/tomcat-7/

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 17:54:57 2012 New Revision: 495 Log: Some initial structure Added: dev/tomcat/tomcat-7/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@to

svn commit: r495 - /dev/tomcat/tomcat-7/

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 17:54:57 2012 New Revision: 495 Log: Some initial structure Added: dev/tomcat/tomcat-7/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@to

DO NOT REPLY [Bug 52697] Response.recycle() does not always call outputStream.clear()

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

Re: JNDIRealm performance

2012-02-17 Thread Christopher Schultz
Konstantin, On 2/14/12 6:55 PM, Konstantin Kolinko wrote: > I wonder whether anyone experienced problems with performance of JNDIRealm. > > In essence it opens a single connection (this.context) which is not > thread-safe. Thus it has to synchronize itself whenever it performs an > LDAP query.

Re: AccessLogValve enhancement

2012-02-17 Thread Rainer Jung
On 17.02.2012 17:06, Filip Hanik - Dev Lists wrote: On 2/17/2012 8:55 AM, Francis Galiegue wrote: While AccessLogValve is the subject... Any chance we can do away with the default, unparseable timestamp format? With Apache, it is allowed to specify the timestamp using strftime(3)-like format, I

Re: AccessLogValve enhancement

2012-02-17 Thread Filip Hanik - Dev Lists
On 2/17/2012 8:55 AM, Francis Galiegue wrote: While AccessLogValve is the subject... Any chance we can do away with the default, unparseable timestamp format? With Apache, it is allowed to specify the timestamp using strftime(3)-like format, I'd like to be able to do the same with Tomcat's Acces

Re: AccessLogValve enhancement

2012-02-17 Thread Francis Galiegue
While AccessLogValve is the subject... Any chance we can do away with the default, unparseable timestamp format? With Apache, it is allowed to specify the timestamp using strftime(3)-like format, I'd like to be able to do the same with Tomcat's AccessLogValve using SimpleDateFormat patterns... --

DO NOT REPLY [Bug 52697] New: Response.recycle() does not always call outputStream.clear()

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52697 Bug #: 52697 Summary: Response.recycle() does not always call outputStream.clear() Product: Tomcat 6 Version: 6.0.35 Platform: PC OS/Version: FreeBSD

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-02-17 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate-eoln has an issue affecting its community integrati

Re: AccessLogValve enhancement

2012-02-17 Thread Filip Hanik - Dev Lists
On 2/16/2012 2:12 PM, Konstantin Kolinko wrote: Do not send attachments to this mailing list ever! The world could implode!! - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate-eoln (in module tomcat-7.0.x) failed

2012-02-17 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate-eoln has an issue affecting its community integra

svn commit: r1245466 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_26: ./ build.properties.default

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 14:02:42 2012 New Revision: 1245466 URL: http://svn.apache.org/viewvc?rev=1245466&view=rev Log: Tag 7.0.26 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_26/ (props changed) - copied from r1245453, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

svn commit: r1245452 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 13:58:02 2012 New Revision: 1245452 URL: http://svn.apache.org/viewvc?rev=1245452&view=rev Log: Review of r1244737 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java Propchange: tomcat/

svn commit: r1245449 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-02-17 Thread markt
Author: markt Date: Fri Feb 17 13:51:59 2012 New Revision: 1245449 URL: http://svn.apache.org/viewvc?rev=1245449&view=rev Log: Review of r1244737 Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.j

DO NOT REPLY [Bug 52696] 100% cpu usage

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

DO NOT REPLY [Bug 52696] New: 100% cpu usage

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52696 Bug #: 52696 Summary: 100% cpu usage Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority:

DO NOT REPLY [Bug 42925] Sendfile thread uses 100% cpu for long periods

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42925 muralie changed: What|Removed |Added CC||muralie...@e2infosystems.co

DO NOT REPLY [Bug 52381] Please add OSGi metadata

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52381 --- Comment #7 from Alexander Kurtakov 2012-02-17 11:21:59 UTC --- In order to avoid cyclic dependencies and yes servlet.jar is used in too many places so having dependencies to build its osgi metadata will be a big PITA I think that the s

DO NOT REPLY [Bug 52381] Please add OSGi metadata

2012-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52381 --- Comment #6 from Glyn Normington 2012-02-17 11:17:56 UTC --- If OSGi metadata is added, I suggest also adding a basic test to Tomcat's build to check that the Tomcat bundle resolve. (I created a similar test for Spring and I recommend t