DO NOT REPLY [Bug 39637] - AJP13 connector does not handle chain of SSL client certificate

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39637


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #18333|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 01:52 ---
Created an attachment (id=19793)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19793&action=view)
Patch for tomcat-5.5.23

The patch is for JK and APR, I tested the JK connector, but didn't have the
resources to test it on APR.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39637] - AJP13 connector does not handle chain of SSL client certificate

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39637





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 01:52 ---
Created an attachment (id=19794)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19794&action=view)
Patch for tomcat-6.6.10


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39637] - AJP13 connector does not handle chain of SSL client certificate

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39637


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||PatchAvailable




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522269 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2007-03-25 Thread pero
Author: pero
Date: Sun Mar 25 07:40:32 2007
New Revision: 522269

URL: http://svn.apache.org/viewvc?view=rev&rev=522269
Log:
add some missing attributes

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?view=diff&rev=522269&r1=522268&r2=522269
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml 
Sun Mar 25 07:40:32 2007
@@ -12,6 +12,11 @@
type="java.lang.String"
writeable="false"/>
 
+
+
 
@@ -55,6 +60,20 @@
is="true"
type="boolean"/>
 
+
+
+
+  
+
+ 
   
 
   
 
+
+
 
@@ -122,6 +146,11 @@
 
+
+
 
 

svn commit: r522270 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2007-03-25 Thread pero
Author: pero
Date: Sun Mar 25 07:41:05 2007
New Revision: 522270

URL: http://svn.apache.org/viewvc?view=rev&rev=522270
Log:
set correct info message

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java?view=diff&rev=522270&r1=522269&r2=522270
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java 
Sun Mar 25 07:41:05 2007
@@ -140,7 +140,7 @@
  * The descriptive information about this implementation.
  */
 protected static final String info =
-"org.apache.catalina.valves.FastAccessLogValve/1.0";
+"org.apache.catalina.valves.AccessLogValve/2.0";
 
 
 /**



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35229] - alert user about expired certificates in client cert authentication in an understandable way

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35229


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 07:46 ---
Ralf, you've been a committer now for a while, though very quiet unfortunately.
 It certainly seems like no one else cares about this issue.  If you care enough
to fix it, feel free to reopen it and continue working on the patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35552] - JMS destination under

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35552


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 07:47 ---
I'm taking the lack of response to my explanation text request as lack of 
interest.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35746] - session manager should be immune to system clock time changes (solution provided)

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35746


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 07:50 ---
This seems like a nice academic and theoretical argument to me.  I too
contribute to a lot of open-source projects, and I do so with specific patch to
them: general discussions of how something might be done are nice, but useless.
 As you can see from the votes for this item and the lack of complaints about
it, ever, on any Tomcat mailing list, no one cares.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35765] - make the SSL cipher config in server.xml fail safe, i.e. 128+ bit strength by default

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35765


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 07:51 ---
Ralf, it's been two years almost since you filed this issue, and a few months
since you've been a committer with the ability to fix it yourself.  Since it
hasn't been done, and no one's complained or voted or even expressed interest,
I'm guessing it's not going to happen.  Unless you want to do it, in which case
feel free to reopen and then address the issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Yoav Shapira

Hi,
The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current
points to the 5.5 branch trunk, as it has been for a while.  Now that
we have a stable 6.0 release that would be considered "current" by
most definitions of the term, should we update
svn.apache.org/repos/asf/tomcat/current to retrieve 6.0?

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35079] - Should be able to specify DNS lookup timeout

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35079


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 07:57 ---
I agree with Bill Barker, this is bloat from the Tomcat perspective.  If you
don't want to take the DNS lookup delay risk, don't set enableLookups and
resolveHosts: you should do the host lookup in log analysis and processing, not
on a real running server.  Virtually all modern DNS servers allow you to
configure timeouts on queries: the specific instructions vary by server.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41856] - JSTL Tags does not work - ${TradeMap["\TradeList"]}" doesnt work

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41856


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:01 ---
"It works in WebSphere" is not a good argument, as WebSphere is far more lax
than Tomcat in many areas of Specification implementation.  Tomcat's stricter,
for better or worse.  I would suggest four things:

- Confirm this is a bug by asking on the Tomcat users mailing list,
- Try to listen to the error message you quote and don't escape strings within
the parameter name map, i.e, in this case remove the leader backslash from \T
- Do your testing on the latest stable Tomcat 6.0.10, or at least 5.5.20, as 5.0
is ancient and unlikely to get bugs fixed in a timely manner,
- If you confirm that this a bug against the latest stable Tomcat release,
please reopen this issue and attach a test WAR file we can use to reproduce your
issue.

FWIW, I ran through the TagUnit
(http://today.java.net/pub/a/today/2004/08/30/TagUnitIntro.html) tests on 5.5.20
recently and they worked just fine for me, including map accessors.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39589] - $CATALINA_BASE/shared/lib and $CATALINA_BASE/shared/classes libraries not found in specific deployments

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39589


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|major   |normal




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:05 ---
Peter, issues can be ignored for many reasons.  We appreciate your bug reports,
and as you can see no one has questioned its contents.  However, no one appears
to care enough to comment, vote, or provide a patch.  Please remember that most
of us are volunteers, we don't get paid to fix a specific bug.  That's why the
best chance for a speedy fix of this issue is if you provide a working patch as
an attachment to this Bugzilla item.

I'm also downgrading the severity of this issue, because there's an easy
workaround of putting the relevant class(es) or jar(s) in the webapp-specific
classloader repositories.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Mark Thomas
Yoav Shapira wrote:
> Hi,
> The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current
> points to the 5.5 branch trunk, as it has been for a while.

No it doesn't. /current contains three directories one for each of
tc3, tc4, tc5. It is intended to provide a convenient single checkout
for each of them as they require multiple components.

Since tc6 is a single component, there is no need to provide such a
directory.

Looking at http://tomcat.apache.org/svn.html it is badly in need of an
update. I'll do this now.

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37072] - Encoding mismatch in error condition

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37072


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:08 ---
The mailing list thread is here:
http://marc.info/?l=tomcat-dev&m=117280911532391&w=2


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522275 - in /tomcat/site/trunk: docs/security-4.html xdocs/security-4.xml

2007-03-25 Thread markt
Author: markt
Date: Sun Mar 25 08:08:43 2007
New Revision: 522275

URL: http://svn.apache.org/viewvc?view=rev&rev=522275
Log:
Add info on CVE-2002-0639

Modified:
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/xdocs/security-4.xml

Modified: tomcat/site/trunk/docs/security-4.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?view=diff&rev=522275&r1=522274&r2=522275
==
--- tomcat/site/trunk/docs/security-4.html (original)
+++ tomcat/site/trunk/docs/security-4.html Sun Mar 25 08:08:43 2007
@@ -586,6 +586,41 @@
 
 
 
+
+
+
+
+
+Not a vulnerability in Tomcat
+
+
+
+
+
+
+
+
+
+Denial of service vulnerability
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0936";>
+   CVE-2002-0639
+
+The issue described requires an attacker to be able to plant a JSP page
+   on the Tomcat server. If an attacker can do this then the server is
+   already compromised. In this case an attacker could just as easily add a
+   page that called System.exit(1) rather than relying on a bug in an
+   internal Sun class.
+
+  
+
+
+
+
+
+
+
+
+
 
 
 

Modified: tomcat/site/trunk/xdocs/security-4.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-4.xml?view=diff&rev=522275&r1=522274&r2=522275
==
--- tomcat/site/trunk/xdocs/security-4.xml (original)
+++ tomcat/site/trunk/xdocs/security-4.xml Sun Mar 25 08:08:43 2007
@@ -207,6 +207,19 @@
 
 Affects: 4.0.4?
   
+
+  
+Denial of service vulnerability
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0936";>
+   CVE-2002-0639
+The issue described requires an attacker to be able to plant a JSP page
+   on the Tomcat server. If an attacker can do this then the server is
+   already compromised. In this case an attacker could just as easily add a
+   page that called System.exit(1) rather than relying on a bug in an
+   internal Sun class.
+
+  
+
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Filip Hanik - Dev Lists


+1

Yoav Shapira wrote:

Hi,
The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current
points to the 5.5 branch trunk, as it has been for a while.  Now that
we have a stable 6.0 release that would be considered "current" by
most definitions of the term, should we update
svn.apache.org/repos/asf/tomcat/current to retrieve 6.0?

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37674] - Windows EXE fails to pass spaces in JVMTI -javaagent option

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37674


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:09 ---
On Windows it's up to you to put paths with spaces in quotation marks when
passing them as configuration parameters to Java.  This is not a Tomcat issue
per se.  Instead of 
-javaagent:C:\Program Files\Apache Software Foundation\Tomcat 5.5
\shared\lib\glassbox\aspectjweaver.jar
do
-javaagent:"C:\\Program Files\\Apache Software Foundation\\Tomcat 5.5
\\shared\\lib\\glassbox\\aspectjweaver.jar"

Similar paths work for me.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38046] - apache-tomcat-5.5.14-deployer doesn't work (IllegalStateException: No Java compiler available)

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38046


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
Version|Nightly Build   |5.5.20




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:10 ---
Updating version to 5.5.20.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38118] - Cant delete Data Source / Mail Sessions

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38118


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:15 ---
Works perfectly for me, both creating and deleting, on 5.5.20.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40211] - Compiled JSP don't indent HTML code

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40211


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:21 ---
What indent option are you talking about?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40114] - Session inadvertently "hijacked" by different after server restart

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40114


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:22 ---
Can't reproduce this on 5.5.23 or 6.0.10.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Yoav Shapira

Hi,

On 3/25/07, Mark Thomas <[EMAIL PROTECTED]> wrote:

Yoav Shapira wrote:
> Hi,
> The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current
> points to the 5.5 branch trunk, as it has been for a while.

No it doesn't. /current contains three directories one for each of
tc3, tc4, tc5. It is intended to provide a convenient single checkout
for each of them as they require multiple components.


Ah, you're right.  I had aliased it to current/tc5.5.x locally.


Since tc6 is a single component, there is no need to provide such a
directory.


I wonder if we should still have current/tc6 for consistency.

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522281 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 08:28:12 2007
New Revision: 522281

URL: http://svn.apache.org/viewvc?view=rev&rev=522281
Log:
Bugzilla 39875: minor cleanup in RealmBase.init to avoid a possible NPE when 
getting logger.

Modified:

tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java?view=diff&rev=522281&r1=522280&r2=522281
==
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java
 Sun Mar 25 08:28:12 2007
@@ -1325,10 +1325,19 @@
 }
 
 protected boolean initialized=false;
-
+
+/**
+ * Initialize this Realm.  If it's already been
+ * initialized, do nothing.
+ */
 public void init() {
-this.containerLog = container.getLogger();
+// Bugzilla 39875: if already initialized, do nothing
 if( initialized && container != null ) return;
+
+// We want logger as soon as possible
+if (container != null) {
+this.containerLog = container.getLogger();
+}
 
 initialized=true;
 if( container== null ) {

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522281&r1=522280&r2=522281
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 08:28:12 2007
@@ -24,6 +24,9 @@
 41752 Correct error message on exception in MemoryRealm.
 (markt)
   
+  
+39875 Minor cleanup in RealmBase.init, as requested by 
Takayoshi Kimura. (yoavs)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39875] - RealmBase#init() needs cleanup

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39875


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:28 ---
Thank you for reporting this.  I've fixed it in SVN, and the fix should be
available in the 5.5.24 release.
 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Filip Hanik - Dev Lists

Mark Thomas wrote:

Yoav Shapira wrote:
  

Hi,
The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current
points to the 5.5 branch trunk, as it has been for a while.



No it doesn't. /current contains three directories one for each of
tc3, tc4, tc5. It is intended to provide a convenient single checkout
for each of them as they require multiple components.
  

well, that takes care of my vote :)

