[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 --- Comment #5 from Violeta Georgieva --- Hi, I see that you are removing the CSS when showReport is false. Why is that? When showServerInfo is false you are removing the whole footer. Why is that? You can remove only the text so that the

svn commit: r1589630 - in /tomcat/trunk: java/org/apache/tomcat/websocket/pojo/PojoEndpointBase.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:08:05 2014 New Revision: 1589630 URL: http://svn.apache.org/r1589630 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 When creating a new session, add the message handlers to the session before calling Endpoint.onOpen() so the message handlers ar

[Bug 56449] WebSocket session get closed if in onOpen will sendText (sync mode)

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 --- Comment #4 from vlcvlc --- (In reply to Mark Thomas from comment #1) > At the moment, I don't see a code path that could trigger this. The session > is open when it is created so something must be closing it very quickly. My > assumptio

svn commit: r1589631 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/PojoEndpointBase.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:11:30 2014 New Revision: 1589631 URL: http://svn.apache.org/r1589631 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 When creating a new session, add the message handlers to the session before calling Endpoint.onOpen() so the message handlers ar

[Bug 56449] WebSocket session get closed if in onOpen will sendText (sync mode)

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 --- Comment #5 from vlcvlc --- (In reply to Mark Thomas from comment #3) > Thanks for that. > > An immediate close was one of the options I considered but I dismissed it as > I didn't think the close message could have been read that early

[Bug 56449] WebSocket session get closed if in onOpen will sendText (sync mode)

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1589633 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:28:41 2014 New Revision: 1589633 URL: http://svn.apache.org/r1589633 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Extend checks for suspicious URL patterns to include patterns of the form *.a.b which are not valid patterns for extension mappi

svn commit: r1589634 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:29:34 2014 New Revision: 1589634 URL: http://svn.apache.org/r1589634 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Extend checks for suspicious URL patterns to include patterns of the form *.a.b which are not valid patterns for extension mappi

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Mark Thomas changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #9 from Mark Thoma

svn commit: r1589635 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ELParser.java java/org/apache/jasper/compiler/Validator.java test/org/apache/jasper/compiler/TestELParser.ja

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:35:06 2014 New Revision: 1589635 URL: http://svn.apache.org/r1589635 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Correct double unescaping Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler

[Bug 56334] Double Backslash Escaping in Attributes

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1589637 [2/2] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/context/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2014-04-24 Thread markt
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1589637&r1=1589636&r2=1589637&view=diff == --- tomcat/tc6.0.x/trunk/webapps/do

[Bug 56369] BaseModelMBean does not clean-up attributeBroadcaster in removeNotificationListener()

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56369 --- Comment #3 from Mark Thomas --- The fix has been applied to 6.0.x and will be included in 6.0.40 onwards. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1589638 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/modeler/BaseModelMBean.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:49:58 2014 New Revision: 1589638 URL: http://svn.apache.org/r1589638 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56369 Ensure that removing an MBean notification listener reverts all the operations performed when adding an MBean notification liste

[Bug 56452] New: IPv6 address and log level debug caused crash

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 Bug ID: 56452 Summary: IPv6 address and log level debug caused crash Product: Tomcat Connectors Version: 1.2.40 Hardware: PC OS: Linux Status: NEW S

svn commit: r1589640 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/security/SecurityClassLoad.java java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 08:54:26 2014 New Revision: 1589640 URL: http://svn.apache.org/r1589640 Log: Avoid memory leak and add small optimisation to default Servlet Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/

Re: svn commit: r1589635 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ELParser.java java/org/apache/jasper/compiler/Validator.java test/org/apache/jasper/compiler/TestELParse

2014-04-24 Thread Konstantin Kolinko
2014-04-24 12:35 GMT+04:00 : > Author: markt > Date: Thu Apr 24 08:35:06 2014 > New Revision: 1589635 > > URL: http://svn.apache.org/r1589635 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 > Correct double unescaping > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt >

svn commit: r1589666 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/spdy/ webapps/docs/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 11:32:27 2014 New Revision: 1589666 URL: http://svn.apache.org/r1589666 Log: Align the AJP and HTTP connector implementations with the documented behaviour and use JVM defaults for socket linger. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.

svn commit: r1589668 - in /tomcat/trunk/webapps/docs: funcspecs/fs-admin-apps.xml funcspecs/fs-jdbc-realm.xml funcspecs/fs-jndi-realm.xml jndi-datasource-examples-howto.xml jndi-resources-howto.xml re

2014-04-24 Thread violetagg
Author: violetagg Date: Thu Apr 24 11:35:40 2014 New Revision: 1589668 URL: http://svn.apache.org/r1589668 Log: Fixed broken links to java.sun.com. Issue reported via comments.apache.org Modified: tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml tomcat/trunk/webapps/docs/funcspecs/fs

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 11:38:13 2014 New Revision: 1589672 URL: http://svn.apache.org/r1589672 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Align the AJP and HTTP connector implementations with the documented behaviour and use JVM defaults for socket linger. Modified

svn commit: r1589676 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/docs/funcspecs/

2014-04-24 Thread violetagg
Author: violetagg Date: Thu Apr 24 11:41:13 2014 New Revision: 1589676 URL: http://svn.apache.org/r1589676 Log: Merged revision 1589668 from tomcat/trunk: Fixed broken links to java.sun.com. Issue reported via comments.apache.org Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc

[Bug 56449] WebSocket session get closed if in onOpen will sendText (sync mode)

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56449 --- Comment #7 from vlcvlc --- (In reply to Mark Thomas from comment #6) > (In reply to Mark Thomas from comment #3) > > What I > > didn't consider was that the close of the connection rather than the close > > message may have triggered th

svn commit: r1589698 - in /tomcat/trunk: java/org/apache/catalina/startup/HostConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-04-24 Thread violetagg
Author: violetagg Date: Thu Apr 24 12:50:39 2014 New Revision: 1589698 URL: http://svn.apache.org/r1589698 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 Add information about finished deployment and its execution time to the logs. Patch provided by Danila Galimov. Modified:

svn commit: r1589703 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-04-24 Thread violetagg
Author: violetagg Date: Thu Apr 24 12:59:10 2014 New Revision: 1589703 URL: http://svn.apache.org/r1589703 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 Merged revision 1589698 from tomcat/trunk: Add information about finished deployment and its execution time to the logs. Pat

svn commit: r1589705 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2014-04-24 Thread remm
Author: remm Date: Thu Apr 24 13:01:55 2014 New Revision: 1589705 URL: http://svn.apache.org/r1589705 Log: With the linger change, I am now getting async close exceptions on the accept on shutdown. Ignore exceptions when not running and cleanup. Modified: tomcat/trunk/java/org/apache/tomcat/

[Bug 56382] Add logging of deployment time

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56382 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Konstantin Kolinko
2014-04-24 15:38 GMT+04:00 : > Author: markt > Date: Thu Apr 24 11:38:13 2014 > New Revision: 1589672 > > URL: http://svn.apache.org/r1589672 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 > Align the AJP and HTTP connector implementations with the documented > behaviour an

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Rémy Maucherat
2014-04-24 15:04 GMT+02:00 Konstantin Kolinko : > 2. AbstractEndpoint,unlockAccept() > > s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); > > I expect the above call to be broken because of NPE. > I don't see the NPE, but that would explain the accept

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Konstantin Kolinko
2014-04-24 17:14 GMT+04:00 Rémy Maucherat : > 2014-04-24 15:04 GMT+02:00 Konstantin Kolinko : > >> 2. AbstractEndpoint,unlockAccept() >> >> s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); >> >> I expect the above call to be broken because of NPE. >> > >

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Mark Thomas
On 24/04/2014 14:14, Rémy Maucherat wrote: > 2014-04-24 15:04 GMT+02:00 Konstantin Kolinko : > >> 2. AbstractEndpoint,unlockAccept() >> >> s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); >> >> I expect the above call to be broken because of NPE. >> >

