GitHub user dltc opened a pull request:
https://github.com/apache/tomcat/pull/107
underlying connection closed unexpectedly, so we must destroy this proxy
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dltc/tomcat trunk
Alterna
https://bz.apache.org/bugzilla/show_bug.cgi?id=62312
--- Comment #3 from Mark Thomas ---
Please provide a diff against trunk rather than a sequence of patch files.
Please remove all the getString {n} changes from the proposed diff.
Substitution is correctly handled by Tomcat's StringManager impl
Author: markt
Date: Tue Apr 24 12:47:49 2018
New Revision: 1829988
URL: http://svn.apache.org/viewvc?rev=1829988&view=rev
Log:
Fix indents
Modified:
tomcat/trunk/webapps/examples/WEB-INF/web.xml
Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/tomcat
Author: schultz
Date: Tue Apr 24 12:50:44 2018
New Revision: 1829990
URL: http://svn.apache.org/viewvc?rev=1829990&view=rev
Log:
Performance improvement: int-compare is usually cheaper than Array-comparison,
so compare the int fields first to fail more quickly if possible.
Modified:
tomcat/t
Author: schultz
Date: Tue Apr 24 12:51:39 2018
New Revision: 1829991
URL: http://svn.apache.org/viewvc?rev=1829991&view=rev
Log:
Performance improvement: String-compare is usually cheaper than
Array-comparison, so compare the String fields first to fail more quickly if
possible.
Modified:
t
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
The following commit(s) were added to refs/heads/master by this push:
new 9f0c7e0 Add some installation notes
9f0
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git.
from b14b8dc Merge pull request #1 from olafk/master
add 3fcf41a Fix copy/paster error
add 9f0c7e0
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
The following commit(s) were added to refs/heads/master by this push:
new 3383530 Fix typos
3383530 is described
Author: markt
Date: Tue Apr 24 15:40:24 2018
New Revision: 1830013
URL: http://svn.apache.org/viewvc?rev=1830013&view=rev
Log:
Better i18n in request target processing
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Loca
ce/commons-beanutils/dist/commons-beanutils-20180424.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.8-SNAPSHOT.jar:/srv/gump/pu
b
ce/commons-beanutils/dist/commons-beanutils-20180424.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.8-SNAPSHOT.jar:/srv/gump/pu
b
anutils/dist/commons-beanutils-20180424.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.8-SNAPSHOT.jar:/srv/gump/pu
blic/work
Author: schultz
Date: Tue Apr 24 20:00:08 2018
New Revision: 1830026
URL: http://svn.apache.org/viewvc?rev=1830026&view=rev
Log:
Back-port r1829990 and r1829991 from trunk to improve performance of SimpleNode.
Int-compare and String-compare are likely to be faster than Array-compare and
may rule-
GitHub user koraktor opened a pull request:
https://github.com/apache/tomcat/pull/108
Improve undeployment in parallel deployment scenario
Main reason for this pull request is to improve automatic undeployment of
applications when using common version numbers, e.g. `application##1.2
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-validate has an issue affecting its community
integration.
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-tc7.0.x-validate has an issue affecting its community
integration.
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-validate has an issue affecting its community integration.
Th
17 matches
Mail list logo