https://issues.apache.org/bugzilla/show_bug.cgi?id=51767
Bug #: 51767
Summary: isapi_redirect intermittently crashes iis worker
process w3wp
Product: Tomcat Connectors
Version: 1.2.30
Platform: PC
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=51769
Bug #: 51769
Summary: False positive: Somebody try to hack into the site!!!
Product: Tomcat Connectors
Version: 1.2.31
Platform: PC
OS/Version: Windows Server 2003
S
https://issues.apache.org/bugzilla/show_bug.cgi?id=51769
Stefan Lloyd changed:
What|Removed |Added
CC||stefan.ll...@essentia.ltd.u
Author: markt
Date: Tue Sep 6 11:12:17 2011
New Revision: 1165601
URL: http://svn.apache.org/viewvc?rev=1165601&view=rev
Log:
Add another 3.7+ note
Modified:
tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-e
Author: markt
Date: Tue Sep 6 11:12:35 2011
New Revision: 1165602
URL: http://svn.apache.org/viewvc?rev=1165602&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Proces
On 06/09/2011 07:29, Felix Schumacher wrote:
>> +/**
>> + * Provides a mechanism for those connectors (currently only NIO)
>> that need
>> + * that need to set comment timeouts.
> Did you mean Comet timeouts?
I did. Fixed. Thanks.
Mark
Author: markt
Date: Tue Sep 6 11:26:30 2011
New Revision: 1165608
URL: http://svn.apache.org/viewvc?rev=1165608&view=rev
Log:
Make keptAlive initialization common between the connectors
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/or
Author: markt
Date: Tue Sep 6 14:14:27 2011
New Revision: 1165677
URL: http://svn.apache.org/viewvc?rev=1165677&view=rev
Log:
Clarify the default connectionTimeout.
Add info on setting infinite timeouts.
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs
Author: markt
Date: Tue Sep 6 15:00:02 2011
New Revision: 1165693
URL: http://svn.apache.org/viewvc?rev=1165693&view=rev
Log:
Aligning the HTTP connectors.
Handle request line timeouts consistently
Handle upload timeouts more consistently
Modified:
tomcat/trunk/java/org/apache/coyote/http11/
Author: markt
Date: Tue Sep 6 15:45:08 2011
New Revision: 1165721
URL: http://svn.apache.org/viewvc?rev=1165721&view=rev
Log:
Connector alignment - request line reading
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/h
Author: markt
Date: Tue Sep 6 15:49:43 2011
New Revision: 1165723
URL: http://svn.apache.org/viewvc?rev=1165723&view=rev
Log:
Connector alignment - this parameter is ignored with BIO
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache
Author: markt
Date: Tue Sep 6 15:54:51 2011
New Revision: 1165728
URL: http://svn.apache.org/viewvc?rev=1165728&view=rev
Log:
More connector alignment - request header parsing
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache/coyote
Author: markt
Date: Tue Sep 6 15:55:53 2011
New Revision: 1165730
URL: http://svn.apache.org/viewvc?rev=1165730&view=rev
Log:
Remove unnecessary setting of timeout (will have been correctly set in
setRequestLineReadTimeout())
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Proces
https://issues.apache.org/bugzilla/show_bug.cgi?id=51773
Bug #: 51773
Summary: lost parameter value
Product: Tomcat 6
Version: 6.0.33
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: C
https://issues.apache.org/bugzilla/show_bug.cgi?id=51773
buzidao changed:
What|Removed |Added
OS/Version||Windows 7
--
Configure bugmail: https:/
Author: markt
Date: Tue Sep 6 16:05:29 2011
New Revision: 1165738
URL: http://svn.apache.org/viewvc?rev=1165738&view=rev
Log:
Align connectors - setting timeouts
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/H
Author: markt
Date: Tue Sep 6 16:16:28 2011
New Revision: 1165746
URL: http://svn.apache.org/viewvc?rev=1165746&view=rev
Log:
Connector alignment - final tweaks to the process method
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache
Author: markt
Date: Tue Sep 6 17:35:39 2011
New Revision: 1165765
URL: http://svn.apache.org/viewvc?rev=1165765&view=rev
Log:
Fix keep-alive broken by refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/Http1
Author: markt
Date: Tue Sep 6 18:39:41 2011
New Revision: 1165777
URL: http://svn.apache.org/viewvc?rev=1165777&view=rev
Log:
Fix timeouts broken by refactoring
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51773
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=51769
--- Comment #1 from Christopher Schultz
2011-09-06 20:17:01 UTC ---
Looks like jk_isapi_plugin.c::uri_is_web_inf is a little too liberal with it's
check:
static int uri_is_web_inf(const char *uri)
{
if (stristr(uri, "/web-inf")) {
Author: markt
Date: Tue Sep 6 22:56:40 2011
New Revision: 1165918
URL: http://svn.apache.org/viewvc?rev=1165918&view=rev
Log:
Handle infinite timeouts for both soTimeout and keepAliveTimeout
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
tomcat/trunk/java/or
Author: markt
Date: Tue Sep 6 23:07:00 2011
New Revision: 1165921
URL: http://svn.apache.org/viewvc?rev=1165921&view=rev
Log:
Pull up the process() method
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
tomcat/trunk/java/org/apache/coyote/http11/Http11Ap
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #13 from Mark Thomas 2011-09-06 23:15:59 UTC ---
It might appear that there hasn't been much progress on this but there has been
a lot going on behind the scenes.
1. The HTTP connectors have been refactored to reduce duplicatio
https://issues.apache.org/bugzilla/show_bug.cgi?id=51774
Bug #: 51774
Summary: java.lang.NoSuchMethodException thrown when starting
tomcat with security enabled and "tracking-mode" used
in web.xml
Product: Tomcat 7
25 matches
Mail list logo