How to open and navigate tomcat project in IDE

2017-01-25 Thread Hoa Phan
Hi, is there a guide to open tomcat project in an IDE so that IO can navigate through source code with all support from the IDE? I tried to open with IntelliJ but couldn't get it to recognize the source code. I tried Eclipse too but got the same thing. I tried: *ant ide-eclipse* but got:

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2017-01-25 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-tc8.0.x-test-nio has an issue affecting its community

Re: HTTP response reason phrases

2017-01-25 Thread Huxing Zhang
Hi, I think the problem is that how we target tomcat 8.5 to the users. Is it a biased to 8.0, or is it biased to 9.0? For the former case, we should keep the backward compatibility as much as possible. For the latter case, breaking things should be assumable by end users. IMO, 8.5 should be the

Re: HTTP response reason phrases

2017-01-25 Thread Rémy Maucherat
2017-01-24 20:08 GMT+01:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'm cross-posting dev@ and users@, but please only reply to dev@ if > you'd like to get involved in this discussion. > > I'd like to openly-discuss

svn commit: r1780275 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 22:09:23 2017 New Revision: 1780275 URL: http://svn.apache.org/viewvc?rev=1780275=rev Log: First pass at adding current event ad to Tomcat site Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html

Re: HTTP response reason phrases

2017-01-25 Thread Romain Manni-Bucau
2017-01-25 20:51 GMT+01:00 Christopher Schultz : > Romain, > > On 1/25/17 5:30 AM, Romain Manni-Bucau wrote: > > 8.5 just being almost a N-1 spec version of tomcat 9 I think they should > > stay aligned as much as possible. > > Yes, but 8.5 is a N+0 spec version of

[Bug 60620] [JRE] Memory leak found in java.util.concurrent.ForkJoinPool

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1780268 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:44:59 2017 New Revision: 1780268 URL: http://svn.apache.org/viewvc?rev=1780268=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60620 Add memory protection for ForkJoinPool.commonPool() related memory leaks. Added:

[Bug 60632] Last logs lost when running Tomcat with systemd and journald

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 --- Comment #2 from Mark Thomas --- I'd prefer to see this enabled with an environment variable (that should also set the length of the sleep). That way the default behaviour doesn't change, those that need to fix it have an

Re: svn commit: r1780262 - /tomcat/trunk/test/org/apache/jasper/runtime/TestTagHandlerPool.java

2017-01-25 Thread Konstantin Kolinko
2017-01-25 23:05 GMT+03:00 : > Author: markt > Date: Wed Jan 25 20:05:01 2017 > New Revision: 1780262 > > URL: http://svn.apache.org/viewvc?rev=1780262=rev > Log: > Add a unit test used to investigate https://github.com/apache/tomcat85/pull/5 > TagHandlerPool is effectively

[Bug 60623] When startStopThreads is 1, don't rely on an executor and instead start synchronously

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60623 --- Comment #14 from Mark Thomas --- Why isn't the log4j2 issue just as much as a problem for an Executor thread that is used to start multiple web applications? I remain unconvinced that switching to the main thread when

svn commit: r1780267 [1/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/tomcat/util/collections/ test/org/apache/catalina/core/ webapps/docs/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:23:21 2017 New Revision: 1780267 URL: http://svn.apache.org/viewvc?rev=1780267=rev Log: Reduce the contention in the default InstanceManager implementation when multiple threads are managing objects and need to reference the annotation cache. Prior to this

svn commit: r1780267 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/tomcat/util/collections/ test/org/apache/catalina/core/ webapps/docs/

2017-01-25 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java?rev=1780267=1780266=1780267=diff

svn commit: r1780266 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ test/org/apache/catalina/core/ webapps/docs/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:14:42 2017 New Revision: 1780266 URL: http://svn.apache.org/viewvc?rev=1780266=rev Log: Reduce the contention in the default InstanceManager implementation when multiple threads are managing objects and need to reference the annotation cache. Prior to this

svn commit: r1780265 - in /tomcat/tc8.5.x/trunk/java/org/apache: catalina/core/DefaultInstanceManager.java catalina/core/StandardContext.java tomcat/InstanceManager.java

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:13:22 2017 New Revision: 1780265 URL: http://svn.apache.org/viewvc?rev=1780265=rev Log: Remove the Java 8 specific code Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

svn commit: r1780263 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/tomcat/ test/org/apache/catalina/core/ webapps/docs/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:07:58 2017 New Revision: 1780263 URL: http://svn.apache.org/viewvc?rev=1780263=rev Log: Reduce the contention in the default InstanceManager implementation when multiple threads are managing objects and need to reference the annotation cache. Prior to this

svn commit: r1780262 - /tomcat/trunk/test/org/apache/jasper/runtime/TestTagHandlerPool.java

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 20:05:01 2017 New Revision: 1780262 URL: http://svn.apache.org/viewvc?rev=1780262=rev Log: Add a unit test used to investigate https://github.com/apache/tomcat85/pull/5 TagHandlerPool is effectively using a SynchronizedStack. This is known to perform better than

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 Christopher Schultz changed: What|Removed |Added OS|

Re: HTTP response reason phrases

2017-01-25 Thread Christopher Schultz
Romain, On 1/25/17 5:30 AM, Romain Manni-Bucau wrote: > 8.5 just being almost a N-1 spec version of tomcat 9 I think they should > stay aligned as much as possible. Yes, but 8.5 is a N+0 spec version of Tomcat 8.0. I think since Tomcat 8.5 is being pushed as the hurry-up upgrade for Tomcat 8.0,

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2017-01-25 Thread Bill Barker
/objenesis/main/target/objenesis-2.6-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170125.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20170125/bin/openssl -Dexecute.test.nio=false

[Bug 60645] New: StatementFinalizer is not thread-safe

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 Bug ID: 60645 Summary: StatementFinalizer is not thread-safe Product: Tomcat Modules Version: unspecified Hardware: PC Status: NEW Severity: normal Priority:

buildbot success in on tomcat-trunk

2017-01-25 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2064 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1780196 - /tomcat/trunk/test/org/apache/catalina/core/TestDefaultInstanceManager.java

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 14:45:15 2017 New Revision: 1780196 URL: http://svn.apache.org/viewvc?rev=1780196=rev Log: Need to trigger maintenance for the weak cache after GC completes to clear out dead entries. Modified:

buildbot failure in on tomcat-trunk

2017-01-25 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2063 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1780189 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/ webapps/docs/

2017-01-25 Thread markt
Author: markt Date: Wed Jan 25 14:26:53 2017 New Revision: 1780189 URL: http://svn.apache.org/viewvc?rev=1780189=rev Log: Reduce the contention in the default InstanceManager implementation when multiple threads are managing objects and need to reference the annotation cache. Prior to this

[Bug 60126] The code of method invoke0(JspWriter) is exceeding the 65535 bytes limit

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60126 --- Comment #10 from Ralf Hauser --- (In reply to Christopher Schultz from comment #9) > Please take this conversation to the users list. If you do so, please > provide examples of the .java files that will not compile

[Bug 60614] please document how to use JNDI datasource in server.xml with GlobalNamingResources (after CVE-2016-6797)

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60614 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 60611] empty org.apache.dbcp.dbcp2.BasicDataSource ?

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60611 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60614] please document how to use JNDI datasource in server.xml with GlobalNamingResources (after CVE-2016-6797)

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60614 --- Comment #2 from Ralf Hauser --- some further thoughts: 10) first I thought having factory ="org.apache.commons.dbcp.BasicDataSourceFactory" is the problem, as it is trying to instantiate an

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-25 Thread Rémy Maucherat
2017-01-22 16:59 GMT+01:00 Violeta Georgieva : > The proposed Apache Tomcat 6.0.50 release is now available for voting. > > Note: This is the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.50/ > The Maven

