Author: fschumacher
Date: Wed Jan 14 21:49:44 2015
New Revision: 1651844
URL: http://svn.apache.org/r1651844
Log:
Fix IDE warning
merged 1651470 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/ha/context
Author: fschumacher
Date: Wed Jan 14 21:52:44 2015
New Revision: 1651845
URL: http://svn.apache.org/r1651845
Log:
Fix IDE warning
Merged 1651844 from /tomcat/tc8.0.x/trunk (merged r1651470 from /tomcat/trunk)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test
Author: fschumacher
Date: Tue Jan 20 20:52:18 2015
New Revision: 1653367
URL: http://svn.apache.org/r1653367
Log:
Fix formatting:
- ':' after
- max width 80 chars
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
Author: fschumacher
Date: Thu Jan 22 17:55:09 2015
New Revision: 1653974
URL: http://svn.apache.org/r1653974
Log:
Don't add bugfixes until after the first release
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apach
Author: fschumacher
Date: Thu Jan 22 19:16:33 2015
New Revision: 1654013
URL: http://svn.apache.org/r1654013
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared
Author: fschumacher
Date: Thu Jan 22 20:28:51 2015
New Revision: 1654042
URL: http://svn.apache.org/r1654042
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared
Author: fschumacher
Date: Thu Jan 22 20:40:39 2015
New Revision: 1654044
URL: http://svn.apache.org/r1654044
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared
Author: fschumacher
Date: Thu Jan 22 20:54:47 2015
New Revision: 1654064
URL: http://svn.apache.org/r1654064
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420
Make UEncoder a local variable in DirContextURLConnection to make it threadsafe.
Based on ideas from kkolinko and
Author: fschumacher
Date: Fri Jan 23 05:53:27 2015
New Revision: 1654123
URL: http://svn.apache.org/r1654123
Log:
Try to make checkstyle happy by removing spaces and ordering import statements
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UEncoder.java
tomcat/trunk/test/org
Author: fschumacher
Date: Fri Jan 23 06:03:11 2015
New Revision: 1654124
URL: http://svn.apache.org/r1654124
Log:
Try to make checkstyle happy by removing spaces and ordering import statements
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat
Author: fschumacher
Date: Fri Jan 23 17:33:20 2015
New Revision: 1654280
URL: http://svn.apache.org/r1654280
Log:
Make checkstyle happy and remove forbidden import.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/DirContextURLConnection.java
Modified:
tomcat/tc7.0.x/trunk
Author: fschumacher
Date: Sat Jan 24 13:31:37 2015
New Revision: 1654513
URL: http://svn.apache.org/r1654513
Log:
Assign newly created stream to field instead of leaking it
uselessly. Issue reported by Coverity Scan.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/scan
Author: fschumacher
Date: Sat Jan 24 13:45:30 2015
New Revision: 1654515
URL: http://svn.apache.org/r1654515
Log:
Close input stream for including jsp. Issue reported by Coverity Scan.
Modified:
tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java
Modified: tomcat/trunk
Author: fschumacher
Date: Sat Jan 24 13:59:29 2015
New Revision: 1654517
URL: http://svn.apache.org/r1654517
Log:
Close the socket that was used to determine the ssl
capabilities. Issue reported by Coverity Scan.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse
Author: fschumacher
Date: Sat Jan 24 14:21:38 2015
New Revision: 1654522
URL: http://svn.apache.org/r1654522
Log:
Close the inputstream that was used to get the content of
the readme file. Issue reported by Coverity Scan.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets
Author: fschumacher
Date: Sat Jan 24 14:42:27 2015
New Revision: 1654524
URL: http://svn.apache.org/r1654524
Log:
Close input and output streams in expandCGIScript to
avoid resource leaks. Issue reported by Coverity Scan.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets
Author: fschumacher
Date: Mon Jan 26 18:02:11 2015
New Revision: 1654851
URL: http://svn.apache.org/r1654851
Log:
Remove volatile from variables, as it is misleading. All
variables, that are mutable and read/written from different threads are only
modified/read within a synchronized block. All
Author: fschumacher
Date: Mon Jan 26 18:05:06 2015
New Revision: 1654852
URL: http://svn.apache.org/r1654852
Log:
Log failure to close a resource instead of ignoring it silently.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java
tomcat/trunk/java/org/apache
Author: fschumacher
Date: Tue Jan 27 05:54:24 2015
New Revision: 1654978
URL: http://svn.apache.org/r1654978
Log:
Remove variable name substitution from log format string as it is hard to
localize.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
tomcat
Author: fschumacher
Date: Tue Jan 27 19:11:43 2015
New Revision: 1655108
URL: http://svn.apache.org/r1655108
Log:
Assign newly created stream to field instead of leaking it
uselessly. Issue reported by Coverity Scan.
Merged r1654513 from /tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk
Author: fschumacher
Date: Tue Jan 27 19:17:02 2015
New Revision: 1655109
URL: http://svn.apache.org/r1655109
Log:
Close input stream for including jsp. Issue reported by Coverity Scan.
Merged r1654515 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x
Author: fschumacher
Date: Tue Jan 27 19:19:57 2015
New Revision: 1655112
URL: http://svn.apache.org/r1655112
Log:
Close the socket that was used to determine the ssl
capabilities. Issue reported by Coverity Scan.
Merged r1654517 from /tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props
Author: fschumacher
Date: Tue Jan 27 19:21:25 2015
New Revision: 1655114
URL: http://svn.apache.org/r1655114
Log:
Close the inputstream that was used to get the content of
the readme file. Issue reported by Coverity Scan.
Merged r1654522 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk
Author: fschumacher
Date: Tue Jan 27 19:22:38 2015
New Revision: 1655115
URL: http://svn.apache.org/r1655115
Log:
Close input and output streams in expandCGIScript to
avoid resource leaks. Issue reported by Coverity Scan.
Merged r1654524 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk
Author: fschumacher
Date: Tue Jan 27 19:25:40 2015
New Revision: 1655117
URL: http://svn.apache.org/r1655117
Log:
Log failure to close a resource instead of ignoring it silently.
Merged r1654852,1654978 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x
Author: fschumacher
Date: Tue Jan 27 19:30:52 2015
New Revision: 1655120
URL: http://svn.apache.org/r1655120
Log:
Remove volatile from variables, as it is misleading. All
variables, that are mutable and read/written from different threads are only
modified/read within a synchronized block. All
Author: fschumacher
Date: Fri Jan 30 18:42:27 2015
New Revision: 1656087
URL: http://svn.apache.org/r1656087
Log:
Remove useless double assignment.
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/DirResourceSet.java
Modified: tomcat/trunk/java/org/apache/catalina/webresources
Author: fschumacher
Date: Fri Jan 30 18:44:07 2015
New Revision: 1656089
URL: http://svn.apache.org/r1656089
Log:
Remove useless double assignment.
Merged r1656087 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina
Author: fschumacher
Date: Sat Jan 31 18:19:12 2015
New Revision: 1656229
URL: http://svn.apache.org/r1656229
Log:
Remove volatile from variables, as it is misleading. All
variables, that are mutable and read/written from different threads are only
modified/read within a synchronized block. All
Author: fschumacher
Date: Sat Jan 31 19:25:28 2015
New Revision: 1656239
URL: http://svn.apache.org/r1656239
Log:
Close input stream for including jsp. Issue reported by Coverity Scan.
Merged r1655109 from /tomcat/tc8.0.x/trunk (merged r1654515 from /tomcat/trunk)
Modified:
tomcat/tc7.0.x
Author: fschumacher
Date: Sat Jan 31 19:39:58 2015
New Revision: 1656241
URL: http://svn.apache.org/r1656241
Log:
Close the socket that was used to determine the ssl
capabilities. Issue reported by Coverity Scan.
Merged r1655112 from /tomcat/tc8.0.x/trunk (merged r1654517 from /tomcat/trunk
Author: fschumacher
Date: Sat Jan 31 19:51:40 2015
New Revision: 1656244
URL: http://svn.apache.org/r1656244
Log:
Close the inputstream that was used to get the content of
the readme file. Issue reported by Coverity Scan.
Merged r1655114 from /tomcat/tc8.0.x/trunk (merged r1654522 from /tomcat
Author: fschumacher
Date: Sat Jan 31 19:56:32 2015
New Revision: 1656246
URL: http://svn.apache.org/r1656246
Log:
Close input and output streams in expandCGIScript to
avoid resource leaks. Issue reported by Coverity Scan.
Merged r1655115,1655117 from /tomcat/tc8.0.x/trunk
(merged
Author: fschumacher
Date: Sun Feb 1 15:38:42 2015
New Revision: 1656319
URL: http://svn.apache.org/r1656319
Log:
Guard the digester with its own lock object. Otherwise two threads could create
two digester instances, lock on them and then use still the same one at the
same time. Remove the now
Author: fschumacher
Date: Sun Feb 1 17:04:39 2015
New Revision: 1656331
URL: http://svn.apache.org/r1656331
Log:
We know, that we only store String[] instances as
values in parameters-map, so no need to check for other types.
Modified:
tomcat/trunk/java/org/apache/catalina/core
Author: fschumacher
Date: Sun Feb 1 18:36:33 2015
New Revision: 1656345
URL: http://svn.apache.org/r1656345
Log:
Warn about a problematic appBase setting on StandardHost.
Modified:
tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties
tomcat/trunk/java/org/apache/catalina
Author: fschumacher
Date: Wed Feb 4 18:10:48 2015
New Revision: 1657356
URL: http://svn.apache.org/r1657356
Log:
Warn about a problematic appBase setting on StandardHost.
Merged r1656345 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org
Author: fschumacher
Date: Wed Feb 4 18:14:57 2015
New Revision: 1657360
URL: http://svn.apache.org/r1657360
Log:
We know, that we only store String[] instances as
values in parameters-map, so no need to check for other types.
Merged r1656331 from /tomcat/trunk
Modified:
tomcat/tc8.0.x
Author: fschumacher
Date: Wed Feb 4 18:49:18 2015
New Revision: 1657370
URL: http://svn.apache.org/r1657370
Log:
Guard the digester with its own lock object. Otherwise two threads could create
two digester instances, lock on them and then use still the same one at the
same time. Remove the now
Author: fschumacher
Date: Thu Feb 5 18:33:09 2015
New Revision: 1657659
URL: http://svn.apache.org/r1657659
Log:
Warn about a problematic appBase setting on StandardHost.
Merged r1657356 from /tomcat/tc8.0.x/trunk (merged r1656345 from /tomcat/trunk)
Modified:
tomcat/tc7.0.x/trunk
Author: fschumacher
Date: Thu Feb 5 18:36:15 2015
New Revision: 1657660
URL: http://svn.apache.org/r1657660
Log:
We know, that we only store String[] instances as
values in parameters-map, so no need to check for other types.
Merge r1657360 from /tomcat/tc8.0.x/trunk (merged r1656331 from
Author: fschumacher
Date: Thu Feb 5 19:03:19 2015
New Revision: 1657664
URL: http://svn.apache.org/r1657664
Log:
Guard the digester with its own lock object. Otherwise two threads could create
two digester instances, lock on them and then use still the same one at the
same time. Issue reported
Author: fschumacher
Date: Thu Feb 5 20:26:19 2015
New Revision: 1657682
URL: http://svn.apache.org/r1657682
Log:
Don't use instance scoped variables in try-with block, since it will get
closed, but not nulled.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java
Mod
Author: fschumacher
Date: Thu Feb 5 20:29:57 2015
New Revision: 1657683
URL: http://svn.apache.org/r1657683
Log:
Don't use instance scoped variables in try-with block, since it will get
closed, but not nulled.
Merge r1657682 from /tomcat/trunk
Modified:
tomcat/tc8.0.x/trunk/ (
Author: fschumacher
Date: Sun Feb 15 09:41:52 2015
New Revision: 1659905
URL: http://svn.apache.org/r1659905
Log:
Enable StartTLS connections for JNDIRealm.
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Author: fschumacher
Date: Sun Feb 15 16:47:28 2015
New Revision: 1659948
URL: http://svn.apache.org/r1659948
Log:
Remove unused import
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
URL:
http
Author: fschumacher
Date: Thu Feb 19 18:47:39 2015
New Revision: 1660970
URL: http://svn.apache.org/r1660970
Log:
Enable StartTLS connections for JNDIRealm.
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785.
Merged r1659905,1659948 from /tomcat/trunk
Modified:
tomcat/tc8.0.x
Author: fschumacher
Date: Thu Feb 19 20:21:15 2015
New Revision: 1660996
URL: http://svn.apache.org/r1660996
Log:
Enable StartTLS connections for JNDIRealm.
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785.
Merged r1660970 from /tomcat/tc8.0.x/trunk (merged r1659905,1659948 from
Author: fschumacher
Date: Wed Feb 25 21:14:49 2015
New Revision: 1662308
URL: http://svn.apache.org/r1662308
Log:
Don't create a session, if none is needed when using PersistentValve.
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57637
Modified:
tomcat/trunk/java/org/apache/cat
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 939efed Guard new escape routines for
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 937b156 Guard new escape routines for null
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new edd46e4 Guard new escape routines for null
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 7d709b5 Guard new escape routines for null
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 2a80e8e117 Catch NamingException instead
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 7e2cd05cee Catch NamingException instead of
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 4b140ee40f Catch NamingException instead of
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 51241d8 Use spotbugs instead of findbugs
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 96df339 Use spotbugs instead of findbugs
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d328560 Fix charset name for UTF-32LE in
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new b978b2c Allow more quoted tokens for
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new f447383 Correct typo
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new b379249 Drop
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new d5e2d09 Use char
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 86b8370 Don't r
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 8207a5d Simplify code
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
commit 85d6dec49a8b00fa39c552fbd6ab325cdc5de31d
Author: Felix Schumacher
AuthorDate: Sun Feb 9 15:19
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git.
from 8207a5d Simplify code
new 85d6dec Markup changes
new 1418dfd Add warnings in
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
commit 1418dfd906bb4bbe405a1ce835617231e8ac1177
Author: Felix Schumacher
AuthorDate: Sun Feb 9 15:19
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 7d62157 Ensure new line for build
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new ae78caf Ensure new line for build
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new bd95665 Ensure new line for build
Author: fschumacher
Date: Tue Feb 25 15:46:38 2020
New Revision: 1874502
URL: http://svn.apache.org/viewvc?rev=1874502&view=rev
Log:
Use full hash for git links
and shorten the text of the link on the fly while generating the docs with xslt.
The reconstruction of the long hashes were done
Author: fschumacher
Date: Tue Feb 25 19:27:27 2020
New Revision: 1874523
URL: http://svn.apache.org/viewvc?rev=1874523&view=rev
Log:
Substring starts on index 1
Take Konstantins note into account and let the xpath function substring start
with the correct index of "1". Now we can
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 282784c Markup changes
282784c
Author: fschumacher
Date: Tue Apr 13 15:43:22 2021
New Revision: 1888736
URL: http://svn.apache.org/viewvc?rev=1888736&view=rev
Log:
Add presentations for ApacheCon @Home 2020
Modified:
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/docs/sitemap-main.xml
tomcat/
Author: fschumacher
Date: Tue Apr 13 15:51:05 2021
New Revision: 1888737
URL: http://svn.apache.org/viewvc?rev=1888737&view=rev
Log:
a late Happy New Year :)
Modified:
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/xdocs/legal.xml
Modified: tomcat/site/trunk/docs/legal.html
Author: fschumacher
Date: Sat Apr 17 19:20:18 2021
New Revision: 169
URL: http://svn.apache.org/viewvc?rev=169&view=rev
Log:
Add link to slides
Modified:
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/xdocs/presentations.xml
Modified: tomcat/site/trunk/
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d64df9a Re-use roles and groups defined
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 25260cd Re-use roles and groups defined on
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 61e533f Re-use roles and groups defined on
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 9eb3ac3 Use current ant for download from
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 35791fc Set ANT_HOME in travis to the
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 0b6eb11 Use current ant for download from
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3b7e685 Use current ant for download from
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d53dbca Use current versions of OpenJDK
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 81beb93 Use current versions of OpenJDK
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 14053be Try to print out more information
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 22b4f77 Use the correct file to grep for
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch pr309-recursion
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 7f1b56e587693bb8f7755c972fbac493101c53c8
Author: Felix Schumacher
AuthorDate: Fri Jun 26 16:58:25 2020
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch pr309-recursion
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 4f1ae64882486eeb0b60f9daf13daeca5df6b7c9
Author: Jean-Frederic Clere
AuthorDate: Fri Jun 26 09:50:09 2020
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch pr309-recursion
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
at 7f1b56e Use method local counter for recurstion
This branch includes the following new commits
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch pr309-recursion
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 57e83d7c9eaa784d3af54fa57de100c99515f1bc
Author: Jean-Frederic Clere
AuthorDate: Fri Jun 26 15:18:30 2020
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to reference refs/remotes/origin/pr/309
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
at 4fc54d5 Add a iterationCount limited to 20 to prevent
StackOverflowError.
No new
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch pr309-recursion
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
was 7f1b56e Use method local counter for recurstion
This change permanently discards the following
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 07a2804b43eb1ed5c5e09e3fbf54b28aaa11ff58
Author: Felix Schumacher
AuthorDate: Tue Aug 27 11:55:14 2019 +0200
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8f86f92 Update to 9.0.24
new 162dd79 fix JSSE_OPTS quoting
new 07a2804 Fix JSSE_OPTS quoting in
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 162dd79f16daaafd49ea68231525cbb650216169
Author: Peter Uhnak
AuthorDate: Mon Aug 26 11:31:43 2019 +0200
fix
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 6b125eb Fix typo (missing a on via
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8b7e6f0 BZ 63684: Wrapper never passed to RealmBase#hasRole() for
given security constraints
new 2f33f55
This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2f33f550689ce17333a492477f7f35fb728258bf
Author: Peter Uhnak
AuthorDate: Mon Aug 26 11:31:43 2019 +0200
fix
301 - 400 of 449 matches
Mail list logo