On 07/01/2016 07:22, Violeta Georgieva wrote:
> Hi Mark,
>
> 2016-01-06 22:06 GMT+02:00 :
>>
>> Author: markt
>> Date: Wed Jan 6 20:06:51 2016
>> New Revision: 1723410
>>
>> URL: http://svn.apache.org/viewvc?rev=1723410&view=rev
>> Log:
>> Avoid wheel re-invention. Use the available utility class
Author: violetagg
Date: Thu Jan 7 09:02:22 2016
New Revision: 1723484
URL: http://svn.apache.org/viewvc?rev=1723484&view=rev
Log:
Corrected the log message
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterConfig.java
tomcat/trunk/java/org/apache/catalina/core/LocalSt
Author: violetagg
Date: Thu Jan 7 09:07:31 2016
New Revision: 1723485
URL: http://svn.apache.org/viewvc?rev=1723485&view=rev
Log:
Merged revision 1723484 from tomcat/trunk:
Corrected the log message
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/c
Author: kkolinko
Date: Thu Jan 7 09:08:58 2016
New Revision: 1723486
URL: http://svn.apache.org/viewvc?rev=1723486&view=rev
Log:
Fix definition of localPort attribute of CoyoteConnector mbean. It is
read-only, Connector class has no setter for this property.
For https://issues.apache.org/bugzill
Author: violetagg
Date: Thu Jan 7 09:09:47 2016
New Revision: 1723487
URL: http://svn.apache.org/viewvc?rev=1723487&view=rev
Log:
Merged revision 1723484 from tomcat/trunk:
Corrected the log message
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/c
Author: kkolinko
Date: Thu Jan 7 09:12:53 2016
New Revision: 1723488
URL: http://svn.apache.org/viewvc?rev=1723488&view=rev
Log:
Fix definition of localPort attribute of CoyoteConnector mbean. It is
read-only, Connector class has no setter for this property.
For https://issues.apache.org/bugzill
Author: kkolinko
Date: Thu Jan 7 09:16:05 2016
New Revision: 1723489
URL: http://svn.apache.org/viewvc?rev=1723489&view=rev
Log:
Fix definition of localPort attribute of CoyoteConnector mbean. It is
read-only, Connector class has no setter for this property.
For https://issues.apache.org/bugzill
pache-commons/daemon/dist/bin/commons-daemon-20160107-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2016
Author: markt
Date: Thu Jan 7 09:31:50 2016
New Revision: 1723493
URL: http://svn.apache.org/viewvc?rev=1723493&view=rev
Log:
Use java.nio.file.Files where possible
Modified:
tomcat/trunk/java/org/apache/catalina/manager/host/HostManagerServlet.java
tomcat/trunk/java/org/apache/catalina/
Author: markt
Date: Thu Jan 7 09:33:45 2016
New Revision: 1723494
URL: http://svn.apache.org/viewvc?rev=1723494&view=rev
Log:
Deprecate unused code.
Modified:
tomcat/trunk/java/org/apache/catalina/util/IOTools.java
Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java
URL:
http
Author: markt
Date: Thu Jan 7 09:36:08 2016
New Revision: 1723495
URL: http://svn.apache.org/viewvc?rev=1723495&view=rev
Log:
Remove deprecated code.
Modified:
tomcat/trunk/java/org/apache/catalina/util/IOTools.java
Modified: tomcat/trunk/java/org/apache/catalina/util/IOTools.java
URL:
htt
Author: markt
Date: Thu Jan 7 09:41:46 2016
New Revision: 1723498
URL: http://svn.apache.org/viewvc?rev=1723498&view=rev
Log:
Create a new UriUtil class that contains only those parts of
o.a.tomcat.util.URI that a) are required by Tomcat and b) aren't provided by
the JRE.
Added:
tomcat/tc8
Author: markt
Date: Thu Jan 7 09:51:29 2016
New Revision: 1723500
URL: http://svn.apache.org/viewvc?rev=1723500&view=rev
Log:
Add class that replaced URL
Modified:
tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java
Modified: tomcat/trunk/java/org/apache/catalina/security/
Author: markt
Date: Thu Jan 7 09:59:18 2016
New Revision: 1723501
URL: http://svn.apache.org/viewvc?rev=1723501&view=rev
Log:
Replace use of o.a.t.u.URL with URIUtil
Deprecate o.a.t.u.URL
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/conn
Author: markt
Date: Thu Jan 7 10:12:08 2016
New Revision: 1723504
URL: http://svn.apache.org/viewvc?rev=1723504&view=rev
Log:
MessageDispatch15Interceptor was used to add Java 5 features to
MessageDispatchInterceptor. Since the minimum Java version is now >=5 (and has
been since Tomcat 6) there
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160107.jar
-
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/879
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Thu Jan 7 10:19:14 2016
New Revision: 1723506
URL: http://svn.apache.org/viewvc?rev=1723506&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58809
Correctly recycle the cookies when mapping requests for parallel deployment
Modified:
tomcat/tc8.0.x/trunk/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58809
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 7 10:27:08 2016
New Revision: 1723508
URL: http://svn.apache.org/viewvc?rev=1723508&view=rev
Log:
Avoid wheel re-invention.
Use java.nio.file.Files for the available utility class for copying between
streams and/or files.
Modified:
tomcat/tc8.0.x/trunk/ (props
mons/daemon/dist/bin/commons-daemon-20160107-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160107/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/392
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160107.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/wo
Author: remm
Date: Thu Jan 7 12:25:44 2016
New Revision: 1723528
URL: http://svn.apache.org/viewvc?rev=1723528&view=rev
Log:
Javadoc fixes.
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/Host.java
tomcat/trunk/java/org/apache/catali
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160107.jar
-
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/880
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
2016-01-07 13:19 GMT+03:00 :
> Author: markt
> Date: Thu Jan 7 10:19:14 2016
> New Revision: 1723506
>
> URL: http://svn.apache.org/viewvc?rev=1723506&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58809
> Correctly recycle the cookies when mapping requests for parallel depl
Author: kkolinko
Date: Thu Jan 7 13:55:25 2016
New Revision: 1723545
URL: http://svn.apache.org/viewvc?rev=1723545&view=rev
Log:
Extract common code from Protocol.getName() methods. No functional change.
This is in preparation for the fix for BZ 52028 (support for port number 0).
Modified:
Author: kkolinko
Date: Thu Jan 7 14:04:28 2016
New Revision: 1723551
URL: http://svn.apache.org/viewvc?rev=1723551&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=52028
Add support for automatic binding to a free port by a connector
if the special value of zero is used for the po
On 07/01/2016 13:05, Konstantin Kolinko wrote:
> 2016-01-07 13:19 GMT+03:00 :
>> Author: markt
>> Date: Thu Jan 7 10:19:14 2016
>> New Revision: 1723506
>>
>> URL: http://svn.apache.org/viewvc?rev=1723506&view=rev
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58809
>> Correctly re
Author: markt
Date: Thu Jan 7 14:16:28 2016
New Revision: 1723552
URL: http://svn.apache.org/viewvc?rev=1723552&view=rev
Log:
Refactor the legacy cookie processor so the cookie header is always preserved.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
Author: markt
Date: Thu Jan 7 14:19:22 2016
New Revision: 1723554
URL: http://svn.apache.org/viewvc?rev=1723554&view=rev
Log:
Update the test now cookie headers are always preserved.
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieParsing.java
Modified: tomcat/trunk/test/o
Author: markt
Date: Thu Jan 7 14:20:01 2016
New Revision: 1723556
URL: http://svn.apache.org/viewvc?rev=1723556&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
tomcat/trunk/webapps/docs/config/cookie-processor.xml
Modif
https://bz.apache.org/bugzilla/show_bug.cgi?id=52028
--- Comment #3 from Konstantin Kolinko ---
Backported to Tomcat 6 (r1723545, r1723551) and will be in 6.0.45 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: kkolinko
Revision: 1723572
Modified property: svn:log
Modified: svn:log at Thu Jan 7 15:17:59 2016
--
--- svn:log (original)
+++ svn:log Thu Jan 7 15:17:59 2016
@@ -1,2 +1,2 @@
Rebase branch onto current tc6.0.x
Author: kkolinko
Date: Thu Jan 7 15:28:11 2016
New Revision: 1723575
URL: http://svn.apache.org/viewvc?rev=1723575&view=rev
Log:
Update TomcatBaseTest, as BZ 52028 fix has been committed.
For https://bz.apache.org/bugzilla/show_bug.cgi?id=52028
Modified:
tomcat/tc6.0.x/branches/tomcat6-test
Author: kkolinko
Date: Thu Jan 7 15:30:36 2016
New Revision: 1723576
URL: http://svn.apache.org/viewvc?rev=1723576&view=rev
Log:
Add testcase for BZ 52028
For https://bz.apache.org/bugzilla/show_bug.cgi?id=52028
Added:
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalin
Author: kkolinko
Date: Thu Jan 7 15:36:13 2016
New Revision: 1723578
URL: http://svn.apache.org/viewvc?rev=1723578&view=rev
Log:
Update BRANCH-README.txt with the current status.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt
Modified: tomcat/tc6.0.x/branches/t
Author: remm
Date: Thu Jan 7 16:47:09 2016
New Revision: 1723585
URL: http://svn.apache.org/viewvc?rev=1723585&view=rev
Log:
Javadoc fixes.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomcat/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
Modified: tomcat/
Author: remm
Date: Thu Jan 7 16:47:50 2016
New Revision: 1723586
URL: http://svn.apache.org/viewvc?rev=1723586&view=rev
Log:
Javadoc fixes.
Modified:
tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorConditionBase.java
tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorCreat
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
Bug ID: 58821
Summary: NPE in at
org.apache.coyote.http11.InternalNioOutputBuffer.flush
Buffer(InternalNioOutputBuffer.java:234)
Product: Tomcat 8
Version: 8.0.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
--- Comment #1 from Julie ---
Also,
TomcatLog Encountered a non-recycled response and recycled it forcedly.
org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
at
org.apache.catalina.connector.CoyoteAdapter.checkRecyc
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
--- Comment #2 from Julie ---
More from the same log
TomcatLog Servlet.service() for servlet [default] in context with path [/]
threw exception
java.lang.NullPointerException
at
org.apache.catalina.core.ApplicationFilterChain.interna
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
Chuck Caldarale changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
--- Comment #13 from Julie ---
(In reply to Alexander Malyshev from comment #12)
> Yes, I agree. For some reason I can easily reproduce it with clean tomcat
> 8.0.29, but once I add logging to it to investigate further - it disappears..
> I'll
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646
--- Comment #14 from Julie ---
I am seeing similar errors in my log under traffic. I am using tomcat 8.0.15
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
--- Comment #4 from Julie ---
Thanks Chuck(In reply to Chuck Caldarale from comment #3)
> Bugzilla is not a support forum. Since you have already posted your query
> on the users' mailing list, it will be responded to there.
Thanks Chuck. App
https://bz.apache.org/bugzilla/show_bug.cgi?id=58821
--- Comment #5 from Konstantin Kolinko ---
Set system property [1]
org.apache.catalina.connector.RECYCLE_FACADES=true
and re-test with a more recent version (the current version is 8.0.30)
[1] http://tomcat.apache.org/tomcat-8.0-doc/config
Author: kkolinko
Date: Thu Jan 7 18:42:43 2016
New Revision: 1723611
URL: http://svn.apache.org/viewvc?rev=1723611&view=rev
Log:
Fix changelog broken by a typo in r1723506 (BZ 58809)
Tomcat 8 buildbot was failing at compile step thanks to this typo.
Modified:
tomcat/tc8.0.x/trunk/webapps/do
Author: kkolinko
Date: Thu Jan 7 20:07:58 2016
New Revision: 1723622
URL: http://svn.apache.org/viewvc?rev=1723622&view=rev
Log:
Fix javadoc (followup to r1723586)
Modified:
tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorCreateTask.java
tomcat/trunk/java/org/apache/catalina/ant
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.15-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20160107.ja
mons/daemon/dist/bin/commons-daemon-20160107-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160107/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160107.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/workspace
+1 (non-binding) to release.
Testing environment:
RHEL 6.2, JDK 1.6.0_22, 1.7.0_67, jdk 1.8.0_51, apr 1.5.2, OpenSSL 1.0.2e 3 Dec
2015
Test results:
* tomcat-native-1.2.4-src.tar.gz md5 sum: valid
* tcnative 1.2.4 binary build with openssl 1.0.2e: success
* run tcnative ant test: success
* Apr t
54 matches
Mail list logo