Re: HTTP response reason phrases

2017-01-25 Thread Romain Manni-Bucau
Hi guys, 8.5 just being almost a N-1 spec version of tomcat 9 I think they should stay aligned as much as possible. Also note that fixing it in 8.5 will just delay the issue for 9.x. I'm not sure I see the blocking point to add a configuration for that (agree it is not spec compliant but it is a

Re: HTTP response reason phrases

2017-01-25 Thread Rainer Jung
Am 25.01.2017 um 11:09 schrieb Rainer Jung: Am 24.01.2017 um 21:03 schrieb Mark Thomas: On 24/01/2017 19:08, Christopher Schultz wrote: I'm wondering what the wider community thinks about this change and whether or not we should consider reverting it for Tomcat 8.5.x. 8.5.x has been out for

Re: HTTP response reason phrases

2017-01-25 Thread Rainer Jung
Am 24.01.2017 um 21:03 schrieb Mark Thomas: On 24/01/2017 19:08, Christopher Schultz wrote: I'm wondering what the wider community thinks about this change and whether or not we should consider reverting it for Tomcat 8.5.x. 8.5.x has been out for 10 months and stable for 7. It is probably

svn commit: r1780161 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 10:02:21 2017 New Revision: 1780161 URL: http://svn.apache.org/viewvc?rev=1780161=rev Log: Correct changelog sections Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 6.0.50

2017-01-25 Thread Violeta Georgieva
Hi, 2017-01-22 17:59 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 6.0.50 release is now available for voting. > > Note: This is the last Tomcat 6 release. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.50/ > The

[ANN] Apache Tomcat 8.0.41 available

2017-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.41. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java

[ANN] Apache Tomcat 7.0.75 released

2017-01-25 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.75. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

svn commit: r17987 - /release/tomcat/tomcat-7/v7.0.73/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 09:26:52 2017 New Revision: 17987 Log: Remove 7.0.73 Removed: release/tomcat/tomcat-7/v7.0.73/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r17986 - /release/tomcat/tomcat-8/v8.0.39/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 09:24:51 2017 New Revision: 17986 Log: Remove 8.0.39 Removed: release/tomcat/tomcat-8/v8.0.39/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1780154 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 09:16:37 2017 New Revision: 1780154 URL: http://svn.apache.org/viewvc?rev=1780154=rev Log: Update docs for Apache Tomcat 7.0.75 release. [This commit notification would consist of 68 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1780151 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 08:52:57 2017 New Revision: 1780151 URL: http://svn.apache.org/viewvc?rev=1780151=rev Log: Updates (excluding docs) for 7.0.75 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

[Bug 60581] tomcat8 at 100% cpu when trying https on port 80

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60581 --- Comment #3 from Emmanuel Bourg --- Yes it looks like the same issue. The best solution for now is to install the tomcat8 package from the jessie-backports repository. -- You are receiving this mail because: You are the

[Bug 60581] tomcat8 at 100% cpu when trying https on port 80

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60581 --- Comment #2 from Ralf Hauser --- Could that be related? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851304 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1780146 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 08:30:55 2017 New Revision: 1780146 URL: http://svn.apache.org/viewvc?rev=1780146=rev Log: Update docs for Apache Tomcat 8.0.41 release. [This commit notification would consist of 74 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1780142 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-01-25 Thread violetagg
Author: violetagg Date: Wed Jan 25 08:11:37 2017 New Revision: 1780142 URL: http://svn.apache.org/viewvc?rev=1780142=rev Log: Updates (excluding docs) for 8.0.41 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf