svn commit: r1713128 - /tomcat/trunk/java/org/apache/coyote/Response.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 13:59:06 2015 New Revision: 1713128 URL: http://svn.apache.org/viewvc?rev=1713128=rev Log: Fix typo from javadoc update in r1712993 Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL:

svn commit: r1713133 - in /tomcat/tc6.0.x/trunk/test/org/apache/el: TestELEvaluation.java lang/TestELArithmetic.java lang/TestELSupport.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 14:35:52 2015 New Revision: 1713133 URL: http://svn.apache.org/viewvc?rev=1713133=rev Log: Convert test classes to JUnit 4, copy some additional tests from Tomcat 7. Modified: tomcat/tc6.0.x/trunk/test/org/apache/el/TestELEvaluation.java

svn commit: r1713134 - in /tomcat/tc8.0.x/trunk: ./ res/findbugs/filter-false-positives.xml

2015-11-07 Thread violetagg
Author: violetagg Date: Sat Nov 7 14:39:28 2015 New Revision: 1713134 URL: http://svn.apache.org/viewvc?rev=1713134=rev Log: Merged revision 1713129 from tomcat/trunk: Add generated code to the findbugs exclusions. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1713138 - /tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/TestCookies.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 14:50:47 2015 New Revision: 1713138 URL: http://svn.apache.org/viewvc?rev=1713138=rev Log: Convert test class to JUnit 4 Modified: tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/TestCookies.java Modified:

svn commit: r1713137 - in /tomcat/tc7.0.x/trunk: ./ res/findbugs/filter-false-positives.xml

2015-11-07 Thread violetagg
Author: violetagg Date: Sat Nov 7 14:45:34 2015 New Revision: 1713137 URL: http://svn.apache.org/viewvc?rev=1713137=rev Log: Merged revision 1713129 from tomcat/trunk: Add generated code to the findbugs exclusions. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 58596] New: Add Patch Binary -- Running.txt says tomcat is a JAVA application and doesn't use Environment Variables.

2015-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58596 Bug ID: 58596 Summary: Add Patch Binary -- Running.txt says tomcat is a JAVA application and doesn't use Environment Variables. Product: Tomcat 8 Version: trunk

svn commit: r1713145 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: group/interceptors/ test/

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 15:40:03 2015 New Revision: 1713145 URL: http://svn.apache.org/viewvc?rev=1713145=rev Log: Convert test classes to JUnit 4 and apply some trivial fixes & formatting from Tomcat 7 Non-trivial fixes will be in separate commits Modified:

svn commit: r1713126 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 13:49:42 2015 New Revision: 1713126 URL: http://svn.apache.org/viewvc?rev=1713126=rev Log: Mark helper methods as static. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified:

PATCH -- [Bug 58596] .

2015-11-07 Thread vivek kumar
Attaching patch file for above Bug. Just started looking into the world of Open Source. Learning what is tomcat and how it works , so found an little issue in documentation :) Thank you all of Tomcat Developers for providing such an excellent product as OPEN SOURCE. Vivek Index: RUNNING.txt

svn commit: r1713129 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2015-11-07 Thread violetagg
Author: violetagg Date: Sat Nov 7 14:00:33 2015 New Revision: 1713129 URL: http://svn.apache.org/viewvc?rev=1713129=rev Log: Add generated code to the findbugs exclusions. Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified:

[Bug 58596] Add Patch Binary -- Running.txt says tomcat is a JAVA application and doesn't use Environment Variables.

2015-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58596 Konstantin Kolinko changed: What|Removed |Added OS||All ---

svn commit: r1713135 - /tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestAttributeParser.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 14:44:12 2015 New Revision: 1713135 URL: http://svn.apache.org/viewvc?rev=1713135=rev Log: Convert test class to JUnit 4, copy an additional test from Tomcat 7. Modified: tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestAttributeParser.java

svn commit: r1713146 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 15:43:20 2015 New Revision: 1713146 URL: http://svn.apache.org/viewvc?rev=1713146=rev Log: Fix warnings in a test class - Static fields should be accessed in a static way Modified:

svn commit: r1713147 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: TesterUtil.java group/interceptors/TestNonBlockingCoordinator.java group/interceptors/TestOrderInterceptor.java group/i

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 15:50:21 2015 New Revision: 1713147 URL: http://svn.apache.org/viewvc?rev=1713147=rev Log: Copy TesterUtil class from Tomcat 7 and use it in tests. This feature allows tribes tests to run in parallel. Originates from r1303587. Added:

