https://issues.apache.org/bugzilla/show_bug.cgi?id=50989
--- Comment #1 from an...@deontik.com 2011-03-29 01:27:57 EDT ---
Created an attachment (id=26810)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26810)
Simple Hello World servlet for comparison with JSP (does not cause memory
le
https://issues.apache.org/bugzilla/show_bug.cgi?id=50989
Summary: JSP causing memory leaks under high load,
multi-version
Product: Tomcat 6
Version: 6.0.32
Platform: All
OS/Version: All
Status: NEW
Severit
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975
Aaron Johnson changed:
What|Removed |Added
Attachment #26808|Don't send content type for |Don't send content length
d
https://issues.apache.org/bugzilla/show_bug.cgi?id=50975
--- Comment #1 from Aaron Johnson 2011-03-28 18:05:44
EDT ---
Created an attachment (id=26808)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26808)
Don't send content type for chunked content
>From what I can tell, in the cas
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #13 from Brad Plies 2011-03-28 16:42:53
EDT ---
(In reply to comment #12)
> None of those requests use async processing. Unless you explicitly use Servlet
> 3.0 async APIs then isAsync() will always return false.
In our applic
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #12 from Mark Thomas 2011-03-28 16:03:53 EDT ---
(In reply to comment #11)
> (In reply to comment #10)
> > To address the isAsync() question I suspect that this is not the cause
> > since:
> > - the issue is with static content
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #11 from Brad Plies 2011-03-28 15:33:18
EDT ---
(In reply to comment #10)
> To address the isAsync() question I suspect that this is not the cause since:
> - the issue is with static content where async state is not changing
Ye
Author: markt
Date: Mon Mar 28 19:19:23 2011
New Revision: 1086352
URL: http://svn.apache.org/viewvc?rev=1086352&view=rev
Log:
Protect against things going wrong during access logging. An un-handled
exception here could trigger some unexpected code paths.
Possible contributing factor to
https://
Author: markt
Date: Mon Mar 28 19:15:06 2011
New Revision: 1086349
URL: http://svn.apache.org/viewvc?rev=1086349&view=rev
Log:
Move the processor.recycle calls to just before the point where the processor
is returned to the pool. This ensures returned processors are recycled (this
could have bee
Author: markt
Date: Mon Mar 28 19:10:31 2011
New Revision: 1086347
URL: http://svn.apache.org/viewvc?rev=1086347&view=rev
Log:
Always recycle unless it is an async request.
Possible contributing factor to
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 ?
Modified:
tomcat/trunk/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #10 from Mark Thomas 2011-03-28 15:04:59 EDT ---
I have been looking at this as well.
To address the isAsync() question I suspect that this is not the cause since:
- the issue is with static content where async state is not cha
https://issues.apache.org/bugzilla/show_bug.cgi?id=50957
--- Comment #9 from Brad Plies 2011-03-28 14:44:59
EDT ---
Brainstorming out loud after examining some Tomcat code...
In the witnessed case of receiving ImageA.gif as ImageB.gif, this suggests that
the same InternalOutputBuffer was re-use
Author: markt
Date: Mon Mar 28 12:16:47 2011
New Revision: 1086203
URL: http://svn.apache.org/viewvc?rev=1086203&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer
Author: markt
Date: Mon Mar 28 12:09:24 2011
New Revision: 1086201
URL: http://svn.apache.org/viewvc?rev=1086201&view=rev
Log:
Remove constant only used by tests
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Constants.java
tomcat/trunk/test/org/apache/coyote/http11/TestGzipOutputFi
There are no open issues in either of these projects. Since development
has essentially ceased, I made these read-only today. This can always be
reverted if someone gets an itch to start work on those versions.
Mark
-
To unsubscr
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #27 from Mark Thomas 2011-03-28 08:01:05 EDT ---
I'd managed to work out the system properties. I currently suspect issues with
my jaas.conf and/or krb5.conf or possibly the keytab file. Samples of those
would help although I am
https://issues.apache.org/bugzilla/show_bug.cgi?id=50872
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50872
Clive Nicholson changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVA
Hi,
Commons-daemon that goes with Tomcat 7.0.11 includes Tomcat7.sh init.d
example script. Out-of-the box, that script runs on default JVM, which
is for 32-bit Sun Java equal to 'Client' JVM.
I assume that starting tomcat on 'Server' JVM is generally better then
'Client' JVM. What do you thi
https://issues.apache.org/bugzilla/show_bug.cgi?id=12428
Mark Thomas changed:
What|Removed |Added
Component|Catalina|Catalina
Version|Nightly
Author: markt
Date: Mon Mar 28 08:49:49 2011
New Revision: 1086158
URL: http://svn.apache.org/viewvc?rev=1086158&view=rev
Log:
Update based on feedback
Fix typos
Modified:
tomcat/trunk/webapps/docs/windows-auth-howto.xml
Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml
URL:
http:/
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #26 from Michael Osipov <1983-01...@gmx.net> 2011-03-28 04:40:34
EDT ---
Mark,
here's what you need to make it run:
I expect you/someone to have an already working AD environment where the server
with tomcat running is registe
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679
--- Comment #3 from Mark Thomas 2011-03-28 04:25:56 EDT ---
Report on users list of similar issues on windows 2k8/ IIS 7.5:
http://markmail.org/message/obnvxffoc4wwy2x4
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cg
https://issues.apache.org/bugzilla/show_bug.cgi?id=50984
Mark Thomas changed:
What|Removed |Added
Version|7.0.10 |7.0.11
--- Comment #1 from Mark Thom
https://issues.apache.org/bugzilla/show_bug.cgi?id=50983
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Mon Mar 28 08:13:27 2011
New Revision: 1086148
URL: http://svn.apache.org/viewvc?rev=1086148&view=rev
Log:
Correct issue title
Modified:
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/xdocs/security-5.xml
tomcat/
On 27/03/2011 23:50, Konstantin Kolinko wrote:
> In
> http://svn.apache.org/viewvc?view=revision&revision=906443
>
> the description of CVE-2009-2901 was updated to say that it only
> affects Windows platforms.
>
> There might be reasons why deploy may fail on unixes as well (e.g.
> full disk). T
On 27/03/2011 23:10, Konstantin Kolinko wrote:
> 2011/3/26 :
>> Author: markt
>> Date: Sat Mar 26 16:45:26 2011
>> New Revision: 1085764
>>
>> URL: http://svn.apache.org/viewvc?rev=1085764&view=rev
>> Log:
>> Add some Windows authentication notes to the docs
>>
>> Added:
>>tomcat/trunk/webapps
https://issues.apache.org/bugzilla/show_bug.cgi?id=50984
Summary: Manager application fails to report stranded artifacts
when undeploying
Product: Tomcat 7
Version: 7.0.10
Platform: PC
OS/Version: Linux
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=50983
Summary: IE 7 & 8 issues with docx and xlsx file extention
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
--- Comment #5 from Ronald Klop 2011-03-28 03:09:58 EDT ---
Created an attachment (id=26803)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26803)
full stacktrace
Mmm, my (new) terminal doesn't copy what is outside the viewport
31 matches
Mail list logo