Since tc6 is a single component, there is no need to provide such a
directory.

Looking at http://tomcat.apache.org/svn.html it is badly in need of an
update. I'll do this now.

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522283 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/context.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 08:37:12 2007
New Revision: 522283

URL: http://svn.apache.org/viewvc?view=rev&rev=522283
Log:
Bugzilla 39883: add documentation warning about the use of the 
antiResourceLocking flag on a webapp outside the Host's appBase.

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/config/context.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522283&r1=522282&r2=522283
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 08:37:12 2007
@@ -35,6 +35,10 @@
 Update host configuration document for new behaviour for directories
 in appBase. (markt)
   
+  
+39883  Add note to context configuration document about 
using
+  antiResourceLocking on a webapp outside the Host's appBase 
directory. (yoavs)
+  
 
   
 

Modified: tomcat/container/tc5.5.x/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/context.xml?view=diff&rev=522283&r1=522282&r2=522283
==
--- tomcat/container/tc5.5.x/webapps/docs/config/context.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/context.xml Sun Mar 25 
08:37:12 2007
@@ -246,6 +246,14 @@
 including the disabling of JSP reloading in a running server: see
 http://issues.apache.org/bugzilla/show_bug.cgi?id=37668";>Bugzilla 
37668.
 
+
+Please note that setting this flag to true in applications that are
+outside the appBase for the Host (the webapps directory
+by default) will cause the application to be
+deleted on Tomcat shutdown.  You probably don't want 
to
+do this, so think twice before setting antiResourceLocking=true on a 
webapp
+that's outside the appBase for its Host.
+
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39883] - using antiResourceLocking in context.xml outside of webapp dir causes app delete on shutdown

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39883


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:37 ---
You're right, this should be in the docs somewhere.  I've added a bold-type
warning to the antiResourceLocking configuration documentation.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522286 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/context.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 08:44:59 2007
New Revision: 522286

URL: http://svn.apache.org/viewvc?view=rev&rev=522286
Log:
Bugzilla 39883: add documentation warning about the use of antiResourceLocking 
on a webapp that's outside th Host's appBase.

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=522286&r1=522285&r2=522286
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Mar 25 08:44:59 2007
@@ -40,6 +40,10 @@
 41752 Correct error message on exception in MemoryRealm.
 (markt)
   
+  
+39883 Add documentation warning about using 
antiResourceLocking
+on a webapp outside the Host's appBase. (yoavs)
+  
 
   
   

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?view=diff&rev=522286&r1=522285&r2=522286
==
--- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Sun Mar 25 08:44:59 
2007
@@ -241,6 +241,15 @@
 including the disabling of JSP reloading in a running server: see
 http://issues.apache.org/bugzilla/show_bug.cgi?id=37668";>Bugzilla 
37668.
 
+
+
+Please note that setting this flag to true in applications that are
+outside the appBase for the Host (the webapps directory
+by default) will cause the application to be
+deleted on Tomcat shutdown.  You probably don't want 
to
+do this, so think twice before setting antiResourceLocking=true on a 
webapp
+that's outside the appBase for its Host.
+
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522289 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 08:56:39 2007
New Revision: 522289

URL: http://svn.apache.org/viewvc?view=rev&rev=522289
Log:
Bugzilla 39866: avoid duplicate cluster manager names being appended to each 
other.

Modified:

tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java?view=diff&rev=522289&r1=522288&r2=522289
==
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
 Sun Mar 25 08:56:39 2007