svn commit: r1589724 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 13:30:49 2014 New Revision: 1589724 URL: http://svn.apache.org/r1589724 Log: Revert 1589672. Default linger setting is required. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java tomcat/

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

svn commit: r1589725 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/spdy/ webapps/docs/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 13:33:19 2014 New Revision: 1589725 URL: http://svn.apache.org/r1589725 Log: Revert 1589666. Default linger setting is required. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Protocol.jav

svn commit: r1589726 - in /tomcat/trunk/webapps/docs: changelog.xml config/ajp.xml config/http.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 13:36:38 2014 New Revision: 1589726 URL: http://svn.apache.org/r1589726 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Document correct default for socket linger. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1589728 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 13:38:08 2014 New Revision: 1589728 URL: http://svn.apache.org/r1589728 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Document correct default for socket linger. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webap

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 --- Comment #4 from David --- Mark, On my end we have the following scenario: 1) Start Tomcat 2) Tomcat binds to port and starts loading webapps 3) My web app has a servlet for which load-on-startup is set to True. Tomcat starts to loa

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 --- Comment #5 from Mark Thomas --- (In reply to David from comment #4) > On my end we have the following scenario: Bugzilla is not a support forum. This question belongs on the Tomcat users mailing list. -- You are receiving this mail

Re: svn commit: r1589635 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ELParser.java java/org/apache/jasper/compiler/Validator.java test/org/apache/jasper/compiler/TestELParse

