[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #8 from hzha...@ebay.com --- Created attachment 32032 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32032&action=edit Document for this issue -- You are receiving this mail because: You are the assignee for the bug

Re: [Bug 56739] Error response body generated only occasionally

2014-09-18 Thread Mark Thomas
On 18/09/2014 04:01, Violeta Georgieva wrote: > Hi, > > 2014-08-07 11:53 GMT+03:00 : >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 >> >> Mark Thomas changed: >> >>What|Removed |Added >> >

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #9 from hzha...@ebay.com --- I just find that a "SimpleInstanceManager" has been integrated on the TRUNK. It seems that it has solved the problem. Would you please back-port it to 7.0.x? -- You are receiving this mail because:

svn commit: r1625938 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-09-18 Thread kkolinko
Author: kkolinko Date: Thu Sep 18 10:57:51 2014 New Revision: 1625938 URL: http://svn.apache.org/r1625938 Log: Comments Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1625938&r1=162593

Re: adding an internal filter

2014-09-18 Thread Romain Manni-Bucau
changed to: private void addFilterConfig(final Context context, final FilterDef filterDef) { // hack to force filter to get a config otherwise it is ignored in the http routing try { final Constructor cons = ApplicationFilterConfig.class.getDeclaredConstructor(Context.c

[Bug 56994] New: REST Services not working inside war

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56994 Bug ID: 56994 Summary: REST Services not working inside war Product: Tomcat 8 Version: 8.0.12 Hardware: PC Status: NEW Severity: major Priority: P2

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 --- Comment #5 from Konstantin Kolinko --- > I traced it as best I could, and it *seems* that the > InternalNioInputBuffer$SocketInputBuffer is reading the data > from the socket 'out of order' (very, very rarely) >From EchoServlet.java >

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 --- Comment #6 from Konstantin Kolinko --- > My text editor shows that "Lorem ipsum dolor" string is 3678 characters, not > 3668. My miscalculation. The difference in values is due to \r\n characters. If I change the content-length value

[Bug 56995] New: Errors from servlet writer flush() causing threads in BLOCK state

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56995 Bug ID: 56995 Summary: Errors from servlet writer flush() causing threads in BLOCK state Product: Tomcat 7 Version: 7.0.55 Hardware: All OS: Linux

[Bug 56995] Errors from servlet writer flush() causing threads in BLOCK state

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56995 --- Comment #1 from charlie --- locks the socket here. http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/java/org/apache/tomcat/util/net/JIoEndpoint.java @Override public void run() { boolean la

[Bug 56995] Errors from servlet writer flush() causing threads in BLOCK state

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56995 --- Comment #2 from charlie --- Please let me know if you need any other information. Thank you. -- You are receiving this mail because: You are the assignee for the bug. --