@@ -620,20 +620,36 @@
 }
 
 /**
- * @param name
- * @param manager
- * @return
+ * Returns the name for the cluster manager.  This name
+ * depends on whether the cluster manager is defined inside
+ * a Host or an Engine.
+ *
+ * See also Bugzilla 39866:
+ * http://issues.apache.org/bugzilla/show_bug.cgi?id=39866
+ *
+ * @param name The current name
+ * @param manager The cluster manager implementation
+ * @return The name to use for the cluster manager
  */
 private String getManagerName(String name, Manager manager) {
-String clusterName = name ;
-if(getContainer() instanceof Engine) {
-Container context = manager.getContainer() ;
-if(context != null && context instanceof Context) {
+String clusterName = name;
+
+if (getContainer() instanceof Engine) {
+Container context = manager.getContainer();
+
+if (context instanceof Context) {
 Container host = ((Context)context).getParent();
-if(host != null && host instanceof Host)
-clusterName = host.getName()  + name ;
+
+if (host instanceof Host) {
+// Bugzilla 39866 shows duplicate names
+// http://issues.apache.org/bugzilla/show_bug.cgi?id=39866
+if (! (host.getName().equals(name))) {
+clusterName = host.getName() + name;
+}
+}
 }
 }
+
 return clusterName;
 }
 

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522289&r1=522288&r2=522289
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 08:56:39 2007
@@ -41,6 +41,13 @@
   
 
   
+  
+
+  
+39866 Duplicate names appended to cluster manager name. 
(yoavs)
+  
+
+ 
 
 
 
@@ -467,7 +474,6 @@
   
 
  
-
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39866] - Context manager name isn't reset correctly after reload, in a cluster.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39866


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 08:57 ---
I see what you mean, and I traced it to the getManagerName method in
org.apache.catalina.cluster.tcp.SimpleTcpCluster.  I think I've put in a simple
and safe fix in SVN right now, but I'm not the clustering expert, so it'd be
great if someone else could test it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40534] - JMX Monitoring in Tomcat

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40534


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:02 ---
If you want to tweak your script and contribute your patched script, that would
be much appreciated.  But I think Jess is correct, and I use his approach as 
well.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522290 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2007-03-25 Thread markt
Author: markt
Date: Sun Mar 25 09:03:27 2007
New Revision: 522290

URL: http://svn.apache.org/viewvc?view=rev&rev=522290
Log:
Merge the tc6 info into the main body of the page

Modified:
tomcat/site/trunk/docs/svn.html
tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?view=diff&rev=522290&r1=522289&r2=522290
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Sun Mar 25 09:03:27 2007
@@ -206,40 +206,6 @@
 
 
 
-
-Repository Structure for Tomcat 6
-
-
-
-
-
-
-
-
-
-The root of the repository is
-http://svn.apache.org/repos/asf/tomcat/tc6.0.x";>
-http://svn.apache.org/repos/asf/tomcat/tc6.0.x/. Unlike
-previous releases, Tomcat 6 has a unified source repository.
-
-
-Note: The rest of this page only applies to Tomcat 3, 4 and 5.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 Repository Structure
 
@@ -275,7 +241,7 @@
 /build/
 
 
-Resources used to build the distributions for TC5.x onwards
+Resources used to build the distributions for Tomcat 5.x
   
   
 
@@ -283,7 +249,7 @@
 /container/
 
 
-The core Tomcat code
+The core Tomcat code for Tomcat 3.x, 4.x and 5.x
   
   
 
@@ -291,7 +257,7 @@
 /current/
 
 
-Single directory checkouts for each major version
+Single directory checkouts for Tomcat 3.x, 4.x and 5.x
   
   
 
@@ -299,7 +265,7 @@
 /connectors/
 
 
-The HTTP and AJP implementation code
+The HTTP and AJP implementation code for Tomcat 3.x, 4.x and 5.x
   
   
 
@@ -307,7 +273,7 @@
 /jasper/
 
 
-Apache Tomcat's JSP engine
+The JSP engine implmentation for Tomcat 4.x and 5.x
   
   
 
@@ -315,7 +281,7 @@
 /servletapi/
 
 
-The Servlet and JSP APIs
+The Servlet and JSP APIs for Tomcat 3.x, 4.x and 5.x
   
   
 
@@ -327,11 +293,19 @@
   
   
 
+http://svn.apache.org/repos/asf/tomcat/tc6.0.x";>
+/tc6.0.x/
+
+
+All modules for Tomcat 6.0.x in a single unified tree
+  
+  
+
 http://svn.apache.org/repos/asf/tomcat/watchdog";>
 /watchdog/
 
 
-Specification compliance test harness for Apache Tomcat 3.x and 
4.x
+Specification compliance test harness for Tomcat 3.x and 4.x
   
 
 
@@ -359,11 +333,13 @@
 
 
 
-To simplify checkouts of the latest sources for each major version of Apache
-Tomcat, a Subversion feature called externals has been used. This groups all 
-the modules for a major Apache Tomcat release as sub-directories of a single
-directory and enables them to be checked out in a single command. The modules
-included for each version are listed in the section below.
+Sources for Tomcat 6 are available from a single module.
+Tomcat 3, 4 and 5 each requires sources from multiple modules. To simplify
+checkouts of the latest sources for Tomcat 3, 4 and 5, a Subversion feature
+called externals has been used. This groups all the modules for these major
+Tomcat versions as sub-directories of a single directory and enables them to
+be checked out in a single command. The modules included for each version are
+listed in the section below.
 
 There are some caveats to remember. Since all the subdirectories are still
 really different slices from the repository, relative paths won't always work
@@ -379,6 +355,10 @@
 URL
   
   
+6.0.x
+http://svn.apache.org/repos/asf/tomcat/tc6.0.x
+  
+  
 5.5.x
 http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x
   
@@ -392,8 +372,8 @@
   
 
 
-Note that if you view these directories in your browser they will
-appear to be empty.
+Note that if you view the directories for Tomcat 3, 4 or 5 in your browser
+they will appear to be empty due to the use of externals.
 
 
 
@@ -418,6 +398,17 @@
 
 
 
+Tomcat 6.0.x is built from the following modules under
+http://svn.apache.org/repos/asf/tomcat";>
+http://svn.apache.org/repos/asf/tomcat:
+
+  
+http://svn.apache.org/repos/asf/tomcat/tc6.0.x";>
+/tc6.0.x
+
+
+
+
 Tomcat 5.5.x is built from the following modules under
 http://svn.apache.org/repos/asf/tomcat";>
 http://svn.apache.org/repos/asf/tomcat:
@@ -535,6 +526,8 @@
 The Subversion repository has been structured using the following 
principles:
 
 
+  New major versions (after Tomcat 5.x) should use a single integraeted
+  source repository.
   Each current module should appear directly under the 
   tomcat directory.
   Modules no longer used (eg tools service) should be clearly marked as

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?view=diff&rev=522290&r1=522289&r2=522290
==
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Sun Mar 25 09:03:27 2007
@@ -20,18 +20,6 @@
 
 
 
-
-
-
-The root of the repository is
-http://s

Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Mark Thomas
Yoav Shapira wrote:
> On 3/25/07, Mark Thomas <[EMAIL PROTECTED]> wrote:
>> Since tc6 is a single component, there is no need to provide such a
>> directory.
> 
> I wonder if we should still have current/tc6 for consistency.

-0. I can see the benefit of consistency but I don't like the idea
because:
- apart from offering consistency, it serves no useful purpose
- if someone tags the external by mistake the tag will be useless

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40593] - HttpSessionListener#sessionDestroyed is not called though the manager's pathname is emply.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40593


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:04 ---
Either Mark or Suzuki: did you ever develop a patch for this?  If so, please
attach it to this item (or in Mark's case, just commit it).  I'll be glad to
review it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40712] - Realm admin error.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40712





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:04 ---
I think the general direction we're doing is not spending any additional time on
the admin webapp.  Of course, if someone wants to do this, they're welcome.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Ian Darwin

+1

Ian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40766] - Using an unsecure jsessionid with mod_proxy_ajp over https

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40766


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:06 ---
This is a real hornet's nest, setting secure to false on an https connection
over a proxy.  I don't see anyone else expressing interest in or voting for this
item.  I'm going to change it to an enhancement request, I think, to be able to
deal with this scenario, but I don't quite see it getting implemented anytime 
soon.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40925] - APR connector JVM crash

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40925


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:08 ---
I'm taking the lack of response to mean no interest or that the problem has been
solved otherwise.  Personally, running the APR connector on Fedora Core 5 has
been fine for me.