2014-04-24 Thread Mark Thomas
On 24/04/2014 10:00, Konstantin Kolinko wrote: > 2014-04-24 12:35 GMT+04:00 : >> Author: markt >> Date: Thu Apr 24 08:35:06 2014 >> New Revision: 1589635 >> Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ELParser.java >> URL: >> http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk

svn commit: r1589737 - /tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 14:11:02 2014 New Revision: 1589737 URL: http://svn.apache.org/r1589737 Log: Minor optimisation Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELParser.java URL: http://svn.apache.org

svn commit: r1589738 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 14:12:35 2014 New Revision: 1589738 URL: http://svn.apache.org/r1589738 Log: Fix text Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties URL: http://sv

svn commit: r1589740 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ELParser.java java/org/apache/jasper/resources/LocalStrings.properties

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 14:13:40 2014 New Revision: 1589740 URL: http://svn.apache.org/r1589740 Log: Minor clean-up. kkolinko review. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ELParser.java tomcat/tc7.0.x/trunk/java/

svn commit: r1589743 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 14:15:48 2014 New Revision: 1589743 URL: http://svn.apache.org/r1589743 Log: Complete backport of r1587887 - add missing resources Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties Modified: tomcat/tc6.0.x/trunk/java/org/

svn commit: r1589763 - in /tomcat/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/security/ java/org/apache/coyote/ java/org/apache/tomcat/util/security/ java/org/apache/tomcat/util/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 15:06:32 2014 New Revision: 1589763 URL: http://svn.apache.org/r1589763 Log: Refactoring to reduce code duplication. Added: tomcat/trunk/java/org/apache/tomcat/util/security/ tomcat/trunk/java/org/apache/tomcat/util/security/PrivilegedGetTccl.java (with p

[Bug 56416] HTTP NIO connector: SocketExceptions and performance degradation due to JVM default not being respected for socket linger option

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 --- Comment #6 from Konstantin Kolinko --- (In reply to David from comment #4) First, that would better be tracked as a separate issue. Second, it cannot be said much without knowing your Tomcat version and stacktrace of the error. JioEn

[Bug 56383] Securing ErrorReportValve [PATCH]

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56383 --- Comment #6 from Nick Bunn --- My first patch did actually keep the css. However, after talking more with my team at work and looking at what the TomEE team has done(doesn't have css as well), it was determined if i left it you would the

svn commit: r1589837 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java java/org/apache/jasper/compiler/JspDocumentParser.java res/checkstyle/org-import-control.xml webapps/docs

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 19:16:21 2014 New Revision: 1589837 URL: http://svn.apache.org/r1589837 Log: Add some defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. Modified: tomcat/trunk/java/org/apache

svn commit: r1589842 - /tomcat/trunk/java/org/apache/jasper/compiler/ELFunctionMapper.java

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 19:26:45 2014 New Revision: 1589842 URL: http://svn.apache.org/r1589842 Log: More refactoring to reduce code duplication. Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELFunctionMapper.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELFunct

svn commit: r1589851 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/security/ java/org/apache/catalina/session/ java/org/apache/coyote/ java/org/apache/jasper/c

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 19:43:55 2014 New Revision: 1589851 URL: http://svn.apache.org/r1589851 Log: Refactoring to reduce code duplication. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/security/ - copied from r1589763, tomcat/trunk/java/org/apache/tomcat/util/security

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #1 from Christopher Schultz --- Agreed. The use of 'buf' when passed-into inet_ntop4|6 inside jk_dump_sinfo is also not sane: the final argument should be the length of the buffer available. It is blindly set to 16 (for IPv4) o

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #2 from Christopher Schultz --- Created attachment 31557 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31557&action=edit Proposed patch (against mod_jk/trunk) I have raised the size of buf from 64 to 100 characters

[Bug 56452] IPv6 address and log level debug caused crash

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56452 --- Comment #3 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #2) > Created attachment 31557 [details] > Proposed patch (against mod_jk/trunk) > > I have raised the size of buf from 64 to 100 characters. The mess

[Bug 56456] New: Suggesting lock-free endpoint state machine

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56456 Bug ID: 56456 Summary: Suggesting lock-free endpoint state machine Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enh

[Bug 56456] Suggesting lock-free endpoint state machine

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56456 --- Comment #1 from Eugene Chung (TmaxSoft) --- Created attachment 31559 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31559&action=edit RemoteEndpoint which uses EndpointStateMachine -- You are receiving this mail because: Y

[Bug 56456] Suggesting lock-free endpoint state machine

2014-04-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56456 --- Comment #2 from Eugene Chung (TmaxSoft) --- Created attachment 31560 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31560&action=edit junit test for EndpointStateMachine -- You are receiving this mail because: You are the