Author: kkolinko
Date: Sat Nov 7 13:49:42 2015
New Revision: 1713126
URL: http://svn.apache.org/viewvc?rev=1713126&view=rev
Log:
Mark helper methods as static.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http
Author: kkolinko
Date: Sat Nov 7 13:59:06 2015
New Revision: 1713128
URL: http://svn.apache.org/viewvc?rev=1713128&view=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
U
Author: violetagg
Date: Sat Nov 7 14:00:33 2015
New Revision: 1713129
URL: http://svn.apache.org/viewvc?rev=1713129&view=rev
Log:
Add generated code to the findbugs exclusions.
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-po
Author: kkolinko
Date: Sat Nov 7 14:35:52 2015
New Revision: 1713133
URL: http://svn.apache.org/viewvc?rev=1713133&view=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
tomcat/tc6.0
Author: violetagg
Date: Sat Nov 7 14:39:28 2015
New Revision: 1713134
URL: http://svn.apache.org/viewvc?rev=1713134&view=rev
Log:
Merged revision 1713129 from tomcat/trunk:
Add generated code to the findbugs exclusions.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/tru
Author: kkolinko
Date: Sat Nov 7 14:44:12 2015
New Revision: 1713135
URL: http://svn.apache.org/viewvc?rev=1713135&view=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
Mod
Author: violetagg
Date: Sat Nov 7 14:45:34 2015
New Revision: 1713137
URL: http://svn.apache.org/viewvc?rev=1713137&view=rev
Log:
Merged revision 1713129 from tomcat/trunk:
Add generated code to the findbugs exclusions.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/tru
Author: kkolinko
Date: Sat Nov 7 14:50:47 2015
New Revision: 1713138
URL: http://svn.apache.org/viewvc?rev=1713138&view=rev
Log:
Convert test class to JUnit 4
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/tomcat/util/http/TestCookies.java
Modified: tomcat/tc6.0.x/trunk/test/org/apache/tomc
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
Hardware:
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
===
https://bz.apache.org/bugzilla/show_bug.cgi?id=58596
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konstanti
Author: kkolinko
Date: Sat Nov 7 15:40:03 2015
New Revision: 1713145
URL: http://svn.apache.org/viewvc?rev=1713145&view=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:
tomcat/tc6.0.x/tr
Author: kkolinko
Date: Sat Nov 7 15:43:20 2015
New Revision: 1713146
URL: http://svn.apache.org/viewvc?rev=1713146&view=rev
Log:
Fix warnings in a test class - Static fields should be accessed in a static way
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/interceptors/
Author: kkolinko
Date: Sat Nov 7 15:50:21 2015
New Revision: 1713147
URL: http://svn.apache.org/viewvc?rev=1713147&view=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:
tomcat/tc6.0.x/trunk
Author: kkolinko
Date: Sat Nov 7 15:57:16 2015
New Revision: 1713149
URL: http://svn.apache.org/viewvc?rev=1713149&view=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],
Author: kkolinko
Date: Sat Nov 7 16:47:25 2015
New Revision: 1713153
URL: http://svn.apache.org/viewvc?rev=1713153&view=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:
tomcat/tc6.0.x/tr
Author: kkolinko
Date: Sat Nov 7 16:50:20 2015
New Revision: 1713154
URL: http://svn.apache.org/viewvc?rev=1713154&view=rev
Log:
Fix warnings in test classes - Static fields should be accessed in a static way
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChan
Author: kkolinko
Date: Sat Nov 7 16:55:23 2015
New Revision: 1713155
URL: http://svn.apache.org/viewvc?rev=1713155&view=rev
Log:
Copy LoggingBaseTest class from Tomcat 7
Added:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/startup/
tomcat/tc6.0.x/trunk/test/org/apache/catalina/startup/Lo
Author: kkolinko
Date: Sat Nov 7 17:10:21 2015
New Revision: 1713156
URL: http://svn.apache.org/viewvc?rev=1713156&view=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.
Author: kkolinko
Date: Sat Nov 7 17:15:02 2015
New Revision: 1713157
URL: http://svn.apache.org/viewvc?rev=1713157&view=rev
Log:
Copy test implementation from Tomcat 7. This is some work to make the test more
reliable.
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/Te
Author: kkolinko
Date: Sat Nov 7 17:17:55 2015
New Revision: 1713158
URL: http://svn.apache.org/viewvc?rev=1713158&view=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
ont
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&view=rev
> Log:
> Copy test implementation from Tomcat 7.
> This a) uses logging instead of System.out,
> b) validates result of the test and f
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&view=rev
> > Log:
> > Copy test implementation from Tomcat 7.
> > This a)
Author: violetagg
Date: Sat Nov 7 19:53:38 2015
New Revision: 1713168
URL: http://svn.apache.org/viewvc?rev=1713168&view=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
Modifie
Author: violetagg
Date: Sat Nov 7 20:14:30 2015
New Revision: 1713170
URL: http://svn.apache.org/viewvc?rev=1713170&view=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)
tomcat/tc8.0.x/t
Author: markt
Date: Sat Nov 7 20:43:11 2015
New Revision: 1713174
URL: http://svn.apache.org/viewvc?rev=1713174&view=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
Author: markt
Date: Sat Nov 7 21:13:19 2015
New Revision: 1713180
URL: http://svn.apache.org/viewvc?rev=1713180&view=rev
Log:
Javadoc
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
htt
Author: markt
Date: Sat Nov 7 21:17:43 2015
New Revision: 1713182
URL: http://svn.apache.org/viewvc?rev=1713182&view=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: tomcat/
Author: markt
Date: Sat Nov 7 21:35:29 2015
New Revision: 1713184
URL: http://svn.apache.org/viewvc?rev=1713184&view=rev
Log:
Handle the unlikely case where different versions of a web application are
deployed with different session settings
Modified:
tomcat/trunk/java/org/apache/catalina/c
Author: markt
Date: Sat Nov 7 21:41:39 2015
New Revision: 1713185
URL: http://svn.apache.org/viewvc?rev=1713185&view=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)
Author: markt
Date: Sat Nov 7 21:47:07 2015
New Revision: 1713187
URL: http://svn.apache.org/viewvc?rev=1713187&view=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)
Author: markt
Date: Sat Nov 7 21:52:53 2015
New Revision: 1713189
URL: http://svn.apache.org/viewvc?rev=1713189&view=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.jav
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&view=rev
>> Log:
>> Copy test implementation from Tomcat 7.
>> This a) uses logging instead
Author: markt
Date: Sat Nov 7 22:38:18 2015
New Revision: 1713193
URL: http://svn.apache.org/viewvc?rev=1713193&view=rev
Log:
Remove unused constant.
Reported by UC Detector
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/Constants.java
Modified: tomcat/trunk/java/org/apache/
Author: markt
Date: Sat Nov 7 22:38:55 2015
New Revision: 1713194
URL: http://svn.apache.org/viewvc?rev=1713194&view=rev
Log:
Remove unused constant.
Reported by UC Detector
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/ByteBufferHolder.java
tomcat/trunk/java/org/apache/tomcat/u
Author: markt
Date: Sat Nov 7 22:50:20 2015
New Revision: 1713196
URL: http://svn.apache.org/viewvc?rev=1713196&view=rev
Log:
Update Javadoc warning count
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEX
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&view=rev
> Log:
> Remove unused constant.
> Reported by UC Detector
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/websocket/server/Consta
Author: markt
Date: Sat Nov 7 23:01:05 2015
New Revision: 1713198
URL: http://svn.apache.org/viewvc?rev=1713198&view=rev
Log:
Javadoc for Processor
- Pull up Javadoc where it was only present further down the hierarchy
- Remove duplicated Javadoc
Modified:
tomcat/trunk/java/org/apache/coyote
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 port
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 for the bug.
-
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
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
integration.
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
50 matches
Mail list logo