Original poster, if you reopen this, please try the latest stable Tomcat version
and update the bug's Version field accordingly.

The general advice for internal JVM errors like this is to make sure you have
all your operating system-level patches installed and up to date.  Not having
said patches is the cause of the error in virtually every such case I've ever 
seen.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32017] - Tomcat 5.5 manager fails to undeploy Struts app

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32017


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:09 ---
No response for over a month so I am closing this as works for me. If you still
see this issue on the latest 5.5.x release please provide the information
requested in my previous comment.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522295 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java container/tc5.5.x/webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 09:20:23 2007
New Revision: 522295

URL: http://svn.apache.org/viewvc?view=rev&rev=522295
Log:
Bugzilla 40960: throw SocketTimeoutException, not parent IOException, if a 
socket timeout ocurs, in InternalAprInputBuffer.

Modified:

tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java?view=diff&rev=522295&r1=522294&r2=522295
==
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java
 Sun Mar 25 09:20:23 2007
@@ -20,6 +20,7 @@
 
 import java.io.IOException;
 import java.io.EOFException;
+import java.net.SocketTimeoutException;
 import java.nio.ByteBuffer;
 
 import org.apache.tomcat.jni.Socket;
@@ -822,7 +823,11 @@
 bbuf.get(buf, 0, nRead);
 lastValid = nRead;
 } else {
-throw new IOException(sm.getString("iib.failedread"));
+if ((-nRead) == Status.ETIMEDOUT || (-nRead) == Status.TIMEUP) 
{
+throw new 
SocketTimeoutException(sm.getString("iib.failedread"));
+} else {
+throw new IOException(sm.getString("iib.failedread"));
+}
 }
 
 }

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522295&r1=522294&r2=522295
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 09:20:23 2007
@@ -41,6 +41,14 @@
   
 
   
+  
+
+  
+40960 Inconsistent exception type thrown on socket timeout 
in
+  InternalAprInputBuffer.  Patch by Christophe Pierret. (yoavs)
+  
+
+  
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40960] - Timeout when reading from underlying socket does throw IOException with APR and SocketTimeoutException without APR

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40960


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:21 ---
You're right, this is a regression bug inconsistency, and I've run into it
myself.  I've just put in your patch on the 5.5 branch, in time for the next
release (5.5.24).  Thank you for contributing it.

It might also need to be applied in the Tomcat 6 tree, but I haven't checked and
there have been other relevant changes to the connector on that branch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41070] - Autodeployer takes war file while it is not yet fully written

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41070


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:22 ---
I'm interpreting the lack of response as lack of interest or as happiness with
the alternatives mark suggested.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41170] - single crlf in header termination crashes app.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41170


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:23 ---
Con, we've had a few mod_jk releases since your bug post.  Can you please
confirm that this issue still happens with the latest mod_jk (1.2.21 I believe)
and Tomcat (6.0.10 or 5.5.23)?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41281] - provide a property to the wepapp loader classloader to pick classes from more than web-inf/classes location

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41281


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:24 ---
I've tested it in Tomcat 6, and it works nicely.  For Tomcat 5.x, I think this
is too big a scope, so if you want it, either write a custom Loader or take the
Tomcat 6 Virtual loader Tim mentioned and back-port it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41330] - jk 1.2 Connection handling causes unexpected results.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41330


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:25 ---
Ping to Russel: I too am curious whether you can reproduce this on mod_jk 1.2.19
or later (preferably 1.2.21), using the option(s) Rainer mentioned.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41361] - Content lost when read by a slow client.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41361





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:26 ---
I also can't reproduce this on standalone Tomcat using default HTTP/1.1
connector on Windows XP.  

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522298 - in /tomcat/container/tc5.5.x: catalina/src/bin/catalina-tasks.xml webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 09:32:37 2007
New Revision: 522298

URL: http://svn.apache.org/viewvc?view=rev&rev=522298
Log:
Bugzilla 41477: add commons-el.jar to bin/catalina-tasks.xml to support jasper2 
task with EL.

Modified:
tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml?view=diff&rev=522298&r1=522297&r2=522298
==
--- tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml (original)
+++ tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml Sun Mar 25 
09:32:37 2007
@@ -16,6 +16,7 @@
   
   
   
+  
 
   
 

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522298&r1=522297&r2=522298
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 09:32:37 2007
@@ -27,6 +27,10 @@
   
 39875 Minor cleanup in RealmBase.init, as requested by 
Takayoshi Kimura. (yoavs)
   
+  
+41477 Add commons-el.jar to bin/catalina-tasks.xml, 
required for jasper2 tasks
+  using EL. Patch by Daniel Santos. (yoavs)
+  
 
   
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41477] - bin/catalina-tasks.xml doesn't work with jasper2 task

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41477


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:32 ---
Good catch, patch applied -- thank you.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41564] - service.bat does not install tomcat as a service properly on Windows Vista

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41564


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:33 ---
Can you help us out please?  I don't have Windows Vista to develop a patch on.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41709] - When calling the API that relates to the buffer after the response is committed, ISE with no messages is thrown.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41709


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:34 ---
If you tell us what message you want to see, I'll be glad to add them.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41504] - Illegal access: this web application instance has been stopped already

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41504


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 09:37 ---
The MARC at AIMS message you mention had a different problem: blank docBase is
not acceptable.

I'm closing this issue until a test WAR is provide that allows us to reproduce 
it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread William A. Rowe, Jr.
Mark Thomas wrote:
> Yoav Shapira wrote:
>> On 3/25/07, Mark Thomas <[EMAIL PROTECTED]> wrote:
>>> Since tc6 is a single component, there is no need to provide such a
>>> directory.
>> I wonder if we should still have current/tc6 for consistency.
> 
> -0. I can see the benefit of consistency but I don't like the idea
> because:
> - apart from offering consistency, it serves no useful purpose
> - if someone tags the external by mistake the tag will be useless

The day that current-current becomes a stable-current (e.g. 6.0 gels,
and the next effort will become 6.1, 6.5, 7.0) - actually from the
day its released, doesn't it make sense to start directing maintainers
to the constant (tc6.0) tag so that current-current can progress?

Otherwise, if you wait from the point that 6.1, 7.0 actually begins,
instead of the timeframe 6.0 goes into stabilization, the change seems
to become exponentially more disruptive when it comes to pass :)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread David Jencks


On Mar 25, 2007, at 12:43 PM, William A. Rowe, Jr. wrote:


Mark Thomas wrote:

Yoav Shapira wrote:

On 3/25/07, Mark Thomas <[EMAIL PROTECTED]> wrote:

Since tc6 is a single component, there is no need to provide such a
directory.

I wonder if we should still have current/tc6 for consistency.


-0. I can see the benefit of consistency but I don't like the idea
because:
- apart from offering consistency, it serves no useful purpose
- if someone tags the external by mistake the tag will be useless


The day that current-current becomes a stable-current (e.g. 6.0 gels,
and the next effort will become 6.1, 6.5, 7.0) - actually from the
day its released, doesn't it make sense to start directing maintainers
to the constant (tc6.0) tag so that current-current can progress?

Otherwise, if you wait from the point that 6.1, 7.0 actually begins,
instead of the timeframe 6.0 goes into stabilization, the change seems
to become exponentially more disruptive when it comes to pass :)


I'm afraid I can't tell what you are recommending from the above.

My experience with svn externals is that they look like they will be  
really great but turn out to be a big pain in practice.  Since  
externals are no longer needed to reorganize the source tree how  
about checking in a little notice into current/tc6+ indicating where  
the source actually is.


thanks
david jencks





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/config/http.xml

2007-03-25 Thread fhanik
Author: fhanik
Date: Sun Mar 25 10:19:39 2007
New Revision: 522303

