https://issues.apache.org/bugzilla/show_bug.cgi?id=46344
Summary: Two org.apache.AnnotationProcessor classes can cause
ClassCastExceptions
Product: Tomcat 6
Version: 6.0.18
Platform: All
OS/Version: All
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=46347
Summary: Endorsed option couldn't be overriden
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350
Summary: Maven repository should contain source bundles
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350
Marc Guillemot <[EMAIL PROTECTED]> changed:
What|Removed |Added
Depends on||46351
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=46351
Summary: Refactor a bit the build scripts
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
Summary: Apache 1.3 crashes inside mod_jk.so with selfsigned SSL
cert
Product: Tomcat Connectors
Version: 1.2.27
Platform: Macintosh
OS/Version: Mac OS X 10.4
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
--- Comment #1 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-05 03:57:26 PST ---
Line 659 is:
reply_timeout = ap_table_get(r->subprocess_env, "JK_REPLY_TIMEOUT");
So it seems we have trouble retrieving data from the httpd environment
v
https://issues.apache.org/bugzilla/show_bug.cgi?id=46347
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=46232
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
Author: markt
Date: Fri Dec 5 06:27:57 2008
New Revision: 723738
URL: http://svn.apache.org/viewvc?rev=723738&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46232
Don't override the endorsed dir if the user has set it
Based on a patch by Russ Tokuyama
Modified:
tomcat/trunk
Author: markt
Date: Fri Dec 5 06:41:37 2008
New Revision: 723744
URL: http://svn.apache.org/viewvc?rev=723744&view=rev
Log:
Propose fix
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=
https://issues.apache.org/bugzilla/show_bug.cgi?id=46232
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-12-05 06:42:35 PST ---
This has been fixed in trunk and proposed for 6.0.x.
I modified the proposed patch to cover the .bat file and to use the same method
as elsewhere in the .sh
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
--- Comment #2 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-05 07:55:49
PST ---
Yes, I built mod_jk.so myself -- Apple doesn't supply this with MacOSX, only
with MacOSX Server, and unlike mod_ssl the source used is not available
https://issues.apache.org/bugzilla/show_bug.cgi?id=46247
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Modified: tomcat/trunk/res/META-INF/LICENSE
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/LICENSE?rev=723775&r1=723774&r2=723775&view=diff
==
--- tomcat/trunk/res/META-INF/LICENSE (original)
+++ tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=46354
Summary: LIMIT_BUFFER setting causes arraycopy errors
Product: Tomcat 5
Version: 5.5.23
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46354
--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-12-05 09:04:34 PST ---
Upgrading to 5.5.27 may well fix this.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=46247
--- Comment #2 from Sebb <[EMAIL PROTECTED]> 2008-12-05 09:12:03 PST ---
Created an attachment (id=22998)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22998)
SVN property fixes
A few more SVN properties that seem to have
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
--- Comment #3 from Patrick Middleton <[EMAIL PROTECTED]> 2008-12-05 09:16:19
PST ---
so we have all the magic tested and working as per
http://developer.apple.com/technotes/tn2004/tn2123.html for enabling core
dumps, and even a CoreDu
https://issues.apache.org/bugzilla/show_bug.cgi?id=46354
--- Comment #2 from Ed Hill <[EMAIL PROTECTED]> 2008-12-05 09:16:25 PST ---
I will try, but nothing in the release notes jumped out at me...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You
Author: fhanik
Date: Fri Dec 5 09:36:09 2008
New Revision: 723802
URL: http://svn.apache.org/viewvc?rev=723802&view=rev
Log:
Query collection stats
Added:
tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/CreateTestTable.java
tomcat/trunk/modules/jdbc-pool/test/org/apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=46352
--- Comment #4 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-05 09:39:35 PST ---
(In reply to comment #3)
> so we have all the magic tested and working as per
> http://developer.apple.com/technotes/tn2004/tn2123.html for enabling core
>
Author: markt
Date: Fri Dec 5 09:48:41 2008
New Revision: 723803
URL: http://svn.apache.org/viewvc?rev=723803&view=rev
Log:
A few more properties
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/NioX509KeyManager.java
(props changed)
tomcat/trunk/modules/jdbc-pool/test/org
https://issues.apache.org/bugzilla/show_bug.cgi?id=46247
--- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-12-05 09:49:16 PST ---
Most of those are already set. I have updated the few that weren't.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
https://issues.apache.org/bugzilla/show_bug.cgi?id=46255
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=46247
Sebb <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolu
Author: fhanik
Date: Fri Dec 5 14:02:15 2008
New Revision: 723889
URL: http://svn.apache.org/viewvc?rev=723889&view=rev
Log:
Add the ability to configure a job queue size, and a timeout for how long we
want to try to add something to the queue.
Modified:
tomcat/trunk/java/org/apache/catalin
27 matches
Mail list logo