Author: jfclere
Date: Mon Apr 7 02:29:41 2008
New Revision: 645428
URL: http://svn.apache.org/viewvc?rev=645428&view=rev
Log:
Submitted by Ruediger Pluem. PR#44595
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
Modified: tomcat/trunk/java/org/apache/catalin
Author: jfclere
Date: Mon Apr 7 02:36:34 2008
New Revision: 645429
URL: http://svn.apache.org/viewvc?rev=645429&view=rev
Log:
Add proposal to back the enhancement that allows to check the
QueueSize of an executor via JMX.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=43642
jfclere <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
https://issues.apache.org/bugzilla/show_bug.cgi?id=44764
Summary: service wont start if JDK 6u5 is the only Java installed
Product: Tomcat 5
Version: 5.5.26
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: c
https://issues.apache.org/bugzilla/show_bug.cgi?id=44595
jfclere <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
Author: rjung
Date: Mon Apr 7 04:30:31 2008
New Revision: 645466
URL: http://svn.apache.org/viewvc?rev=645466&view=rev
Log:
Vote.
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=645466
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366
Rainer Jung <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|ASSIGNED|NEEDINFO
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #31 from Remy Maucherat <[EMAIL PROTECTED]> 2008-04-07 08:10:29
PST ---
I found a problem with the buffer resizing in conjunction with mark/reset.
Index: java/org/apache/tomcat/util/buf/CharChunk.java
=
https://issues.apache.org/bugzilla/show_bug.cgi?id=44766
Summary: Tomcat's EL implementation doesn't coerce custom Number
subclasses
Product: Tomcat 6
Version: 6.0.14
Platform: All
URL: http://jira.jboss.com/jira/browse/
https://issues.apache.org/bugzilla/show_bug.cgi?id=44767
Summary: Manager app does not prompt for credentials
Product: Tomcat 5
Version: 5.5.26
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769
Summary: Add ByteBuffer creation method to
org.apache.tomcat.jni.Stdlib
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769
Mladen Turk <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |ASSIGNED
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Severity|normal |enhancement
-
Author: fhanik
Date: Mon Apr 7 14:27:56 2008
New Revision: 645700
URL: http://svn.apache.org/viewvc?rev=645700&view=rev
Log:
votes
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=64570
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #32 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-07 14:27:43 PST
---
The mark/reset test case still fails. I'm looking into it but it is taking me
time to figure out exactly where the error is.
--
Configure bugmail: http
Author: markt
Date: Mon Apr 7 15:43:52 2008
New Revision: 645719
URL: http://svn.apache.org/viewvc?rev=645719&view=rev
Log:
Remy's resizing fix from bug 44494
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/CharChunk.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/CharChu
Author: markt
Date: Mon Apr 7 15:47:54 2008
New Revision: 645722
URL: http://svn.apache.org/viewvc?rev=645722&view=rev
Log:
All of the issues I was seeing with mark/reset were due to states that resulted
in a call to CharChunk.flushBuffer().
I tried many different ways to fix it but by far the s
Author: markt
Date: Mon Apr 7 15:52:19 2008
New Revision: 645723
URL: http://svn.apache.org/viewvc?rev=645723&view=rev
Log:
Propose final fixes for 44494.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/curren
Author: markt
Date: Mon Apr 7 15:52:38 2008
New Revision: 645724
URL: http://svn.apache.org/viewvc?rev=645724&view=rev
Log:
Propose final fixes for 44494.
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/tr
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
--- Comment #33 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-07 15:50:41 PST
---
I have a fix for this now. Thsi fix and Remy's fix above have been proposed for
6.0.x and 5.5.x
--
Configure bugmail: https://issues.apache.org/bugzill
https://issues.apache.org/bugzilla/show_bug.cgi?id=44767
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
On Mon, 2008-04-07 at 22:47 +, [EMAIL PROTECTED] wrote:
> Author: markt
> Date: Mon Apr 7 15:47:54 2008
> New Revision: 645722
>
> URL: http://svn.apache.org/viewvc?rev=645722&view=rev
> Log:
> All of the issues I was seeing with mark/reset were due to states that
> resulted in a call to Char
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
https://issues.apache.org/bugzilla/show_bug.cgi?id=44764
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Remy Maucherat wrote:
On Mon, 2008-04-07 at 22:47 +, [EMAIL PROTECTED] wrote:
Author: markt
Date: Mon Apr 7 15:47:54 2008
New Revision: 645722
URL: http://svn.apache.org/viewvc?rev=645722&view=rev
Log:
All of the issues I was seeing with mark/reset were due to states that
resulted in a cal
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
--- Comment #20 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-07 16:31:01 PST
---
Just to summarise:
Short term fix options:
- add %JAVA_HOME%\bin to the PATH
- copy %JAVA_HOME%\bin\mscvr71.dll to a folder on the path
A quick check
26 matches
Mail list logo