URL: http://svn.apache.org/viewvc?view=rev&rev=522303
Log:
Implemented a one time parachute for java heap oom. Should give the system 
enough room to properly report the error and clear the caches. everything else 
will be up to the developer at that time

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java?view=diff&rev=522303&r1=522302&r2=522303
==
--- tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java 
Sun Mar 25 10:19:39 2007
@@ -34,13 +34,13 @@
 import org.apache.coyote.RequestGroupInfo;
 import org.apache.coyote.RequestInfo;
 import org.apache.tomcat.util.modeler.Registry;
+import org.apache.tomcat.util.net.NioChannel;
 import org.apache.tomcat.util.net.NioEndpoint;
 import org.apache.tomcat.util.net.NioEndpoint.Handler;
-import org.apache.tomcat.util.res.StringManager;
-import org.apache.tomcat.util.net.NioChannel;
 import org.apache.tomcat.util.net.SSLImplementation;
 import org.apache.tomcat.util.net.SecureNioChannel;
 import org.apache.tomcat.util.net.SocketStatus;
+import org.apache.tomcat.util.res.StringManager;
 
 
 /**
@@ -534,6 +534,11 @@
 setAttribute("timeout", "" + timeouts);
 }
 
+public void setOomParachute(int oomParachute) {
+ep.setOomParachute(oomParachute);
+setAttribute("oomParachute",oomParachute);
+}
+
 //   SSL related properties 
 
 public String getKeystoreFile() { return ep.getKeystoreFile();}
@@ -585,6 +590,10 @@
 Http11ConnectionHandler(Http11NioProtocol proto) {
 this.proto = proto;
 }
+
+public void releaseCaches() {
+recycledProcessors.clear();
+}
 
 public SocketState event(NioChannel socket, SocketStatus status) {
 Http11NioProcessor result = connections.get(socket);
@@ -742,6 +751,10 @@
 
 public String getDomain() {
 return domain;
+}
+
+public int getOomParachute() {
+return ep.getOomParachute();
 }
 
 public ObjectName preRegister(MBeanServer server,

Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diff&rev=522303&r1=522302&r2=522303
==
--- tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Sun 
Mar 25 10:19:39 2007
@@ -17,6 +17,7 @@
 
 package org.apache.tomcat.util.net;
 
+import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;
 import java.net.InetAddress;
@@ -54,7 +55,6 @@
 import org.apache.tomcat.util.IntrospectionUtils;
 import org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler;
 import org.apache.tomcat.util.res.StringManager;
-import java.io.File;
 
 /**
  * NIO tailored thread pool, providing the following services:
@@ -160,7 +160,32 @@
 /**
  * use send file
  */
-private boolean useSendfile = true;
+protected boolean useSendfile = true;
+
+/**
+ * The size of the OOM parachute.
+ */
+protected int oomParachute = 1024*1024;
+/**
+ * The oom parachute, when an OOM error happens, 
+ * will release the data, giving the JVM instantly 
+ * a chunk of data to be able to recover with.
+ */
+protected byte[] oomParachuteData = null;
+
+/**
+ * Make sure this string has already been allocated
+ */
+protected static final String oomParachuteMsg = 
+"SEVERE:Memory usage is low, parachute is non existent, your system 
may start failing.";
+
+/**
+ * Keep track of OOM warning messages.
+ */
+long lastParachuteCheck = System.currentTimeMillis();
+
+
+
 
 
 /**
@@ -587,13 +612,48 @@
 this.useSendfile = useSendfile;
 }
 
+public void setOomParachute(int oomParachute) {
+this.oomParachute = oomParachute;
+}
+
+public void setOomParachuteData(byte[] oomParachuteData) {
+this.oomParachuteData = oomParachuteData;
+}
+
 protected SSLContext sslContext = null;
 public SSLContext getSSLContext() { return sslContext;}
 public void setSSLContext(SSLContext c) { sslContext = c;}
 
-// --

svn commit: r522314 - in /tomcat/container/tc5.5.x/modules: cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2007-03-25 Thread fhanik
Author: fhanik
Date: Sun Mar 25 10:46:37 2007
New Revision: 522314

URL: http://svn.apache.org/viewvc?view=rev&rev=522314
Log:
Backport for manager name from Tomcat 6 to Tomcat 5.5

Modified:

tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java

tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java?view=diff&rev=522314&r1=522313&r2=522314
==
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java
 Sun Mar 25 10:46:37 2007
@@ -623,33 +623,24 @@
  * Returns the name for the cluster manager.  This name
  * depends on whether the cluster manager is defined inside
  * a Host or an Engine.
- *
- * See also Bugzilla 39866:
- * http://issues.apache.org/bugzilla/show_bug.cgi?id=39866
- *
+ * Should the cluster be defined in the Engine element, the manager name
+ * is Host.getName+"#"+Context.getManager().getName()
+ * otherwise the name is simply Context.getManager().getName()
  * @param name The current name
  * @param manager The cluster manager implementation
  * @return The name to use for the cluster manager
  */
-private String getManagerName(String name, Manager manager) {
-String clusterName = name;
-
-if (getContainer() instanceof Engine) {
-Container context = manager.getContainer();
-
-if (context instanceof Context) {
+public String getManagerName(String name, Manager manager) {
+String clusterName = name ;
+if ( clusterName == null ) clusterName = 
manager.getContainer().getName();
+if(getContainer() instanceof Engine) {
+Container context = manager.getContainer() ;
+if(context != null && context instanceof Context) {
 Container host = ((Context)context).getParent();
-
-if (host instanceof Host) {
-// Bugzilla 39866 shows duplicate names
-// http://issues.apache.org/bugzilla/show_bug.cgi?id=39866
-if (! (host.getName().equals(name))) {
-clusterName = host.getName() + name;
-}
-}
+if(host != null && host instanceof Host && clusterName!=null 
&& !(clusterName.indexOf("#")>=0))
+clusterName = host.getName() +"#" + clusterName ;
 }
 }
-
 return clusterName;
 }
 

Modified: 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?view=diff&rev=522314&r1=522313&r2=522314
==
--- 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
 Sun Mar 25 10:46:37 2007
@@ -546,18 +546,25 @@
 }
 
 /**
- * @param name
- * @param manager
- * @return
+ * Returns the name for the cluster manager.  This name
+ * depends on whether the cluster manager is defined inside
+ * a Host or an Engine.
+ * Should the cluster be defined in the Engine element, the manager name
+ * is Host.getName+"#"+Context.getManager().getName()
+ * otherwise the name is simply Context.getManager().getName()
+ * @param name The current name
+ * @param manager The cluster manager implementation
+ * @return The name to use for the cluster manager
  */
 public String getManagerName(String name, Manager manager) {
 String clusterName = name ;
+if ( clusterName == null ) clusterName = 
manager.getContainer().getName();
 if(getContainer() instanceof Engine) {
 Container context = manager.getContainer() ;
 if(context != null && context instanceof Context) {
 Container host = ((Context)context).getParent();
-if(host != null && host instanceof Host)
-clusterName = host.getName()  + name ;
+if(host != null && host instanceof Host && clusterName!=null 
&& !(clusterName.indexOf("#")>=0))
+clusterName = host.getName() +"#" + clusterName ;
 }
 }
 return clusterName;



---

DO NOT REPLY [Bug 38898] - Tomcat service fails without error message

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38898


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38898] - Tomcat service fails without error message

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38898





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 13:45 ---
I agree it's not a Tomcat bug, but a combination of the JVM and its environment
(operating system, and more likely, operating system patch levels).  We run
Tomcat 5.5, including 5.5.15, on various Linux JDK 5 installs, and haven't ever
seen this problem.

The one think I would like to fix, though, is making the OutOfMemoryError an
ERROR-level logging message, not INFO.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41939] - NPE in Logging due to classloading

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41939


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 13:51 ---
I doublt we should adjust very well-tested classloader because your packaging is
messed up.  It's your responsibility (or the responsibility of whoever packages
your webapp) to not include duplicate and/or conflicting versions of its
dependent libraries.

