Hi,
The proposed 9.0.3 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 9.0.3
[ ] Beta - go ahead and release as 9.0.3
[ X ] Stable - go ahead and release as 9.0.3
Unit test passed, except for one UT failure when running on Java 9 [1], which I
am planning to investi
On 15/01/18 22:46, build...@apache.org wrote:
> 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/2966
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Build:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61999
--- Comment #6 from Michael ---
(In reply to Remy Maucherat from comment #5)
> A fix will be in 9.0.4, 8.5.25, 8.0.49 and 7.0.84.
Great, thank you!
With this fix our request won't fail anymore for maxSavePostSize=0. And for
maxSavePostSize >
On 16/01/18 05:05, Silambarasan Madhappan wrote:
> Hi ,
>
> Thanks for the quick response.
>
> Can you please clarify below,
>
> 1. If voting happens this week, by when we can expect the release ?
Voting typically takes 72 hours. Release announcement normally follows
~24 hours after the vote cl
Author: markt
Date: Tue Jan 16 10:14:05 2018
New Revision: 1821225
URL: http://svn.apache.org/viewvc?rev=1821225&view=rev
Log:
Revert 1821202 and add comment regarding compaction
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomcat/trunk/java/org/apache/tomcat/util
est.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar
-Dtest.temp=output/test-tmp-NIO -Dtest.accesslog=true -Dexecute.test.nio=true
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20180116/bin/openssl
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/2968
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
06032000/ecj-4.5.jar
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar
-Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true
-Dexecute.test.nio=false
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-
st.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20180116/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar
-Dtest.temp=output/test-tmp-APR -Dtest.accesslog=true -Dexecute.test.nio=false
-Dte
Author: markt
Date: Tue Jan 16 12:10:41 2018
New Revision: 1821234
URL: http://svn.apache.org/viewvc?rev=1821234&view=rev
Log:
Clean up - No functional change
Align comments and variable names, re-order methods, etc. to minimise diff
between ByteChunk and CharChunk
Modified:
tomcat/trunk/jav
Author: markt
Date: Tue Jan 16 12:18:30 2018
New Revision: 1821235
URL: http://svn.apache.org/viewvc?rev=1821235&view=rev
Log:
Fix bug searching for single character Strings (search would always fail)
Bug found during comparison of indexOf() implementations between ByteChunk and
CharChunk
Modifi
On 15/01/2018 19:38, Mark Thomas wrote:
> On 15/01/18 17:39, Mark Thomas wrote:
>> Hi all,
>>
>> The Javadoc failure in the first release build has triggered further
>> issues. The code signing service had already signed 8.5.25 and it won't
>> sign another file with the same version.
>>
>> I've tri
Author: markt
Date: Tue Jan 16 14:39:28 2018
New Revision: 1821251
URL: http://svn.apache.org/viewvc?rev=1821251&view=rev
Log:
Align indexOf(String, int, int, int) implementations and pull up.
Use ByteChunnks implementation as it is shorter.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/
Author: markt
Date: Tue Jan 16 14:42:52 2018
New Revision: 1821252
URL: http://svn.apache.org/viewvc?rev=1821252&view=rev
Log:
Deprecated unused code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
UR
Author: kkolinko
Date: Tue Jan 16 16:36:17 2018
New Revision: 1821263
URL: http://svn.apache.org/viewvc?rev=1821263&view=rev
Log:
Set svn:eol-style=native
Modified:
tomcat/trunk/bin/ciphers.bat (props changed)
tomcat/trunk/bin/ciphers.sh (props changed)
Propchange: tomcat/trunk/bin/c
2018-01-16 16:53 GMT+03:00 Mark Thomas :
>
> Our friendly Symantec (well, Digicert now) contact has got the issue
> fixed. I'll have the 8.5.26 RC out later today.
Reviewing the commits for 8.5.25, there is a copy-paste bug in BZ 61916 fix.
java/org/apache/catalina/filters/AddDefaultCharsetFilte
https://bz.apache.org/bugzilla/show_bug.cgi?id=61916
Konstantin Kolinko changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
Author: markt
Date: Tue Jan 16 19:29:39 2018
New Revision: 1821293
URL: http://svn.apache.org/viewvc?rev=1821293&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61993
Improve handling for ByteChunk and CharChunk instances that grow close to the
maximum size allowed by the JRE.
M
Propchange: dev/tomcat/tomcat-8/v8.5.26/src/apache-tomcat-8.5.26-src.zip
--
svn:mime-type = application/octet-stream
Added: dev/tomcat/tomcat-8/v8.5.26/src/apache-tomcat-8.5.26-src.zip.asc
=
Author: markt
Date: Tue Jan 16 19:54:25 2018
New Revision: 24244
Log:
Upload 8.5.26 for voting
Added:
dev/tomcat/tomcat-8/v8.5.26/
dev/tomcat/tomcat-8/v8.5.26/KEYS
dev/tomcat/tomcat-8/v8.5.26/README.html
dev/tomcat/tomcat-8/v8.5.26/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.26/bin
Author: markt
Date: Tue Jan 16 20:01:04 2018
New Revision: 1821297
URL: http://svn.apache.org/viewvc?rev=1821297&view=rev
Log:
Clean-up prior to fixing BZ 61993
Added:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/buf/AbstractChunk.java
- copied, changed from r1821197,
tomcat/trunk/
Author: markt
Date: Tue Jan 16 20:07:46 2018
New Revision: 1821300
URL: http://svn.apache.org/viewvc?rev=1821300&view=rev
Log:
Increment version for next development cycle
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/build.properties.default
tomcat/tc8.5.x/tr
Author: markt
Date: Tue Jan 16 20:09:12 2018
New Revision: 1821301
URL: http://svn.apache.org/viewvc?rev=1821301&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61993
Improve handling for ByteChunk and CharChunk instances that grow close to the
maximum size allowed by the JRE.
M
Author: markt
Date: Tue Jan 16 20:30:05 2018
New Revision: 1821303
URL: http://svn.apache.org/viewvc?rev=1821303&view=rev
Log:
Back-port preparation.
Fix formatting. No functional change.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomcat/tc8.0.x/trunk/ja
Author: markt
Date: Tue Jan 16 20:31:16 2018
New Revision: 1821304
URL: http://svn.apache.org/viewvc?rev=1821304&view=rev
Log:
Add a base class with a view to aligning and pulling up the common code where
possible.
Added:
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/AbstractChunk.jav
Author: markt
Date: Tue Jan 16 20:33:24 2018
New Revision: 1821305
URL: http://svn.apache.org/viewvc?rev=1821305&view=rev
Log:
Pull up and align start (a.k.a. offset), end and hashcode
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/A
Author: markt
Date: Tue Jan 16 20:35:00 2018
New Revision: 1821306
URL: http://svn.apache.org/viewvc?rev=1821306&view=rev
Log:
Pull up and align isNull and recycle
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/AbstractChunk.java
Author: markt
Date: Tue Jan 16 20:35:44 2018
New Revision: 1821307
URL: http://svn.apache.org/viewvc?rev=1821307&view=rev
Log:
Reduce diff between ByteChunk and CharChunk
No functional change
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/uti
Author: markt
Date: Tue Jan 16 20:36:27 2018
New Revision: 1821308
URL: http://svn.apache.org/viewvc?rev=1821308&view=rev
Log:
Formatting / comment alignment
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomcat/tc
Author: markt
Date: Tue Jan 16 20:40:34 2018
New Revision: 1821309
URL: http://svn.apache.org/viewvc?rev=1821309&view=rev
Log:
More alignment.
Comment differences.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tom
Author: markt
Date: Tue Jan 16 20:44:50 2018
New Revision: 1821310
URL: http://svn.apache.org/viewvc?rev=1821310&view=rev
Log:
Clean up - No functional change
Align comments and variable names, re-order methods, etc. to minimise diff
between ByteChunk and CharChunk
Modified:
tomcat/tc8.0.x/t
Author: markt
Date: Tue Jan 16 20:45:42 2018
New Revision: 1821311
URL: http://svn.apache.org/viewvc?rev=1821311&view=rev
Log:
Fix bug searching for single character Strings (search would always fail)
Bug found during comparison of indexOf() implementations between ByteChunk and
CharChunk
Modifi
Author: markt
Date: Tue Jan 16 20:47:00 2018
New Revision: 1821313
URL: http://svn.apache.org/viewvc?rev=1821313&view=rev
Log:
Align indexOf(String, int, int, int) implementations and pull up.
Use ByteChunnks implementation as it is shorter.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
Author: markt
Date: Tue Jan 16 21:02:48 2018
New Revision: 1821314
URL: http://svn.apache.org/viewvc?rev=1821314&view=rev
Log:
Review remaining diff between 9.0.x and 8.5.x and back-port remaining changes.
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomca
Author: markt
Date: Tue Jan 16 21:21:08 2018
New Revision: 1821316
URL: http://svn.apache.org/viewvc?rev=1821316&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61993
Improve handling for ByteChunk and CharChunk instances that grow close to the
maximum size allowed by the JRE.
R
Author: markt
Date: Tue Jan 16 21:24:25 2018
New Revision: 1821317
URL: http://svn.apache.org/viewvc?rev=1821317&view=rev
Log:
Back-port preparation.
Fix formatting. No functional change.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
tomcat/tc7.0.x/trunk/ja
Author: markt
Date: Tue Jan 16 21:48:41 2018
New Revision: 1821319
URL: http://svn.apache.org/viewvc?rev=1821319&view=rev
Log:
Back-port clean-up / refactoring / alignment
Added:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/AbstractChunk.java
- copied, changed from r1821304,
to
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java?rev=1821319&r1=1821318&r2=1821319&view=diff
==
Author: markt
Date: Tue Jan 16 21:49:38 2018
New Revision: 1821320
URL: http://svn.apache.org/viewvc?rev=1821320&view=rev
Log:
Fix bug searching for single character Strings (search would always fail)
Bug found during comparison of indexOf() implementations between ByteChunk and
CharChunk
Modifi
Author: markt
Date: Tue Jan 16 21:50:48 2018
New Revision: 1821321
URL: http://svn.apache.org/viewvc?rev=1821321&view=rev
Log:
Align indexOf(String, int, int, int) implementations and pull up.
Use ByteChunks implementation as it is shorter.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java?rev=1821322&r1=1821321&r2=1821322&view=diff
=
Author: markt
Date: Tue Jan 16 21:56:18 2018
New Revision: 1821322
URL: http://svn.apache.org/viewvc?rev=1821322&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61993
Improve handling for ByteChunk and CharChunk instances that grow close to the
maximum size allowed by the JRE.
M
Author: markt
Date: Tue Jan 16 22:04:43 2018
New Revision: 1821327
URL: http://svn.apache.org/viewvc?rev=1821327&view=rev
Log:
Fix comment merge.
Align comments.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=61993
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 16/01/18 17:24, Konstantin Kolinko wrote:
> 2018-01-16 16:53 GMT+03:00 Mark Thomas :
>>
>> Our friendly Symantec (well, Digicert now) contact has got the issue
>> fixed. I'll have the 8.5.26 RC out later today.
>
>
> Reviewing the commits for 8.5.25, there is a copy-paste bug in BZ 61916 fix.
Author: markt
Date: Tue Jan 16 22:28:51 2018
New Revision: 1821328
URL: http://svn.apache.org/viewvc?rev=1821328&view=rev
Log:
Correct a regression in the previous fix for BZ 61916 that meant that any call
to addHeader() would have been replaced with a call to setHeader() for all
requests mapped
Author: markt
Date: Tue Jan 16 22:30:31 2018
New Revision: 1821329
URL: http://svn.apache.org/viewvc?rev=1821329&view=rev
Log:
Correct a regression in the previous fix for BZ 61916 that meant that any call
to addHeader() would have been replaced with a call to setHeader() for all
requests mapped
Author: markt
Date: Tue Jan 16 22:31:31 2018
New Revision: 1821330
URL: http://svn.apache.org/viewvc?rev=1821330&view=rev
Log:
Correct a regression in the previous fix for BZ 61916 that meant that any call
to addHeader() would have been replaced with a call to setHeader() for all
requests mapped
Author: markt
Date: Tue Jan 16 22:32:03 2018
New Revision: 1821331
URL: http://svn.apache.org/viewvc?rev=1821331&view=rev
Log:
Correct a regression in the previous fix for BZ 61916 that meant that any call
to addHeader() would have been replaced with a call to setHeader() for all
requests mapped
https://bz.apache.org/bugzilla/show_bug.cgi?id=61916
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62006
Bug ID: 62006
Summary: Windows Service Command Line Parameter JvmOptions9 is
undocumented
Product: Tomcat 8
Version: 8.5.24
Hardware: All
OS: All
51 matches
Mail list logo