[Bug 62748] New: Add support for TLS 1.3 (RFC 8446)

2018-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62748 Bug ID: 62748 Summary: Add support for TLS 1.3 (RFC 8446) Product: Tomcat Native Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: norma

svn commit: r1841445 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/ test/org/apache/catalina/valves/rewrite/ webapps/docs/

2018-09-20 Thread remm
Author: remm Date: Thu Sep 20 09:03:05 2018 New Revision: 1841445 URL: http://svn.apache.org/viewvc?rev=1841445&view=rev Log: Implement some simple rewrite fixmes. Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java tomcat/trunk/java/org/apache/catalina/valves/

svn commit: r1841449 - /tomcat/jk/trunk/tools/lineends.pl

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 09:31:11 2018 New Revision: 1841449 URL: http://svn.apache.org/viewvc?rev=1841449&view=rev Log: Tab police. Modified: tomcat/jk/trunk/tools/lineends.pl Modified: tomcat/jk/trunk/tools/lineends.pl URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/lineends

svn commit: r1841451 - /tomcat/jk/trunk/tools/lineends.pl

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 09:32:35 2018 New Revision: 1841451 URL: http://svn.apache.org/viewvc?rev=1841451&view=rev Log: Use perl strict mode. Modified: tomcat/jk/trunk/tools/lineends.pl Modified: tomcat/jk/trunk/tools/lineends.pl URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tool

svn commit: r1841450 - /tomcat/jk/trunk/tools/lineends.pl

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 09:32:12 2018 New Revision: 1841450 URL: http://svn.apache.org/viewvc?rev=1841450&view=rev Log: Use normal perl array derefence syntax. Modified: tomcat/jk/trunk/tools/lineends.pl Modified: tomcat/jk/trunk/tools/lineends.pl URL: http://svn.apache.org/viewvc/to

svn commit: r1841452 - /tomcat/jk/trunk/tools/lineends.pl

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 09:34:18 2018 New Revision: 1841452 URL: http://svn.apache.org/viewvc?rev=1841452&view=rev Log: Add a new switch to allow ignoring file conversion based on a regexp pattern for the full file path name. Will be used to not convert PCRE testdata (which is binary). Mo

svn commit: r1841453 - /tomcat/jk/trunk/tools/jkrelease.sh

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 09:35:35 2018 New Revision: 1841453 URL: http://svn.apache.org/viewvc?rev=1841453&view=rev Log: Ignore PCRE testdata when doing line ends conversion for the src zip file. Modified: tomcat/jk/trunk/tools/jkrelease.sh Modified: tomcat/jk/trunk/tools/jkrelease.sh

svn commit: r1841454 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/valves/rewrite/ test/org/apache/catalina/valves/rewrite/ webapps/docs/

2018-09-20 Thread remm
Author: remm Date: Thu Sep 20 09:39:18 2018 New Revision: 1841454 URL: http://svn.apache.org/viewvc?rev=1841454&view=rev Log: Implement some simple rewrite fixmes Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.ja

svn commit: r1841457 - /tomcat/jk/trunk/tools/jkrelease.sh

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 10:00:49 2018 New Revision: 1841457 URL: http://svn.apache.org/viewvc?rev=1841457&view=rev Log: Add top-level .gitignore to files that should be copied to the source distribution. Modified: tomcat/jk/trunk/tools/jkrelease.sh Modified: tomcat/jk/trunk/tools/jkre

Re: [VOTE] Release JK 1.2.45

2018-09-20 Thread Rainer Jung
Partial results (IMHO no show-stoppers so far): - the following zip files previously contained LICENSE, NOTICE and do no longer contain them. The symbol files in addition miss the previously contained README file: - binaries/windows/symbols/tomcat-connectors-1.2.45-windows-i386-symbols.zip

[Bug 62749] New: NullPointerException call MimeHeaders.clear , java.lang.ArrayIndexOutOfBoundsException call SocketBufferHandler.setWriteBufferConfiguredForWrite

2018-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62749 Bug ID: 62749 Summary: NullPointerException call MimeHeaders.clear , java.lang.ArrayIndexOutOfBoundsException call SocketBufferHandler.setWriteBufferConfiguredForWrite Pro

Re: [VOTE] Release JK 1.2.45

2018-09-20 Thread Mark Thomas
On 20/09/18 11:27, Rainer Jung wrote: > Partial results (IMHO no show-stoppers so far): > > - the following zip files previously contained LICENSE, NOTICE That is a show-stopper. But at least I can rebuild the binaries with those files. No need to re-tag. I wonder what went wrong. I don't think I

[Bug 62749] NullPointerException call MimeHeaders.clear , java.lang.ArrayIndexOutOfBoundsException call SocketBufferHandler.setWriteBufferConfiguredForWrite

2018-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62749 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

svn commit: r1841463 - /tomcat/jk/trunk/native/apache-2.0/mod_jk.c

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 12:29:27 2018 New Revision: 1841463 URL: http://svn.apache.org/viewvc?rev=1841463&view=rev Log: Silence compiler warning (unused variable). The variable is a leftover from the r1840588 refactoring. Modified: tomcat/jk/trunk/native/apache-2.0/mod_jk.c Modified:

svn commit: r1841502 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java

2018-09-20 Thread rjung
Author: rjung Date: Thu Sep 20 19:25:39 2018 New Revision: 1841502 URL: http://svn.apache.org/viewvc?rev=1841502&view=rev Log: Remove svn:executable from test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java. Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/co

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

2018-09-20 Thread violetagg
Author: violetagg Date: Thu Sep 20 20:17:27 2018 New Revision: 1841515 URL: http://svn.apache.org/viewvc?rev=1841515&view=rev Log: Updates (excluding docs) for 7.0.91 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/

svn commit: r1841517 - in /tomcat/site/trunk/docs: ./ tomcat-7.0-doc/ tomcat-7.0-doc/api/ tomcat-7.0-doc/api/org/apache/catalina/ tomcat-7.0-doc/api/org/apache/catalina/ant/ tomcat-7.0-doc/api/org/apa

2018-09-20 Thread violetagg
Author: violetagg Date: Thu Sep 20 20:26:53 2018 New Revision: 1841517 URL: http://svn.apache.org/viewvc?rev=1841517&view=rev Log: Update docs for Apache Tomcat 7.0.91 release. [This commit notification would consist of 60 parts, which exceeds the limit of 50 ones, so it was shortened to the su

svn commit: r29555 - /release/tomcat/tomcat-7/v7.0.90/

2018-09-20 Thread violetagg
Author: violetagg Date: Thu Sep 20 20:31:13 2018 New Revision: 29555 Log: Remove 7.0.90 Removed: release/tomcat/tomcat-7/v7.0.90/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

[ANN] Apache Tomcat 7.0.91 released

2018-09-20 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.91. 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 improvement