If you can't do this, at the very least you will want to separate Tomcat's
logging libs from your own, perhaps by moving the commons-logging stuff from
$CATALINA_HOME/common/lib to $CATALINA_HOME/server/lib.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34801] - PATCH: CGIServlet does not terminate child after a timeout

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34801





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 13:52 ---
My vote is -0 on the timeout.  Mark, if you feel like doing this, great, I won't
stand in the way.  But if not, let's close this Bugzilla issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39603] - admin application does not display contexts under host when in a Tomcat cluster

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39603


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|5.0.17  |5.5.20




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 13:53 ---
Updating version to 5.5.20.  Thanks Tim.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41944] New: - Start running the RAT tool to see where we're missing license headers, etc.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41944

   Summary: Start running the RAT tool to see where we're missing
license headers, etc.
   Product: Tomcat 6
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Now that the RAT release verification tool is available and fairly well-tested,
we should start running it every now and then, to make sure our releases are OK
with respect to various Apache policies.  This is not a show-stopper by any
means: "failing" the RAT tool does NOT stop a release from happening.  It's just
a pointer to improvements we need to make.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38484] - webapps Admin: Invalid path /login was requested

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38484


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:03 ---
Still happen with 5.5.23?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38516] - Configuration Manager loses "Log On" settings

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38516


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:04 ---
Gili, it's been more than a year since this issue was filed, and evidently no
one cares (no votes, comments, emails on either mailing list, nothing).  Do you
care enough to provide an enhancement path to the service configuration manager?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38570] - if docBase path contains "webapps", a backslash is inserted

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38570


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:05 ---
webapps is the default appBase for the Host, and there's some special processing
that occurs when the docBase includes webapps, if Automatic Application
Deployment is enabled.  Does this still happen to you in 5.5.23?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39444] - autocreate a Context Descriptor for webApps without META-INF/context.xml

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39444


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:11 ---
Guys, while we recognize that these specific examples may be annoying, the
Tomcat dev team has more or less decided to not do further refactoring or
enhancement on the Tomcat 5.x auto-deployment mechanism.  The plethora of
options available in automatic application deployment were intended to make life
easier, but resulted in a lot of complicated and somewhat fragile code.  Now
that Tomcat 5.x is in maintenance mode, serious changes to this code are -1ed on
the grounds that they're as likely to break some people's deployment setups as
they are to help others, such as yourselves.

Tomcat 6 is a different story.  It's got improved deployment code, simpler
deployment code, and since it's the currently active development branch,
enhancement requests like yours are more likely to get done.  Please try Tomcat
6 (6.0.10 is the latest stable release at this time), and let us know what you
think via the mailing list(s).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39468] - ConcurrentModificationException during webapp reload

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39468


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:12 ---
I've been unable to reproduce your exception using JDK 5 on Tomcat 5.5.23 and
6.0.10.  I suggest you update to these versions if/when you can.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39530] - Tomcat 5.5.17 generates incorrect code with trimSpaces turned on.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39530





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:12 ---
Apparently not.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522352 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/ajp.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 14:18:49 2007
New Revision: 522352

URL: http://svn.apache.org/viewvc?view=rev&rev=522352
Log:
Bugzilla 39540: add link to mod_proxy_ajp httpd config docs.

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522352&r1=522351&r2=522352
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 14:18:49 2007
@@ -43,6 +43,9 @@
 39883  Add note to context configuration document about 
using
   antiResourceLocking on a webapp outside the Host's appBase 
directory. (yoavs)
   
+  
+39540 Add link to httpd 2.2 mod_proxy_ajp docs in AJP 
connector doc. (yoavs)
+  
 
   
   

Modified: tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml?view=diff&rev=522352&r1=522351&r2=522352
==
--- tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/config/ajp.xml Sun Mar 25 14:18:49 
2007
@@ -32,9 +32,11 @@
 
 The native connectors supported with this Tomcat release are:
 
-JK 1.2.x with any of the supported servers
-mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 
2.2), 
-with AJP enabled
+  JK 1.2.x with any of the supported servers
+  mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 
2.2), 
+  with AJP enabled: see
+  http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html";>the 
httpd docs
+  for details.
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522353 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/ajp.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 14:21:29 2007
New Revision: 522353

URL: http://svn.apache.org/viewvc?view=rev&rev=522353
Log:
Bugzilla 39540: add link to mod_proxy_ajp httpd config docs.

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=522353&r1=522352&r2=522353
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Mar 25 14:21:29 2007
@@ -71,6 +71,9 @@
 Update host configuration document for new behaviour for directories
 in appBase. (markt)
   
+  
+39540 Add link to httpd 2.2 mod_proxy_ajp docs in AJP 
connector doc. (yoavs)
+  
 
   
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?view=diff&rev=522353&r1=522352&r2=522353
==
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Sun Mar 25 14:21:29 2007
@@ -32,9 +32,11 @@
 
 The native connectors supported with this Tomcat release are:
 
-JK 1.2.x with any of the supported servers
-mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 
2.2), 
-with AJP enabled
+  JK 1.2.x with any of the supported servers
+  mod_proxy on Apache httpd 2.x (included by default in Apache HTTP Server 
2.2), 
+  with AJP enabled: see
+  http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html";>the 
httpd docs
+  for details.
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39540] - Connectors Documentation Suggestion

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39540


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:22 ---
The first part of this had been addressed already, on the AJP Connector
configuration reference page, for both Tomcat 5.5 and Tomcat 6.0.  I've gone
ahead and added direct links to the httpd mod_proxy_ajp configuration page as
well.  Thanks for suggesting this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39557] - Include of JSP documents with custom tag libs

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39557





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:23 ---
40507 has been fixed, using the patches you sent in Chris -- thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522354 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/realm/JAASRealm.java webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 14:31:22 2007
New Revision: 522354

URL: http://svn.apache.org/viewvc?view=rev&rev=522354
Log:
Bugzilla 40150: validate user and role class names in JAAS realm.

Modified:

tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASRealm.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASRealm.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASRealm.java?view=diff&rev=522354&r1=522353&r2=522354
==
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASRealm.java
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASRealm.java
 Sun Mar 25 14:31:22 2007
@@ -230,16 +230,16 @@
 }
 }
 
