[Bug 55846] Static resources Greater than 48k can not be accessed when I Config the Connector with Http11NioProtocol

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55846 --- Comment #6 from conquer0715 --- Thank you, I'll try. (In reply to Mark Thomas from comment #5) > I've tested this on a couple of other platforms without error. This is > looking like an AIX specific error. You'll need to raise this wit

[Bug 55862] @OnMessage and other annotations doesn't works in super class

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55862 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55862] @OnMessage and other annotations doesn't works in super class

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55862 quaff changed: What|Removed |Added OS||All --- Comment #1 from quaff --- org.apa

[Bug 55862] New: @OnMessage and other annotations doesn't works in super class

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55862 Bug ID: 55862 Summary: @OnMessage and other annotations doesn't works in super class Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: PC Status: NEW

[Bug 55853] mod_jk doesn't set the content length correctly for apache 2.x

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55853 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1549202 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml

2013-12-08 Thread rjung
Author: rjung Date: Sun Dec 8 20:11:13 2013 New Revision: 1549202 URL: http://svn.apache.org/r1549202 Log: PR 55853: HTTPD: Use the correct API for setting Content-Length. Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c tomcat/jk/trunk/native/apache-2.0/mod_jk.c tomcat/jk/trunk/

Re: Deprecation message in tomcat 7 javadoc for WebSocketServlet

2013-12-08 Thread Karl-Philipp Richter
Thanks for taking my suggestion into account. Karl On 08.12.2013 17:13, Mark Thomas wrote: > On 08/12/2013 05:07, Karl-Philipp Richter wrote: >> Hi together, >> I'm new to this list and hope to be at the right place. > > Hi. It is the right place. > >> I have the suggestion to add a reason to t

[Bug 55859] Restore back the method addApplicationListener(String listener) in the class StandardContext

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55859 --- Comment #4 from Valery Shyshkin --- Oh, sorry. I work with Tomcat 7 and try 8.0.0RC5 and did not notice the new package org.apache.tomcat.util.descriptor. It may partially solve my problem. At least I can create a stub org.apache.tomcat

[Bug 55859] Restore back the method addApplicationListener(String listener) in the class StandardContext

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55859 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55859] Restore back the method addApplicationListener(String listener) in the class StandardContext

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55859 --- Comment #2 from Valery Shyshkin --- (In reply to Mark Thomas from comment #1) > Then that is a bug in the packaging of the embedded distro and needs to be > fixed there. You are right. But whether it is necessary to remove the very sim

[Bug 55859] Restore back the method addApplicationListener(String listener) in the class StandardContext

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55859 Mark Thomas changed: What|Removed |Added OS||All Severity|enhancement

Re: Deprecation message in tomcat 7 javadoc for WebSocketServlet

2013-12-08 Thread Mark Thomas
On 08/12/2013 05:07, Karl-Philipp Richter wrote: > Hi together, > I'm new to this list and hope to be at the right place. Hi. It is the right place. > I have the suggestion to add a reason to the deprecation message for the > WebSocketServlet in tomcat 7 javadocs. As far as I know, the class and

svn commit: r1549052 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/websocket: Constants.java MessageInbound.java StreamInbound.java WebSocketServlet.java WsFrame.java WsHttpServletRequestWrapper

2013-12-08 Thread markt
Author: markt Date: Sun Dec 8 16:12:33 2013 New Revision: 1549052 URL: http://svn.apache.org/r1549052 Log: Better deprecation message. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/websocket/Constants.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/websocket/MessageInbound.j

[Bug 55859] New: Restore back the method addApplicationListener(String listener) in the class StandardContext

2013-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55859 Bug ID: 55859 Summary: Restore back the method addApplicationListener(String listener) in the class StandardContext Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: PC