svn commit: r1713149 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 15:57:16 2015 New Revision: 1713149 URL: http://svn.apache.org/viewvc?rev=1713149=rev Log: Align test class with Tomcat 7. - CHANNEL_COUNT is a constant - Ensuring that n values are the same as [0]==[1], [1]==[2], [2]==[3] is the same as [0]==[1], [0]==[2],

svn commit: r1713154 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group: TestGroupChannelOptionFlag.java TestGroupChannelStartStop.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 16:50:20 2015 New Revision: 1713154 URL: http://svn.apache.org/viewvc?rev=1713154=rev Log: Fix warnings in test classes - Static fields should be accessed in a static way Modified:

svn commit: r1713156 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group: TestGroupChannelMemberArrival.java TestGroupChannelOptionFlag.java TestGroupChannelSenderConnections.java TestGro

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 17:10:21 2015 New Revision: 1713156 URL: http://svn.apache.org/viewvc?rev=1713156=rev Log: Use TesterUtil class to allow tribes tests to run in parallel. Originates from r1303587. Remove unused method clear(). Minor formatting fixes to align with Tomcat 7.

Re: svn commit: r1713158 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java

2015-11-07 Thread Martin Grigorov
On Sat, Nov 7, 2015 at 7:35 PM, Rémy Maucherat wrote: > 2015-11-07 18:17 GMT+01:00 : > > > Author: kkolinko > > Date: Sat Nov 7 17:17:55 2015 > > New Revision: 1713158 > > > > URL: http://svn.apache.org/viewvc?rev=1713158=rev > > Log: > > Copy test

svn commit: r1713174 - in /tomcat/trunk: bin/catalina.sh build.xml webapps/docs/changelog.xml webapps/docs/security-howto.xml

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 20:43:11 2015 New Revision: 1713174 URL: http://svn.apache.org/viewvc?rev=1713174=rev Log: Tighten up the default file permissions for the .tar.gz distro and on Unix like operating systems. Modified: tomcat/trunk/bin/catalina.sh tomcat/trunk/build.xml

svn commit: r1713184 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Request.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:35:29 2015 New Revision: 1713184 URL: http://svn.apache.org/viewvc?rev=1713184=rev Log: Handle the unlikely case where different versions of a web application are deployed with different session settings Modified:

svn commit: r1713185 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:41:39 2015 New Revision: 1713185 URL: http://svn.apache.org/viewvc?rev=1713185=rev Log: Handle the unlikely case where different versions of a web application are deployed with different session settings Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1713187 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:47:07 2015 New Revision: 1713187 URL: http://svn.apache.org/viewvc?rev=1713187=rev Log: Handle the unlikely case where different versions of a web application are deployed with different session settings Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1713182 - /tomcat/trunk/java/org/apache/coyote/http11/InputFilter.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:17:43 2015 New Revision: 1713182 URL: http://svn.apache.org/viewvc?rev=1713182=rev Log: Javadoc This complete the org.apache.coyote package which is now warning free Modified: tomcat/trunk/java/org/apache/coyote/http11/InputFilter.java Modified:

svn commit: r1713189 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile: Annotations.java ClassParser.java ConstantPool.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:52:53 2015 New Revision: 1713189 URL: http://svn.apache.org/viewvc?rev=1713189=rev Log: Javadoc Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/Annotations.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/ClassParser.java

Re: svn commit: r1713158 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java

2015-11-07 Thread Konstantin Kolinko
2015-11-07 21:35 GMT+03:00 Rémy Maucherat : > 2015-11-07 18:17 GMT+01:00 : > >> Author: kkolinko >> Date: Sat Nov 7 17:17:55 2015 >> New Revision: 1713158 >> >> URL: http://svn.apache.org/viewvc?rev=1713158=rev >> Log: >> Copy test implementation from Tomcat

svn commit: r1713168 - in /tomcat/trunk: BUILDING.txt build.properties.default build.xml

2015-11-07 Thread violetagg
Author: violetagg Date: Sat Nov 7 19:53:38 2015 New Revision: 1713168 URL: http://svn.apache.org/viewvc?rev=1713168=rev Log: Add findbugs to the build. It is off by default. Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified:

svn commit: r1713170 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt build.properties.default build.xml webapps/docs/changelog.xml