-/**
- * Comma-delimited list of java.security.Principal classes
- * that represent security roles.
- */
-protected String roleClassNames = null;
-
-public String getRoleClassNames() {
-return (this.roleClassNames);
-}
-
+ /**
+  * Comma-delimited list of java.security.Principal classes
+  * that represent security roles.
+  */
+ protected String roleClassNames = null;
+ 
+ public String getRoleClassNames() {
+ return (this.roleClassNames);
+ }
+ 
  /**
   * Sets the list of comma-delimited classes that represent 
   * roles. The classes in the list must implement 
java.security.Principal.
@@ -250,36 +250,48 @@
   */
  public void setRoleClassNames(String roleClassNames) {
  this.roleClassNames = roleClassNames;
-roleClasses.clear();
-String temp = this.roleClassNames;
-if (temp == null) {
-return;
-}
-while (true) {
-int comma = temp.indexOf(',');
-if (comma < 0) {
-break;
-}
-roleClasses.add(temp.substring(0, comma).trim());
-temp = temp.substring(comma + 1);
-}
-temp = temp.trim();
-if (temp.length() > 0) {
-roleClasses.add(temp);
-}
-}
-
-
-/**
- * Comma-delimited list of java.security.Principal classes
- * that represent individual users.
- */
-protected String userClassNames = null;
-
-public String getUserClassNames() {
-return (this.userClassNames);
-}
-
+ parseClassNames(roleClassNames, roleClasses);
+ }
+ 
+ /**
+  * Parses a comma-delimited list of class names, and store the class names
+  * in the provided List. Each class must implement 
java.security.Principal.
+  * 
+  * @param classNamesString a comma-delimited list of fully qualified 
class names.
+  * @param classNamesList the list in which the class names will be stored.
+  *The list is cleared before being populated. 
+  */
+ protected void parseClassNames(String classNamesString, List 
classNamesList) {
+ classNamesList.clear();
+ if (classNamesString == null) return;
+ 
+ String[] classNames = classNamesString.split("[ ]*,[ ]*");
+ for (int i=0; ijava.security.Principal classes
+  * that represent individual users.
+  */
+ protected String userClassNames = null;
+ 
+ public String getUserClassNames() {
+ return (this.userClassNames);
+ }
+ 
  /**
  * Sets the list of comma-delimited classes that represent individual
  * users. The classes in the list must implement 
java.security.Principal.
@@ -290,23 +302,7 @@
  */
 public void setUserClassNames(String userClassNames) {
 this.userClassNames = userClassNames;
-userClasses.clear();
-String temp = this.userClassNames;
-if (temp == null) {
-return;
-}
-while (true) {
-int comma = temp.indexOf(',');
-if (comma < 0) {
-break;
-}
-userClasses.add(temp.substring(0, comma).trim());
-temp = temp.substring(comma + 1);
-}
-temp = temp.trim();
-if (temp.length() > 0) {
-userClasses.add(temp);
-}
+parseClassNames(userClassNames, userClasses);
 }
 
 

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522354&r1=522353&r2=522354
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 14:31:22 2007
@@ -31,6 +31,10 @@
 41477 Add commons-el.jar to bin/catalina-tasks.xml, 
required for jasper2 tasks
   using EL. Patch by Daniel Santos. (yoav

svn commit: r522356 - in /tomcat/tc6.0.x/trunk: build.xml java/org/apache/catalina/realm/JAASRealm.java webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 14:42:05 2007
New Revision: 522356

URL: http://svn.apache.org/viewvc?view=rev&rev=522356
Log:
Bugzilla 40150: validate user and role classes in JAASRealm.  While I'm there, 
typify the relevant lists of class names so that JDK 5+ doesn't complain about 
unchecked operations in this class.

Modified:
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?view=diff&rev=522356&r1=522355&r2=522356
==
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Sun Mar 25 14:42:05 2007
@@ -92,6 +92,7 @@
source="${compile.source}"
optimize="${compile.optimize}"
excludes="**/CVS/**,**/.svn/**">
+
   
   
 

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java?view=diff&rev=522356&r1=522355&r2=522356
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java Sun Mar 
25 14:42:05 2007
@@ -154,7 +154,7 @@
 /**
  * The list of role class names, split out for easy processing.
  */
-protected List roleClasses = new ArrayList();
+protected List roleClasses = new ArrayList();
 
 
 /**
@@ -167,7 +167,7 @@
 /**
  * The set of user class names, split out for easy processing.
  */
-protected List userClasses = new ArrayList();
+protected List userClasses = new ArrayList();
 
 
 /**
@@ -230,16 +230,16 @@
 }
 }
 
-/**
- * Comma-delimited list of java.security.Principal classes
- * that represent security roles.
- */
-protected String roleClassNames = null;
-
-public String getRoleClassNames() {
-return (this.roleClassNames);
-}
-
+ /**
+  * Comma-delimited list of java.security.Principal classes
+  * that represent security roles.
+  */
+ protected String roleClassNames = null;
+ 
+ public String getRoleClassNames() {
+ return (this.roleClassNames);
+ }
+ 
  /**
   * Sets the list of comma-delimited classes that represent 
   * roles. The classes in the list must implement 
java.security.Principal.
@@ -250,36 +250,48 @@
   */
  public void setRoleClassNames(String roleClassNames) {
  this.roleClassNames = roleClassNames;
-roleClasses.clear();
-String temp = this.roleClassNames;
-if (temp == null) {
-return;
-}
-while (true) {
-int comma = temp.indexOf(',');
-if (comma < 0) {
-break;
-}
-roleClasses.add(temp.substring(0, comma).trim());
-temp = temp.substring(comma + 1);
-}
-temp = temp.trim();
-if (temp.length() > 0) {
-roleClasses.add(temp);
-}
-}
-
-
-/**
- * Comma-delimited list of java.security.Principal classes
- * that represent individual users.
- */
-protected String userClassNames = null;
-
-public String getUserClassNames() {
-return (this.userClassNames);
-}
-
+ parseClassNames(roleClassNames, roleClasses);
+ }
+ 
+ /**
+  * Parses a comma-delimited list of class names, and store the class names
+  * in the provided List. Each class must implement 
.
+  * 
+  * @param classNamesString a comma-delimited list of fully qualified 
class names.
+  * @param classNamesList the list in which the class names will be stored.
+  *The list is cleared before being populated. 
+  */
+ protected void parseClassNames(String classNamesString, List 
classNamesList) {
+ classNamesList.clear();
+ if (classNamesString == null) return;
+ 
+ String[] classNames = classNamesString.split("[ ]*,[ ]*");
+ for (int i=0; ijava.security.Principal classes
+  * that represent individual users.
+  */
+ protected String userClassNames = null;
+ 
+ public String getUserClassNames() {
+ return (this.userClassNames);
+ }
+ 
  /**
  * Sets the list of comma-delimited classes that represent individual
  * users. The classes in the list must implement 
java.security.Principal.
@@ -290,23 +302,7 @@
  */
 public void setUserClassNames(String userClassNames) {
 this.userClassNames = userClassNames;
-userClasses.clear();
-String temp = this.userClassNames;
-if (temp == null) {
-return;
-}
-while (true

DO NOT REPLY [Bug 40150] - Incorrect User/Role classnames are silently ignored.

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40150


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:42 ---
Tom, thanks for providing this patch in diff form.  I've applied it to the
Tomcat 5.5 and 6.0 trunks, I really like it.  Sorry it took so long.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40402] - Manager should display Exceptions

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40402





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:43 ---
Log files are the primary and complete source, everything else is just a
convenience, at most.  I'm not sure the full exception stack trace is conveyed
back to the manager.  If you've got or want to develop a patch for us to
evaluate, that'd be awesome.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40510] - installer does not create shortcuts for all users

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40510





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:44 ---
If someone who knows more than I do about Windows installers and how to create
shortcuts for all users can provide a patch to our install script, I'd be glad
to evaluate and test it out.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40537] - [PATCH] Allow admin to configure different IP address for SHUTDOWN

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40537


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:45 ---
No further interest or votes.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40551] - Sticky sessions using PersistentManager enter indeterminate state on node failover

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40551





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:47 ---
Filip, what do you think about the patch as it is right now, for Tomcat 5.5 (not
6.0)?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40645] - factory "parameter" in ResourceParams block

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40645


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:48 ---
Thanks for suggesting this ;)  It's a nice-to-have enhancement, but I don't see
practical value in it.  I do see practical headaches for the many many Tomcat
users who will have invalid configuration files if we change this, so I'm
marking this as WONTFIX.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39661] - Please document JULI FileHandler configuration properties

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39661


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Webapps:Documentation   |Catalina
Product|Tomcat 5|Tomcat 6
   Target Milestone|--- |default
Version|5.5.17  |6.0.10




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:51 ---
Jeez, picky users ;)  Updating product to Tomcat 6, version to 6.0.10. 
Sebastian, if you've got some text in mind for the class header, please submit
it here.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39740] - semi-colon ; isn't allowed as a query argument separator

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39740





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:52 ---
I highly doubt this is going to get done.  Does anyone want to do it?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39832


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 14:55 ---
Cedrik, thank you for your contributions.  They're greatly appreciated. 
However, we ask that contributors submit their patches in diff -u format against
existing class files.  The one big ZIP file contains a lot of things, and it's
hard to evaluate how it would fit int existing Tomcat code as well as possible
bugs / merge conflicts.

I also suggest you diff against the latest stable release on the branch you
want, e.g. 5.5.23 for the 5.5 branch or 6.0.10 for the 6.0 branch.

