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
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
>>
>
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:
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
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
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
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
>
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
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
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
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.
--
11 matches
Mail list logo