Author: kfujino
Date: Wed Oct 18 07:27:02 2017
New Revision: 1812460
URL: http://svn.apache.org/viewvc?rev=1812460&view=rev
Log:
Ensure that the remaining Sender can send channel messages by avoiding
unintended ChannelException caused by comparing the number of failed members
and the number of r
Author: kfujino
Date: Wed Oct 18 08:25:03 2017
New Revision: 1812471
URL: http://svn.apache.org/viewvc?rev=1812471&view=rev
Log:
Ensure that remaining SelectionKeys that were not handled by throwing a
ChannelException during SelectionKey processing are handled.
Modified:
tomcat/trunk/java/o
Author: kfujino
Date: Wed Oct 18 08:27:32 2017
New Revision: 1812472
URL: http://svn.apache.org/viewvc?rev=1812472&view=rev
Log:
-Ensure that the remaining Sender can send channel messages by avoiding
unintended ChannelException caused by comparing the number of failed members
and the number of
Author: kfujino
Date: Wed Oct 18 08:28:47 2017
New Revision: 1812473
URL: http://svn.apache.org/viewvc?rev=1812473&view=rev
Log:
-Ensure that the remaining Sender can send channel messages by avoiding
unintended ChannelException caused by comparing the number of failed members
and the number of
Author: kfujino
Date: Wed Oct 18 08:30:46 2017
New Revision: 1812474
URL: http://svn.apache.org/viewvc?rev=1812474&view=rev
Log:
-Ensure that the remaining Sender can send channel messages by avoiding
unintended ChannelException caused by comparing the number of failed members
and the number of
Author: markt
Date: Wed Oct 18 10:40:01 2017
New Revision: 1812490
URL: http://svn.apache.org/viewvc?rev=1812490&view=rev
Log:
Remove deprecated code
Modified:
tomcat/trunk/java/org/apache/catalina/manager/StatusTransformer.java
tomcat/trunk/java/org/apache/catalina/storeconfig/StoreAppen
Author: markt
Date: Wed Oct 18 10:39:54 2017
New Revision: 1812489
URL: http://svn.apache.org/viewvc?rev=1812489&view=rev
Log:
Refactor XML and HTML escaping to a single location
Added:
tomcat/trunk/java/org/apache/tomcat/util/security/Escape.java (with props)
Modified:
tomcat/trunk/jav
Author: markt
Date: Wed Oct 18 10:46:14 2017
New Revision: 1812492
URL: http://svn.apache.org/viewvc?rev=1812492&view=rev
Log:
Refactor XML and HTML escaping to a single location
Added:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/security/Escape.java
- copied unchanged from r181248
Author: markt
Date: Wed Oct 18 10:48:57 2017
New Revision: 1812494
URL: http://svn.apache.org/viewvc?rev=1812494&view=rev
Log:
Remove deprecated / unused code.
Modified:
tomcat/trunk/java/org/apache/catalina/util/DOMWriter.java
Modified: tomcat/trunk/java/org/apache/catalina/util/DOMWriter.j
On 10/10/17 15:22, r...@apache.org wrote:
> Author: remm
> Date: Tue Oct 10 14:22:31 2017
> New Revision: 1811704
>
> URL: http://svn.apache.org/viewvc?rev=1811704&view=rev
> Log:
> 61603: Add XML escaping to the names of some memory pools. The
> escape/filterXml methods could be factored out may
2017-10-18 13:39 GMT+03:00 :
> Author: markt
> Date: Wed Oct 18 10:39:54 2017
> New Revision: 1812489
>
> URL: http://svn.apache.org/viewvc?rev=1812489&view=rev
> Log:
> Refactor XML and HTML escaping to a single location
>
> Added:
> tomcat/trunk/java/org/apache/tomcat/util/security/Escape.ja
Author: markt
Date: Wed Oct 18 13:23:27 2017
New Revision: 1812511
URL: http://svn.apache.org/viewvc?rev=1812511&view=rev
Log:
Remove the ResourceBundle memory leak protection since I am as sure as I can be
that the original report was a false positive.
ResourceBundle uses a WeakReference and it i
Author: markt
Date: Wed Oct 18 13:24:57 2017
New Revision: 1812512
URL: http://svn.apache.org/viewvc?rev=1812512&view=rev
Log:
Remove the ResourceBundle memory leak protection since I am as sure as I can be
that the original report was a false positive.
ResourceBundle uses a WeakReference and it i
Author: markt
Date: Wed Oct 18 13:30:35 2017
New Revision: 1812513
URL: http://svn.apache.org/viewvc?rev=1812513&view=rev
Log:
Improvements and copy/paste fix after kkolinko review
Modified:
tomcat/trunk/java/org/apache/tomcat/util/security/Escape.java
Modified: tomcat/trunk/java/org/apache/
Author: markt
Date: Wed Oct 18 13:31:04 2017
New Revision: 1812514
URL: http://svn.apache.org/viewvc?rev=1812514&view=rev
Log:
Improvements and copy/paste fix after kkolinko review
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/security/
On 18/10/17 13:45, Konstantin Kolinko wrote:
> 2017-10-18 13:39 GMT+03:00 :
>> Author: markt
>> Date: Wed Oct 18 10:39:54 2017
>> New Revision: 1812489
>>
>> URL: http://svn.apache.org/viewvc?rev=1812489&view=rev
>> Log:
>> Refactor XML and HTML escaping to a single location
>>
>> Added:
>> to
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1169
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632
Bug ID: 61632
Summary: Improve search for tcnative-1.dll on Windows when
current directory is not bin/ (e.g. in Eclipse IDE,
separate catalina_base)
Product: Tomcat 8
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konstanti
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632
--- Comment #2 from Konstantin Kolinko ---
> a. Improve documentation. Add a note and a recipe to
My recipe is to configure "java.library.path" explicitly.
For running Tomcat in Eclipse IDE the steps are the following:
1. Open edit dialog f
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963
Sebastien Tardif changed:
What|Removed |Added
CC||sebtar...@ncf.ca
--
You are receiv
Author: remm
Date: Wed Oct 18 17:01:08 2017
New Revision: 1812551
URL: http://svn.apache.org/viewvc?rev=1812551&view=rev
Log:
Cleanup the async IO syncs a bit.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomca
Author: markt
Date: Wed Oct 18 20:53:55 2017
New Revision: 1812581
URL: http://svn.apache.org/viewvc?rev=1812581&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61601
Handle multi-release JARs for packed and unpacked web applications
Modified:
tomcat/tc7.0.x/trunk/java/org/a
https://bz.apache.org/bugzilla/show_bug.cgi?id=61601
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=61634
Bug ID: 61634
Summary: URLs with double consecutive slashes stopped working
in 8.0.45 in some scenarios
Product: Tomcat 8
Version: 8.0.45
Hardware: PC
Status:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61634
m...@feex.com changed:
What|Removed |Added
Attachment #35437|Contains ROOT.war and |ROOT.war and context2.war
descri
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-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-trunk-validate has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767
--- Comment #25 from J Fernandez ---
I believe that there are additional benefits for separating the websocket
client from the container. For example, we could enhance the redirect flow when
behind a proxy by caching the SocketChannel for a con
30 matches
Mail list logo