Thanks ;)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39845] - Copy context.xml from exploded war

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39845


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39850] - Need a way to invalidate SSL-session from web application

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39850


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:07 ---
Once approved by the user, an SSL certificate will be considered valid for at
least the duration of the browser session (from
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html).  In other words, this
is controlled by the client, not by the server, as other places such as
http://forum.java.sun.com/thread.jspa?threadID=790598&messageID=4498738 note. 
That's why there's no Servlet Specification hook to let you do what you want,
unlike with the HTTP session.  It's not a Tomcat issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39862] - provide support for protocol-independent GenericServlet

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39862


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:08 ---
That's a nice, cool theory.  If you'd like to submit a patch to facilitate these
protocol-agnostic servlets, I'd love to take a look at it.  Otherwise, judging
by the absolute lack of interest from anyone else in this issue, I doubt it's
going to get done.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39919] - Slow startup when replication enabled

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39919





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:09 ---
I wonder what some of our clustering contributors, like Filip and Peter, think
about this in principle.  Maybe the behavior has already changed since 5.5.17?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 39966] - Class Cast Exception inTagHandlerPool

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39966


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:10 ---
Without a test JSP or test WAR to reproduce this problem, it's all theoretical.
 However, looking at the code path assuming a JSP 2.0 valid TLD and
configuration, it looks fine to me.  If you can provide a test WAR we can use to
reproduce this problem, I'd be glad to try it out.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40002] - JULI Should Use Context ClassLoader for Formatter

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40002





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:12 ---
"One fix would be to override the getFormatterProperty logic to resolve the
formatter class using the context loader instead of the system class loader." 

This seems pretty reasonable to me.  Remy et al, any objections?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41126] - segmentation faults with mod_jk 1.2.19 & httpd 2.2.3

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41126





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:14 ---
Care to try a fresh compile of mod_jk 1.2.21?

Unfortunately I don't have an HP system to try and reproduce what you're seeing
;(  I do have Fedora Core systems, and they're working peachy (albeit on httpd
2.2.2, not 2.2.3).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41179] - 400 Bad Request response during auto re-deployment

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41179





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:21 ---
I see what you mean, and it's indeed a PITA.  The relevant code is in
org.apache.catalina.core.StandardEngineValve#invoke(Request, Response).  The
problem is that this code is generic enough that you can't tell why
request.getHost() returns null.  It could be a normal webapp redeployment, or it
could be an actual error.

Thinking about, it seems like a 404 SC_NOT_FOUND is the better response here,
since we couldn't find a virtual Host to service the request.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522363 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 15:30:59 2007
New Revision: 522363

URL: http://svn.apache.org/viewvc?view=rev&rev=522363
Log:
Bugzilla 41227: add a bit of DEBUG-level logging to JspC so users know what 
file is being compiled.

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=522363&r1=522362&r2=522363
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Mar 25 15:30:59 2007
@@ -67,6 +67,14 @@
   
 
  
+  
+
+  
+41227 Add a bit of DEBUG-level logging to JspC so users know
+  which file is being compiled. (yoavs)
+  
+
+  
 
 
 

Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java
URL: 
http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java?view=diff&rev=522363&r1=522362&r2=522363
==
--- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java (original)
+++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/JspC.java Sun Mar 25 
15:30:59 2007
@@ -813,6 +813,11 @@
 public void generateWebMapping( String file, JspCompilationContext clctxt )
 throws IOException
 {
+if (log.isDebugEnabled()) {
+log.debug("Generating web mapping for file " + file
+  + " using compilation context " + clctxt);
+}
+
 String className = clctxt.getServletClassName();
 String packageName = clctxt.getServletPackageName();
 
@@ -948,6 +953,10 @@
 private void processFile(String file)
 throws JasperException
 {
+if (log.isDebugEnabled()) {
+log.debug("Processing file: " + file);
+}
+
 ClassLoader originalClassLoader = null;
 
 try {
@@ -989,6 +998,10 @@
 // Otherwise only generate .java, if .jsp file is newer than
 // the .java file
 if( clc.isOutDated(compile) ) {
+if (log.isDebugEnabled()) {
+log.debug(jspUri + " is out dated, compiling...");
+}
+
 clc.compile(compile, true);
 }
 
@@ -1014,7 +1027,7 @@
 if(getFailOnError()) {
 throw je;
 } else {
-log.error(je.getMessage());
+log.error(je.getMessage(), je);;
 }
 
 } catch (Exception e) {



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38516] - Configuration Manager loses "Log On" settings

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38516





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:40 ---
Yoav, is it possible to remove that section from the configuration manager
altogether. Right now it's just misleading people into thinking it works. If
enough people care one it's removed then it will warrant enough action to go
back and fix it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 40002] - JULI Should Use Context ClassLoader for Formatter

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40002





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:41 ---
(In reply to comment #5)
> "One fix would be to override the getFormatterProperty logic to resolve the
> formatter class using the context loader instead of the system class 
loader." 
> This seems pretty reasonable to me.  Remy et al, any objections?

-0 from me (I don't care enough to actually veto :).  As Remy has already 
stated, this is specific to Sun's JVM.  While adding the ability to use WEB-
INF/classes/logging.properties is a good goal, I'd prefer a patch that works 
on Harmony as well :).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r522367 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2007-03-25 Thread yoavs
Author: yoavs
Date: Sun Mar 25 15:46:46 2007
New Revision: 522367

URL: http://svn.apache.org/viewvc?view=rev&rev=522367
Log:
Bugzilla 41227: add a bit of DEBUG-level logging to JspC so users know what 
file is being compiled.

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/jasper/JspC.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/JspC.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/JspC.java?view=diff&rev=522367&r1=522366&r2=522367
==
--- tomcat/tc6.0.x/trunk/java/org/apache/jasper/JspC.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/JspC.java Sun Mar 25 15:46:46 
2007
@@ -815,6 +815,11 @@
 public void generateWebMapping( String file, JspCompilationContext clctxt )
 throws IOException
 {
+if (log.isDebugEnabled()) {
+log.debug("Generating web mapping for file " + file
+  + " using compilation context " + clctxt);
+}
+
 String className = clctxt.getServletClassName();
 String packageName = clctxt.getServletPackageName();
 
@@ -950,6 +955,10 @@
 protected void processFile(String file)
 throws JasperException
 {
+if (log.isDebugEnabled()) {
+log.debug("Processing file: " + file);
+}
+
 ClassLoader originalClassLoader = null;
 
 try {
@@ -991,6 +1000,10 @@
 // Otherwise only generate .java, if .jsp file is newer than
 // the .java file
 if( clc.isOutDated(compile) ) {
+if (log.isDebugEnabled()) {
+log.debug(jspUri + " is out dated, compiling...");
+}
+
 clc.compile(compile, true);
 }
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=522367&r1=522366&r2=522367
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Mar 25 15:46:46 2007
@@ -80,6 +80,14 @@
   
 
   
+  
+
+  
+41227 Add a bit of DEBUG-level logging to JspC so users know
+  which file is being compiled. (yoavs)
+  
+
+  
 
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41227] - When the jasper compiler fails to compile a JSP, it doesn't print the name of the file

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41227


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:47 ---
This is a good idea, and it's something that bugged me for a while as well. I've
gone ahead and added DEBUG-level logging statements to JspC so that you know
which file it's processing.  You need to enable DEBUG-level logging for this
class to see the output: see
http://tomcat.apache.org/tomcat-5.5-doc/logging.html for directions.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41766] - apache-tomcat-5.5.20-src.tar.gz includes broken class files

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41766


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:49 ---
Andrew, is the behavior the same for 5.5.23?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41766] - apache-tomcat-5.5.20-src.tar.gz includes broken class files

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41766





--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:50 ---
And 6.0.10, for that matter?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41849] - Blank page after login on static html page (form authentication)

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41849


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:51 ---
Also works for me on 6.0.10.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41909] - JK2 build should allow building for Apache 2.0 and 1.3 simultaneously

2007-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41909


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-25 15:53 ---
JK2 is no longer supported.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >