[Bug 43968] [patch] support ipv6 with mod_jk

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 43968] [patch] support ipv6 with mod_jk

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Konstantin Kolinko changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #11 from Kons

[Bug 47714] Reponse mixed between users

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

Re: svn commit: r1599739 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-03 Thread Konstantin Kolinko
2014-06-03 22:37 GMT+04:00 : > Author: markt > Date: Tue Jun 3 18:37:33 2014 > New Revision: 1599739 > > URL: http://svn.apache.org/r1599739 > Log: > Tiny bit of de-duplication. > Add reference to RFC2616 for case insensitivity of transfer encoding > names. > > Modified: > tomcat/trunk/java/o

[Bug 56580] el-api.jar memory leak

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56580 --- Comment #5 from Konstantin Kolinko --- My look at javax.el.BeanELResolver#cache is that a BeanELResolver that it would be bad to share such cache between web applications. The cache keys BeanProperties instances by class name, and not

[Bug 56582] Use switch(enum) in implementations of ActionHook.action(ActionCode, ...)

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56582 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1599752 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProcessor.java webapps/docs/changelog.xml

2014-06-03 Thread kkolinko
Author: kkolinko Date: Tue Jun 3 18:52:14 2014 New Revision: 1599752 URL: http://svn.apache.org/r1599752 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=56582#c1 Implement DISPATCH_EXECUTE action for AJP connector. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcesso

svn commit: r1599739 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 18:37:33 2014 New Revision: 1599739 URL: http://svn.apache.org/r1599739 Log: Tiny bit of de-duplication. Add reference to RFC2616 for case insensitivity of transfer encoding names. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

svn commit: r1599738 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 18:37:00 2014 New Revision: 1599738 URL: http://svn.apache.org/r1599738 Log: Reduce duplicate by moving error handling into addInputFilter. Also makes error handling consistent. Reduce visibility of addInputFilter() Modified: tomcat/trunk/java/org/apache/coyote/

[Bug 56582] Use switch(enum) in implementations of ActionHook.action(ActionCode, ...)

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56582 --- Comment #2 from Konstantin Kolinko --- Done for Tomcat 7 (r1599505 r1599711) and will be in 7.0.55. I am ready to close this issue, but DISPATCH_EXECUTE + AJP question for Tomcat 8 from Comment 1 is pending. -- You are receiving thi

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

2014-06-03 Thread kkolinko
Author: kkolinko Date: Tue Jun 3 18:05:02 2014 New Revision: 1599711 URL: http://svn.apache.org/r1599711 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56582 Convert implementations of ActionHook.action(..) to use switch(enum) operator. Part 2/2: HTTP processors. It is backport of r

svn commit: r1599558 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 14:16:10 2014 New Revision: 1599558 URL: http://svn.apache.org/r1599558 Log: Align code with comment and use a 500 response (internal server error) as per the comment rather than a 400 response. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11

[Bug 56580] el-api.jar memory leak

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56580 --- Comment #4 from cos...@prodinf.ro --- If you need some help do not hesitate to contact me. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1599505 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AbstractAjpProcessor.java java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpNioProcessor.java

2014-06-03 Thread kkolinko
Author: kkolinko Date: Tue Jun 3 12:18:17 2014 New Revision: 1599505 URL: http://svn.apache.org/r1599505 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56582 Convert implementations of ActionHook.action(..) to use switch(enum) operator. Part 1/2: AJP processors. It is backport of r1

svn commit: r1599500 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/TestAbstractHtt

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 12:14:17 2014 New Revision: 1599500 URL: http://svn.apache.org/r1599500 Log: As per RFC2616, an unknown expect header should result in a 417 response. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/test/org/apa

svn commit: r1599479 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 11:31:33 2014 New Revision: 1599479 URL: http://svn.apache.org/r1599479 Log: Tweak comments Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java URL:

svn commit: r1599460 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AbstractAjpProcessor.java http11/AbstractHttp11Processor.java spdy/SpdyProcessor.java

2014-06-03 Thread markt
Author: markt Date: Tue Jun 3 09:39:12 2014 New Revision: 1599460 URL: http://svn.apache.org/r1599460 Log: Pull up error flag Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/java/org/a