Re: Coverity static analysis scanning

2014-09-01 Thread Mark Thomas
On 28/08/2014 15:44, Freddy Mallet wrote: > Hi Guys, > > I'm the leading the development of the SonarQube platform. If you want any > personal login/password to http://nemo.sonarqube.org/ and/or if you want us > to tune the set of coding rules used to analyze the Tomcat project, feel > free to pin

[Bug 56905] New: "Unable to destroy WebSocket thread group" warning when reloading examples webapp

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56905 Bug ID: 56905 Summary: "Unable to destroy WebSocket thread group" warning when reloading examples webapp Product: Tomcat 8 Version: 8.0.11 Hardware: PC St

svn commit: r1621698 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2014-09-01 Thread kkolinko
Author: kkolinko Date: Mon Sep 1 08:05:39 2014 New Revision: 1621698 URL: http://svn.apache.org/r1621698 Log: Correct typo in a comment Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsSer

[Bug 56890] getRealPath returns null

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark Th

[Bug 56890] getRealPath returns null

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #6 from Mark Thomas --- https://java.net/jira/browse/SERVLET_SPEC-105 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[Bug 56905] "Unable to destroy WebSocket thread group" warning when reloading examples webapp

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56905 --- Comment #1 from Konstantin Kolinko --- Created attachment 31958 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31958&action=edit 2014-09-01_tc8_56905_v1.patch Patch (v1) for current trunk at r1621698 I have not tested it ye

Re: [VOTE] Release Apache Tomcat 8.0.12

2014-09-01 Thread Konstantin Kolinko
2014-08-30 19:34 GMT+04:00 Mark Thomas : > The proposed Apache Tomcat 8.0.12 release is now available for voting. > > The main changes since 8.0.11 are: > - Fix a regression in the processing of includes and forwards when > Contexts had been reloaded. > - Session ID generation is now extensible >

svn commit: r1621727 - /tomcat/trunk/webapps/docs/changelog.xml

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 10:06:16 2014 New Revision: 1621727 URL: http://svn.apache.org/r1621727 Log: Update the changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ch

svn commit: r1621725 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 10:06:07 2014 New Revision: 1621725 URL: http://svn.apache.org/r1621725 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56900 Fix resource leaks reading property files Based on a patch by Felix Schumacher Modified: tomcat/trunk/java/org/a

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

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 10:06:12 2014 New Revision: 1621726 URL: http://svn.apache.org/r1621726 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56900 Fix resource leak reading property files Based on a patch by Felix Schumacher Modified: tomcat/trunk/java/org/ap

[Bug 56900] Resource Leaks found by CID 45266 and 45249

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56900 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1621729 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 10:15:01 2014 New Revision: 1621729 URL: http://svn.apache.org/r1621729 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56902 Potential resource leak in Default Servlet Based on a patch by Felix Schumacher Modified: tomcat/trunk/java/org/apache/catal

[Bug 56902] DefaultServlet could leak resource in method copy - CID-45243

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56902 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1621731 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java webapps/docs/changelog.xml

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 10:40:33 2014 New Revision: 1621731 URL: http://svn.apache.org/r1621731 Log: Correct the return value for StandardContext.getResourceOnlyServlets() so that multiple names are separated by commas. Identified by Coverity Scan and fixed based on a patch by Felix Schumac

[Bug 56903] Missing comma-Separator in StandardContexts getRessourceOnlyServlets - CID-45051

2014-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56903 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Two-minute(!)-survey on motivation and free time contribution of open source developers

2014-09-01 Thread Stefan Kullack
Dear all, for a university research project in an Open Source class at the Technical University Berlin (Germany) I would like to gather some original input from open source software developers. I kept the length of the survey to an absolute minimum!!! The survey is supposed to capture the free tim

RFC6265 progress

2014-09-01 Thread Mark Thomas
As previously advertised, I've been working on a new RFC6265 cookie parsing. The current status is as follows: - parser is working for RFC6265 cookie headers - RFC2109 parsing is still TODO - new parser is driven by Context level config (no more system properties) - currently between 1% and 3% sl

Re: svn commit: r1621731 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java webapps/docs/changelog.xml

2014-09-01 Thread Felix Schumacher
Am 01.09.2014 um 12:40 schrieb ma...@apache.org: Author: markt Date: Mon Sep 1 10:40:33 2014 New Revision: 1621731 URL: http://svn.apache.org/r1621731 Log: Correct the return value for StandardContext.getResourceOnlyServlets() so that multiple names are separated by commas. Identified by Coveri

svn commit: r1621861 - in /tomcat/trunk/java/org/apache/tomcat/util/http/parser: AcceptLanguage.java Authorization.java HttpParser.java MediaType.java SkipResult.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 18:25:01 2014 New Revision: 1621861 URL: http://svn.apache.org/r1621861 Log: Extract SkipResult to a separate class. Added: tomcat/trunk/java/org/apache/tomcat/util/http/parser/SkipResult.java (with props) Modified: tomcat/trunk/java/org/apache/tomcat/uti

svn commit: r1621863 - /tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookies.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 18:25:10 2014 New Revision: 1621863 URL: http://svn.apache.org/r1621863 Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookies.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookies.java URL: http

svn commit: r1621862 - in /tomcat/trunk/java/org/apache/tomcat/util/http: Cookies.java ServerCookies.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 18:25:06 2014 New Revision: 1621862 URL: http://svn.apache.org/r1621862 Log: Refactor array of server cookies into separate class. Added: tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookies.java (with props) Modified: tomcat/trunk/java/org/apache/

svn commit: r1621868 - in /tomcat/trunk/java/org/apache/tomcat/util/http/parser: Cookie.java LocalStrings.properties

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 18:59:08 2014 New Revision: 1621868 URL: http://svn.apache.org/r1621868 Log: Add initial implementation of RFC6265/RFC2109 cookie parser Added: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java (with props) tomcat/trunk/java/org/apache/tom

svn commit: r1621875 - /tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 19:48:06 2014 New Revision: 1621875 URL: http://svn.apache.org/r1621875 Log: Fix handling of invalid cookie versions Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie

Re: [VOTE] Release Apache Tomcat 8.0.12

2014-09-01 Thread Violeta Georgieva
Hi, 2014-08-30 18:34 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.12 release is now available for voting. > > The main changes since 8.0.11 are: > - Fix a regression in the processing of includes and forwards when > Contexts had been reloaded. > - Session ID generation is now exten

svn commit: r1621876 - /tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java

2014-09-01 Thread markt
Author: markt Date: Mon Sep 1 19:58:37 2014 New Revision: 1621876 URL: http://svn.apache.org/r1621876 Log: Fix copy/paste error Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java URL: http://

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-09-01 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140901-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-09-01 Thread Bill Barker
it/target/junit-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140901-native-src.tar.gz -Dexamples.sources.

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-09-01 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140901-native-src.tar.gz -Dexamples.sources.skip=true

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

2014-09-01 Thread Konstantin Kolinko
2014-09-02 0:48 GMT+04:00 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-test-bio has an iss

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-09-01 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140901-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-09-01 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-test-bio has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-09-01 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-test-nio2 has an issue affecting its community integration. T

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-09-01 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-test-nio has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-09-01 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-test-apr has an issue affecting its community integration. Th

Re: svn commit: r1621731 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardContext.java webapps/docs/changelog.xml

2014-09-01 Thread Mark Thomas
On 01/09/2014 19:08, Felix Schumacher wrote: > Am 01.09.2014 um 12:40 schrieb ma...@apache.org: >> Author: markt >> Date: Mon Sep 1 10:40:33 2014 >> New Revision: 1621731 >> >> URL: http://svn.apache.org/r1621731 >> Log: >> Correct the return value for StandardContext.getResourceOnlyServlets() >>

svn commit: r1621929 - in /tomcat/trunk: res/checkstyle/checkstyle.xml test/org/apache/catalina/core/TestStandardContext.java

2014-09-01 Thread markt
Author: markt Date: Tue Sep 2 06:26:38 2014 New Revision: 1621929 URL: http://svn.apache.org/r1621929 Log: Fix unit test for BZ 56903 Modified: tomcat/trunk/res/checkstyle/checkstyle.xml tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java Modified: tomcat/trunk/res/check

svn commit: r1621930 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2014-09-01 Thread markt
Author: markt Date: Tue Sep 2 06:29:48 2014 New Revision: 1621930 URL: http://svn.apache.org/r1621930 Log: Update after extracting SkipResult to separate class Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/catalina/sec