2015-11-07 Thread violetagg
Author: violetagg Date: Sat Nov 7 20:14:30 2015 New Revision: 1713170 URL: http://svn.apache.org/viewvc?rev=1713170=rev Log: Merged revision 1713168 from tomcat/trunk: Add findbugs to the build. It is off by default. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1713180 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 21:13:19 2015 New Revision: 1713180 URL: http://svn.apache.org/viewvc?rev=1713180=rev Log: Javadoc Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java URL:

svn commit: r1713153 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group: TestGroupChannelMemberArrival.java TestGroupChannelOptionFlag.java TestGroupChannelSenderConnections.java TestGro

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 16:47:25 2015 New Revision: 1713153 URL: http://svn.apache.org/viewvc?rev=1713153=rev Log: Convert test classes to JUnit 4 and apply some trivial fixes & formatting from Tomcat 7 Non-trivial fixes will be in separate commits Modified:

svn commit: r1713155 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/startup: ./ LoggingBaseTest.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 16:55:23 2015 New Revision: 1713155 URL: http://svn.apache.org/viewvc?rev=1713155=rev Log: Copy LoggingBaseTest class from Tomcat 7 Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/startup/

svn commit: r1713158 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 17:17:55 2015 New Revision: 1713158 URL: http://svn.apache.org/viewvc?rev=1713158=rev Log: Copy test implementation from Tomcat 7. This a) uses logging instead of System.out, b) validates result of the test and fail()s, instead of just printing a message onto

Re: svn commit: r1713158 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java

2015-11-07 Thread Rémy Maucherat
2015-11-07 18:17 GMT+01:00 : > Author: kkolinko > Date: Sat Nov 7 17:17:55 2015 > New Revision: 1713158 > > URL: http://svn.apache.org/viewvc?rev=1713158=rev > Log: > Copy test implementation from Tomcat 7. > This a) uses logging instead of System.out, > b) validates result

svn commit: r1713157 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java

2015-11-07 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 17:15:02 2015 New Revision: 1713157 URL: http://svn.apache.org/viewvc?rev=1713157=rev Log: Copy test implementation from Tomcat 7. This is some work to make the test more reliable. Modified:

svn commit: r1713193 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/Constants.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 22:38:18 2015 New Revision: 1713193 URL: http://svn.apache.org/viewvc?rev=1713193=rev Log: Remove unused constant. Reported by UC Detector Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/Constants.java Modified:

svn commit: r1713194 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/util/threads/ test/org/apache/catalina/authenticator/ test/org/apache/tomcat/util/buf/

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 22:38:55 2015 New Revision: 1713194 URL: http://svn.apache.org/viewvc?rev=1713194=rev Log: Remove unused constant. Reported by UC Detector Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteBufferHolder.java

svn commit: r1713196 - /tomcat/trunk/TOMCAT-NEXT.txt

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 22:50:20 2015 New Revision: 1713196 URL: http://svn.apache.org/viewvc?rev=1713196=rev Log: Update Javadoc warning count Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL:

svn commit: r1713198 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AbstractProcessorLight.java ActionHook.java Processor.java ajp/AjpProcessor.java http11/Http11Processor.java

2015-11-07 Thread markt
Author: markt Date: Sat Nov 7 23:01:05 2015 New Revision: 1713198 URL: http://svn.apache.org/viewvc?rev=1713198=rev Log: Javadoc for Processor - Pull up Javadoc where it was only present further down the hierarchy - Remove duplicated Javadoc Modified:

Re: svn commit: r1713193 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/Constants.java

2015-11-07 Thread Konstantin Kolinko
2015-11-08 1:38 GMT+03:00 : > Author: markt > Date: Sat Nov 7 22:38:18 2015 > New Revision: 1713193 > > URL: http://svn.apache.org/viewvc?rev=1713193=rev > Log: > Remove unused constant. > Reported by UC Detector > > Modified: >

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-07 Thread Rainer Jung
Am 04.11.2015 um 21:15 schrieb Mark Thomas: OK. Here we go again :) Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that this one will be good enough for the 9.0.0 RCs and - fingers crossed - to replace 1.1.x as well. Version 1.2.2 includes the following changes: - Forward

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2015-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 --- Comment #5 from Rainer Jung --- Yes. A release vote for the first public release 1.2.2 is in progress. The release should be available in a few days. -- You are receiving this mail because: You are the assignee

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

2015-11-07 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.

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

2015-11-07 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

Bug report for Tomcat 7 [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2015/11/08]

2015-11-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned