What would you like to improve in Tomcat?

2007-10-21 Thread Lucas Galfaso
Hi all,
  I would like to know what are the main things you would like to
improve in Tomcat. This is a small (and clearly incomplete) of some of
the possible things to improve:
  - Improve JMX support.
  - Improve the admin console.
  - Have close-to-zero bugs in bugzilla.
  - Build a continuous build/test system (sorry if there is one that I
am not aware of.)
  - Improve the documentation.
  - Implement the SIP servlet spec.
  - Compliance to spec XXX/RFC YYY, implement spec XXX/RFC YYY
optional part ZZZ.
  - Improve the performance.
  - Use Java 5 coding style throwout Tomcat.

Thanks,
  lg

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



Re: What would you like to improve in Tomcat?

2007-10-21 Thread Peter Rossbach

HI Lucas,

look like a very great plan. I also think about better JMX support  
and management console to muliple tomcat instances.

Please let us start the discussion, about your ideas.

regards
Peter

Personal hint: Start with simple changes, first!  I like your zero  
bug count idea...


Am 21.10.2007 um 09:30 schrieb Lucas Galfaso:


Hi all,
  I would like to know what are the main things you would like to
improve in Tomcat. This is a small (and clearly incomplete) of some of
the possible things to improve:
  - Improve JMX support.
  - Improve the admin console.
  - Have close-to-zero bugs in bugzilla.
  - Build a continuous build/test system (sorry if there is one that I
am not aware of.)
  - Improve the documentation.
  - Implement the SIP servlet spec.
  - Compliance to spec XXX/RFC YYY, implement spec XXX/RFC YYY
optional part ZZZ.
  - Improve the performance.
  - Use Java 5 coding style throwout Tomcat.

Thanks,
  lg

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






svn commit: r586861 - /tomcat/current/tc5.5.x/STATUS

2007-10-21 Thread pero
Author: pero
Date: Sun Oct 21 00:55:39 2007
New Revision: 586861

URL: http://svn.apache.org/viewvc?rev=586861&view=rev
Log:
add my vote

Modified:
tomcat/current/tc5.5.x/STATUS

Modified: tomcat/current/tc5.5.x/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS?rev=586861&r1=586860&r2=586861&view=diff
==
--- tomcat/current/tc5.5.x/STATUS (original)
+++ tomcat/current/tc5.5.x/STATUS Sun Oct 21 00:55:39 2007
@@ -37,11 +37,11 @@
  
 * Fix possible DoS condition for the experimental NIO/AJP module (reported by 
William Leung via email)
   http://issues.apache.org/bugzilla/show_bug.cgi?id=43621
-  +1: billbarker, yoavs, fhanik
+  +1: billbarker, yoavs, fhanik, pero
   -1:
 
 * Improve fix for webdav vulnerability to workaround what looks like a parser
   bug
   http://people.apache.org/~markt/patches/2007-10-20-webdav.patch
-  +1: markt
+  +1: markt, pero
   -1:



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



svn commit: r586866 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-10-21 Thread pero
Author: pero
Date: Sun Oct 21 01:10:28 2007
New Revision: 586866

URL: http://svn.apache.org/viewvc?rev=586866&view=rev
Log:
Use JDT 3.3.1

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.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?rev=586866&r1=586865&r2=586866&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Oct 21 01:10:28 2007
@@ -32,6 +32,13 @@
 
 
 
+  
+
+  
+Use Eclipse JDT 3.3.1. (pero)
+  
+
+
   
 
   



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



svn commit: r586865 - /tomcat/build/tc5.5.x/build.properties.default

2007-10-21 Thread pero
Author: pero
Date: Sun Oct 21 01:10:23 2007
New Revision: 586865

URL: http://svn.apache.org/viewvc?rev=586865&view=rev
Log:
Use JDT 3.3.1

Modified:
tomcat/build/tc5.5.x/build.properties.default

Modified: tomcat/build/tc5.5.x/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.properties.default?rev=586865&r1=586864&r2=586865&view=diff
==
--- tomcat/build/tc5.5.x/build.properties.default (original)
+++ tomcat/build/tc5.5.x/build.properties.default Sun Oct 21 01:10:23 2007
@@ -21,6 +21,9 @@
 compile.debug=on
 compile.deprecation=off
 compile.optimize=off
+compile.source=1.4
+compile.target=1.4
+
 
 # - Build Control Flags
 
@@ -130,12 +133,11 @@
 xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.8.0.tar.gz
 
 
-# - Eclipse JDT, version 3.1.2 or later -
+# - Eclipse JDT, version 3.3.1 or later -
 jdt.home=${base.path}/eclipse/plugins
 jdt.lib=${jdt.home}
-jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.2.jar
-jdt.loc=http://archive.eclipse.org/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-JDT-3.1.2.zip
-
+jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip
 
 # - Tomcat native library -
 tomcat-native.home=${base.path}/tomcat-native-current



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



svn commit: r586867 - /tomcat/current/tc5.5.x/STATUS

2007-10-21 Thread pero
Author: pero
Date: Sun Oct 21 01:11:16 2007
New Revision: 586867

URL: http://svn.apache.org/viewvc?rev=586867&view=rev
Log:
commit: Use JDT 3.3.1

Modified:
tomcat/current/tc5.5.x/STATUS

Modified: tomcat/current/tc5.5.x/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS?rev=586867&r1=586866&r2=586867&view=diff
==
--- tomcat/current/tc5.5.x/STATUS (original)
+++ tomcat/current/tc5.5.x/STATUS Sun Oct 21 01:11:16 2007
@@ -29,11 +29,6 @@
 
  +1: billbarker, fhanik, pero
  -1:
-
-* Use newer eclipse jdt - old location is gone (reported by Jason Britian via 
email)
-  update to 
jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip
-  +1: pero, billbarker, yoavs, fhanik
-  -1: 
  
 * Fix possible DoS condition for the experimental NIO/AJP module (reported by 
William Leung via email)
   http://issues.apache.org/bugzilla/show_bug.cgi?id=43621



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



Re: What would you like to improve in Tomcat?

2007-10-21 Thread Bill Barker

"Lucas Galfaso" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi all,
>  I would like to know what are the main things you would like to
> improve in Tomcat. This is a small (and clearly incomplete) of some of
> the possible things to improve:
>  - Improve JMX support.
IMHO it is already pretty good, but patches are always welcome :).

>  - Improve the admin console.
It has had no love since Amy left for GlassFish :(.  It's still using the 
4.1.x model, so probably needs a rewrite before it gets my +1 to include it 
in TC 6+.

>  - Have close-to-zero bugs in bugzilla.
Mostly requires time to mark as INVALID/WONTFIX for a lot of the ones out 
there.  Needs someone with the time/energy to do it.

>  - Build a continuous build/test system (sorry if there is one that I
> am not aware of.)
We have Gump already 
(http://vmgump.apache.org/gump/public/tomcat-tc6/index.html). It has already 
told us that we need to require JTA for the next commons-dbcp release.

>  - Improve the documentation.
Patches are always welcome :).

>  - Implement the SIP servlet spec.
>  - Compliance to spec XXX/RFC YYY, implement spec XXX/RFC YYY
> optional part ZZZ.
>  - Improve the performance.
>  - Use Java 5 coding style throwout Tomcat.
+0 on this.  It is A Good Thing, but I don't know that I'll have time to 
contribute

>
> Thanks,
>  lg 




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



svn commit: r586870 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java

2007-10-21 Thread billbarker
Author: billbarker
Date: Sun Oct 21 01:31:12 2007
New Revision: 586870

URL: http://svn.apache.org/viewvc?rev=586870&view=rev
Log:
Fix possible DoS condition for the experimental NIO/AJP module 

Fix for bug #43621

Reported By: William Leung

Modified:
tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java

Modified: 
tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java?rev=586870&r1=586869&r2=586870&view=diff
==
--- tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java 
(original)
+++ tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelNioSocket.java 
Sun Oct 21 01:31:12 2007
@@ -36,6 +36,7 @@
 import java.net.ServerSocket;
 import java.net.Socket;
 import java.net.SocketException;
+import java.net.SocketTimeoutException;
 
 import javax.management.ListenerNotFoundException;
 import javax.management.MBeanNotificationInfo;
@@ -882,6 +883,8 @@
 
 synchronized void  process(SelectionKey sk) {
 if(!sk.isValid()) {
+SocketInputStream sis = (SocketInputStream)ep.getNote(isNote);
+sis.closeIt();
 return;
 }
 if(sk.isReadable()) {
@@ -959,15 +962,11 @@
 Iterator it = sels.iterator();
 while(it.hasNext()) {
 SelectionKey sk = (SelectionKey)it.next();
-if(sk.isValid()) {
-if(sk.isAcceptable()) {
-acceptConnections();
-} else {
-SocketConnection sc = 
(SocketConnection)sk.attachment();
-sc.process(sk);
-}
+if(sk.isAcceptable()) {
+acceptConnections();
 } else {
-sk.cancel();
+SocketConnection sc = 
(SocketConnection)sk.attachment();
+sc.process(sk);
 }
 it.remove();
 }
@@ -1081,8 +1080,7 @@
 nr = -1; // Can't handle this yet
 }
 if(nr < 0) {
-isClosed = true;
-notify();
+closeIt();
 return false;
 } else if(nr == 0) {
 if(!nioIsBroken) {
@@ -1093,6 +1091,12 @@
 return true;
 }
 
+synchronized void closeIt() {
+isClosed = true;
+if(blocking)
+notify();
+}
+
 public int read(byte [] data) throws IOException {
 return read(data, 0, data.length);
 }
@@ -1132,7 +1136,9 @@
 if(fill(len) < 0) {
 isClosed = true;
 } 
-}
+} else if(!isClosed) {
+   throw new SocketTimeoutException("Read request timed out");
+   }
 }
 }
 



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



svn commit: r586871 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread billbarker
Author: billbarker
Date: Sun Oct 21 01:34:38 2007
New Revision: 586871

URL: http://svn.apache.org/viewvc?rev=586871&view=rev
Log:
Propose forward port of NIO/AJP bug

Modified:
tomcat/tc6.0.x/trunk/STATUS

Modified: tomcat/tc6.0.x/trunk/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=586871&r1=586870&r2=586871&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Sun Oct 21 01:34:38 2007
@@ -74,3 +74,8 @@
   http://people.apache.org/~markt/patches/2007-10-20-webdav.patch
   +1: markt
   -1:
+
+* Fix possible DoS condition for the experimental NIO/AJP module (reported by 
William Leung via email)
+  http://issues.apache.org/bugzilla/show_bug.cgi?id=43621
+  +1: billbarker
+  -1:



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



DO NOT REPLY [Bug 43621] - soTimeout not worked on channelNioSocket

2007-10-21 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=43621


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:AJP   |Connectors
Product|Tomcat 5|Tomcat 6
   Target Milestone|--- |default
Version|Nightly Build   |6.0.0




--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 01:37 ---
Patch applied to TC 5.5, so changing version to 6.0 to apply the patch there 
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]



Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread Rémy Maucherat
On Sat, 2007-10-20 at 23:04 -0400, Mark Thomas wrote:
> The mitigations available are:
> - - Disable write access until a fixed version is released
> - - Limit write access to trusted users
> - - Apply the following patch which will be included in the next
> releases of 6.0.x, 5.5.x and 4.1.x

Since it's an obvious hacking attempt, I chose to use this method
instead:
documentBuilder.setEntityResolver
(new EntityResolver() {
public InputSource resolveEntity(String publicId,
String systemId) 
throws SAXException, IOException {
return new InputSource(new StringReader(""));
}
});

-> no logging, replace with blank text (I was using an ISE right before
instead of an input source, but there's no real justification)

Rémy



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



Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread Mark Thomas
Rémy Maucherat wrote:
> Since it's an obvious hacking attempt, I chose to use this method
> instead:
> documentBuilder.setEntityResolver
> (new EntityResolver() {
> public InputSource resolveEntity(String publicId,
> String systemId) 
> throws SAXException, IOException {
> return new InputSource(new StringReader(""));
> }
> });
> 
> -> no logging, replace with blank text (I was using an ISE right before
> instead of an input source, but there's no real justification)

I don't think no logging for an obvious hacking attempt is a good idea.

I also think that there is a slim chance of a legitimate use of an
entity and in this case the logging gives the administrator a chance
of working out why something isn't working.

Mark

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



Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread William L. Thomson Jr.
On Sun, 2007-10-21 at 09:09 -0400, Mark Thomas wrote:
> Rémy Maucherat wrote:
> > Since it's an obvious hacking attempt, I chose to use this method
> > instead:
> > documentBuilder.setEntityResolver
> > (new EntityResolver() {
> > public InputSource resolveEntity(String publicId,
> > String systemId) 
> > throws SAXException, IOException {
> > return new InputSource(new StringReader(""));
> > }
> > });
> > 
> > -> no logging, replace with blank text (I was using an ISE right before
> > instead of an input source, but there's no real justification)
> 
> I don't think no logging for an obvious hacking attempt is a good idea.
> 
> I also think that there is a slim chance of a legitimate use of an
> entity and in this case the logging gives the administrator a chance
> of working out why something isn't working.

I take it down streams should run with the first patches to work around
this vulnerability till next release. I already applied the one liner,
kinda glad I did not apply the other last night ;) Please advise,
thanks.

-- 
William L. Thomson Jr.
Gentoo/Java


signature.asc
Description: This is a digitally signed message part


Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread Mark Thomas
William L. Thomson Jr. wrote:
> I take it down streams should run with the first patches to work around
> this vulnerability till next release. I already applied the one liner,
> kinda glad I did not apply the other last night ;) Please advise,
> thanks.

You need a version of the second patch for a complete fix. If you want
logging - apply my version, if you don't - apply Remy's. Both fix the
problem, just in slightly different ways.

We'll have to wait and see which way the voting goes for which patch
gets incorporated into the code base.

Mark

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



Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread William L. Thomson Jr.
On Sun, 2007-10-21 at 17:41 +0100, Mark Thomas wrote:
> William L. Thomson Jr. wrote:
> > I take it down streams should run with the first patches to work around
> > this vulnerability till next release. I already applied the one liner,
> > kinda glad I did not apply the other last night ;) Please advise,
> > thanks.
> 
> You need a version of the second patch for a complete fix. If you want
> logging - apply my version, if you don't - apply Remy's. Both fix the
> problem, just in slightly different ways.
> 
> We'll have to wait and see which way the voting goes for which patch
> gets incorporated into the code base.

That's what I am interested in, and willing to wait a bit for. Don't
want to appear to be taking sides or adding in my own opinion based on
which one to apply/go with or not. Prefer to stick with what ever
direction upstream goes in and/or recommends.

Thanks much :)

-- 
William L. Thomson Jr.
Gentoo/Java


signature.asc
Description: This is a digitally signed message part


Re: What would you like to improve in Tomcat?

2007-10-21 Thread Santosh [ಸಂತೋಷ ]
Hi all,

How about adding this feature to tomcat. A option in manager/admin to see
the log file output in webpage. It will reduce the time to login into the
system(if TC is installed in remote machine), then open the log file and
see.

Regards,
Santosh

On 10/21/07, Bill Barker <[EMAIL PROTECTED]> wrote:
>
>
> "Lucas Galfaso" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hi all,
> >  I would like to know what are the main things you would like to
> > improve in Tomcat. This is a small (and clearly incomplete) of some of
> > the possible things to improve:
> >  - Improve JMX support.
> IMHO it is already pretty good, but patches are always welcome :).
>
> >  - Improve the admin console.
> It has had no love since Amy left for GlassFish :(.  It's still using the
> 4.1.x model, so probably needs a rewrite before it gets my +1 to include
> it
> in TC 6+.
>
> >  - Have close-to-zero bugs in bugzilla.
> Mostly requires time to mark as INVALID/WONTFIX for a lot of the ones out
> there.  Needs someone with the time/energy to do it.
>
> >  - Build a continuous build/test system (sorry if there is one that I
> > am not aware of.)
> We have Gump already
> (http://vmgump.apache.org/gump/public/tomcat-tc6/index.html). It has
> already
> told us that we need to require JTA for the next commons-dbcp release.
>
> >  - Improve the documentation.
> Patches are always welcome :).
>
> >  - Implement the SIP servlet spec.
> >  - Compliance to spec XXX/RFC YYY, implement spec XXX/RFC YYY
> > optional part ZZZ.
> >  - Improve the performance.
> >  - Use Java 5 coding style throwout Tomcat.
> +0 on this.  It is A Good Thing, but I don't know that I'll have time to
> contribute
>
> >
> > Thanks,
> >  lg
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What would you like to improve in Tomcat?

2007-10-21 Thread Mark Thomas
Santosh [ಸಂತೋಷ ] wrote:
> Hi all,
> 
> How about adding this feature to tomcat. A option in manager/admin to see
> the log file output in webpage. It will reduce the time to login into the
> system(if TC is installed in remote machine then open the log file and
> see.

Take a look at lambdaprobe. It does this and quite a bit more.

Mark


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



Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread jkew

Mark Thomas wrote:

William L. Thomson Jr. wrote:
  

I take it down streams should run with the first patches to work around
this vulnerability till next release. I already applied the one liner,
kinda glad I did not apply the other last night ;) Please advise,
thanks.



You need a version of the second patch for a complete fix. If you want
logging - apply my version, if you don't - apply Remy's. Both fix the
problem, just in slightly different ways.

  


I've been using Mark's patch, which I personally prefer right now. I'll 
experiment with Remy's patch on Monday, but I have a slightly tangential 
question:


Q. Where should I put, and how should I build a unit test for the webdav 
issue? I noticed that Jean-Frederic created a great unit test within 
/test for the cookie issue, but I don't believe his patch was ever 
committed. Is there a formal unit test framework for these issues?


My existing test for the webdav issue is just a war file, but I'd like 
something semi-permanent and manageable. I'm a little ignorant of of the 
history here, so forgive me if I'm a little lost.

We'll have to wait and see which way the voting goes for which patch
gets incorporated into the code base.

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]



DO NOT REPLY [Bug 43668] New: - ApplicationDispatcher.doForward for non-HTTP request is always NULL

2007-10-21 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=43668

   Summary: ApplicationDispatcher.doForward for non-HTTP request is
always NULL
   Product: Tomcat 6
   Version: 6.0.14
  Platform: Other
OS/Version: other
Status: NEW
  Severity: critical
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This applies to both 6.x and 5.5x version !!

Tomcat6.x
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

Tomcat5.5.x
http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java

There is a severe always-NULL case in both T6.x and T5.5x sources if request is
non-HTTP forward. processRequest(req, res, state) method should use the original
"request" and "response" objects, but it gives "hrequest" and "hresponse" 
objects.

private void doForward(ServletRequest request, ServletResponse response) {
   ...continue...
  // Identify the HTTP-specific request and response objects (if any)
  HttpServletRequest hrequest = null;
  if (request instanceof HttpServletRequest)
 hrequest = (HttpServletRequest) request;
  HttpServletResponse hresponse = null;
  if (response instanceof HttpServletResponse)
 hresponse = (HttpServletResponse) response;

   // Handle a non-HTTP forward by passing the existing request/response
   if ((hrequest == null) || (hresponse == null)) {
  processRequest(hrequest,hresponse,state);
   }
   ...continue...
}

Calling program gets a NPE exception when forwarding a request.
java.lang.NullPointerException at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:459)

-- 
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 43669] New: - ApplicationDispatcher.unwrapRequest raises "cannot be cast to javax.servlet.ServletRequestWrapper"

2007-10-21 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=43669

   Summary: ApplicationDispatcher.unwrapRequest raises "cannot be
cast to javax.servlet.ServletRequestWrapper"
   Product: Tomcat 5
   Version: 5.5.24
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Tomcat 5.5.x:
http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java
  private void unwrapRequest(State state) {
...continue...
// Advance to the next request in the chain
previous = current;
current = ((ServletRequestWrapper) current).getRequest(); // !! CAST ERROR
...continue...
  }

Exception is thrown when request is forwarded:
  "com.outerrim.servlet.OfflineHttpServletRequest cannot be cast to 
   javax.servlet.ServletRequestWrapper"

This is my offlineHttpServletRequest and Response classes:
  public class OfflineHttpServletRequest implements HttpServletRequest { ... }
  public class OfflineHttpServletResponse implements HttpServletResponse { ... }

They provide me a way to call servlet urls without the real webclient requests.
This is used in a background thread, that must trigger "dispatcher.forward(req,
res)" method call.
   RequestDispatcher dispatcher = ctx.getRequestDispatcher(url);
   dispatcher.forward(offReq, offRes);

Classes work fine in Tomcat5.0.x releases. 

Is it really a new requirement, that customized classes must inherit
ServletRequestWrapper/ServletResponseWrapper classes?

-- 
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 43669] - ApplicationDispatcher.unwrapRequest raises "cannot be cast to javax.servlet.ServletRequestWrapper"

2007-10-21 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=43669


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 13:46 ---


*** This bug has been marked as a duplicate of 39417 ***

-- 
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 39417] - ApplicationDispatcher.unwrapRequest() should not assume request is an extension of ServletRequestWrapper

2007-10-21 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=39417


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 13:46 ---
*** Bug 43669 has been marked as a duplicate of this bug. ***

-- 
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 43669] - ApplicationDispatcher.unwrapRequest raises "cannot be cast to javax.servlet.ServletRequestWrapper"

2007-10-21 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=43669





--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 13:52 ---
And to comment what happened to my forward.request. Yes, it worked fine and went
to the destination webapplication url. But then applicationdispatcher tries to
roll back to the caller, it fails due to a ClassCastException.

-- 
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 39417] - ApplicationDispatcher.unwrapRequest() should not assume request is an extension of ServletRequestWrapper

2007-10-21 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=39417





--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 16:34 ---
I made a quick test, and this works fine. My "requestDispatcher.forward(offReq,
offRes)" call went to the target webapp and reply written to the logfile. No
more ClassCastException.

[ org.apache.catalina.core.ApplicationDispatcher.java ]
  private void unwrapRequest(State state) {
...
  // FIX: avoid ClassCast exception if current one is ServletRequest
  // but not ServletRequestWrapper.
  if (!(current instanceof ServletRequestWrapper))
break;

  // Advance to the next request in the chain
  previous = current;
  current = ((ServletRequestWrapper) current).getRequest();
}
  }

  private void unwrapResponse(State state) {
...
  // FIX: avoid ClassCast exception if current one is ServletResponse
  // but not ServletResponseWrapper.
  if (!(current instanceof ServletResponseWrapper))
   break;

  // Advance to the next response in the chain
  previous = current;
  current = ((ServletResponseWrapper) current).getResponse();
}
  }


-- 
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 43668] - ApplicationDispatcher.doForward for non-HTTP request is always NULL

2007-10-21 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=43668





--- Additional Comments From [EMAIL PROTECTED]  2007-10-21 19:30 ---
Created an attachment (id=21017)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21017&action=view)
Patch against 6.0 trunk to fix this

This handles the case where the outer most wrapper is a ServletRequestWrapper,
but not a HttpServletRequestWrapper.  This further breaks 39417, but that one
is invalid anyway (according to the spec).  

-- 
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: r586983 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread fhanik
Author: fhanik
Date: Sun Oct 21 19:34:29 2007
New Revision: 586983

URL: http://svn.apache.org/viewvc?rev=586983&view=rev
Log:
cast votes

Modified:
tomcat/tc6.0.x/trunk/STATUS

Modified: tomcat/tc6.0.x/trunk/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=586983&r1=586982&r2=586983&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Sun Oct 21 19:34:29 2007
@@ -72,10 +72,10 @@
 * Improve fix for webdav vulnerability to workaround what looks like a parser
   bug
   http://people.apache.org/~markt/patches/2007-10-20-webdav.patch
-  +1: markt
+  +1: markt,fhanik
   -1:
 
 * Fix possible DoS condition for the experimental NIO/AJP module (reported by 
William Leung via email)
   http://issues.apache.org/bugzilla/show_bug.cgi?id=43621
-  +1: billbarker
+  +1: billbarker,fhanik
   -1:



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



svn commit: r586984 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread billbarker
Author: billbarker
Date: Sun Oct 21 19:38:24 2007
New Revision: 586984

URL: http://svn.apache.org/viewvc?rev=586984&view=rev
Log:
Propose fix to BZ 43668

Modified:
tomcat/tc6.0.x/trunk/STATUS

Modified: tomcat/tc6.0.x/trunk/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=586984&r1=586983&r2=586984&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Sun Oct 21 19:38:24 2007
@@ -79,3 +79,9 @@
   http://issues.apache.org/bugzilla/show_bug.cgi?id=43621
   +1: billbarker,fhanik
   -1:
+
+* Fix problem on a Forward when the outer most wrapper isn't a 
HttpServletRequest/ResponseWrapper.
+  http://issues.apache.org/bugzilla/show_bug.cgi?id=43668
+  +1: billbarker
+  -1:
+



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



svn commit: r586990 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-21 Thread markt
Author: markt
Date: Sun Oct 21 20:08:58 2007
New Revision: 586990

URL: http://svn.apache.org/viewvc?rev=586990&view=rev
Log:
Add vote

Modified:
tomcat/tc6.0.x/trunk/STATUS

Modified: tomcat/tc6.0.x/trunk/STATUS
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=586990&r1=586989&r2=586990&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Sun Oct 21 20:08:58 2007
@@ -59,7 +59,7 @@
 
 * Fix MD5 files for distribution
   http://issues.apache.org/bugzilla/attachment.cgi?id=21009&action=view
-  +1: fhanik,funkman
+  +1: fhanik,funkman, markt
   -1: 
   
 * Final fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=43653



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



Bug report for Tomcat 3 [2007/10/21]

2007-10-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 5331|Ass|Nor|2001-12-09|getPathInfo vs URL normalization  |
| 6027|Inf|Maj|2002-01-25|Tomcat  Automatically shuts down as service   |
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 7785|Inf|Blk|2002-04-06|tomcat bug in context reloading   |
| 7863|Inf|Maj|2002-04-09|I have a problem when running Tomcat with IIS |
| 8187|Inf|Cri|2002-04-17|Errors when Tomcat used with MS Access database   |
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
|10047|Ass|Cri|2002-06-20|IllegalStateException |
|10406|Ass|Cri|2002-07-02|IllegalStateException |
|11087|Inf|Blk|2002-07-23|IllegalStateException |
|12156|Inf|Cri|2002-08-29|Apache and Tomcat 3.3.1 Interworking problem  |
|16363|Ass|Cri|2003-01-23|Stack Overflow accessing compiled JSP - Tomcat 3.2|
|39250|Inf|Cri|2006-04-07|Tomcat 3.2.1 + JDK 1.4|
+-+---+---+--+--+
| Total   14 bugs   |
+---+

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



Bug report for Tomcat 4 [2007/10/21]

2007-10-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3839|Opn|Enh|2001-09-26|Problem bookmarking login page|
| 4227|Opn|Enh|2001-10-17|Invalid CGI path  |
| 5329|New|Enh|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|11069|Opn|Enh|2002-07-23|Tomcat not flag error if tld is outside of /WEB-IN|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12428|Opn|Enh|2002-09-09|request.getUserPrincipal(): Misinterpretation of s|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|13309|Opn|Enh|2002-10-04|Catalina calls System.exit()  |
|13634|New|Enh|2002-10-15|Allowing system properties to be substituted in co|
|13689|Opn|Enh|2002-10-16|Classloader paths for 'Common' classes and librari|
|13731|New|Enh|2002-10-17|Final request, response, session and other variabl|
|13941|New|Enh|2002-10-24|reload is VERY slow   |
|13965|New|Enh|2002-10-25|Catalina.sh correction request for Tru64 Unix |
|14097|New|Enh|2002-10-30|hardcoded registry value for vm lets tomcat servic|
|14416|New|Enh|2002-11-10|blank tag name in TLD cause NullPointerException  |
|14635|New|Enh|2002-11-18|Should be possible not to have -MM-DD in log f|
|14766|New|Enh|2002-11-22|Redirect Vavle|
|14993|New|Enh|2002-12-02|Possible obselete synchronized declaration|
|15115|New|Enh|2002-12-05|correct docs... XML parser *cannot* be overridden |
|15417|Opn|Enh|2002-12-16|Add port for forced compilation of JSP pages  |
|15688|New|Enh|2002-12-27|full-qualified names instead of imports   |
|15941|New|Enh|2003-01-10|Expose rootCause exceptions at deeper levels  |
|16294|New|Enh|2003-01-21|Configurable URL Decoding.|
|16357|New|Enh|2003-01-23|"connection timeout reached"  |
|16531|New|Enh|2003-01-29|Updating already deployed ".war" files in a single|
|16579|New|Enh|2003-01-30|documentation page layout/style breaks wrapping to|
|16596|New|Enh|2003-01-30|option for disabling log rotation |
|17070|New|Enh|2003-02-14|The Catalina Ant tasks do not allow for 'reusable'|
|17146|New|Enh|2003-02-18|Simplify build.xml using 

Bug report for Tomcat 5 [2007/10/21]

2007-10-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|29936|Opn|Blk|2004-07-06|XML parser loading problems by container  |
|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33650|Inf|Enh|2005-02-19|Jasper performance for multiple files processing  |
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|35869|Inf|Enh|2005-07-26|Can't run as a service on Windows Server 2003 64-B|
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation|
|36169|New|Enh|2005-08-12|[PATCH] Enable chunked encoding for requests in II|
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's   |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing  |
|36923|New|Nor|2005-10-05|Deactivated EL expressions are not parsed for jsp |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37072|Ass|Nor|2005-10-13|Encoding mismatch in error condition  |
|37084|Opn|   |2005-10-14|JspC from ant fails on JSPs that use custom taglib|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user  |
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|37498|Inf|Nor|2005-11-14|[PATCH] NPE in org.apache.catalina.core.ContainerB|
|37515|Inf|Nor|2005-11-15|smap not generated by JspC when used from Ant for |
|37627|Opn|Nor|2005-11-24|Slow and incomplete dynamic content generation aft|
|37785|Inf|Nor|2005-12-05|Changing startup type via Tomcat Monitor does not |
|37794|Opn|Nor|2005-12-05|getParameter() fails on POST with transfer-encodin|
|37797|Inf|Maj|2005-12-05|Configure Tomcat utility truncates classpath to 96|
|37822|Opn|Nor|2005-12-07|WebappClassLoader interfering with Catalina core c|
|37847|Ass|Enh|2005-12-09|Allow User To Optionally Specify Catalina Output F|
|37869|Opn|Nor|2005-12-12|Cannot obtain client certificate with SSL / client|
|37918|Inf|Nor|2005-12-15|EL cannot find valid getter from object when using|
|37984|New|Nor|2005-12-21|JNDIRealm.java not able to handle MD5 password|
|38001|Inf|Nor|2005-12-22|TruncatedClassFile when loadind applets   |
|38046|Ass|   |2005-12-27|apache-tomcat-5.5.14-deployer doesn't work (Illega|
|38131|New|Enh|2006-01-05|WatchedResource does not work if app is outside "w|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38290|Inf|Nor|2006-01-16|No SESSION_DESTROYED_EVENT sent for existing webap|
|38291|Inf|Nor|2006-01-16|Form actions hanging in UDecoder.convert  |
|38352|Inf|Nor|2006-01-22|Additional Entries for Default catalina.policy fil|
|38360|Inf|Enh|2006-01-24|Domain for session cookies|
|38367|Inf|Nor|2006-01-24|Executing any Catalina Ant task results in an exce|
|38372|Inf|Cri|2006-01-25|tcnative-1.dll response overflow corruption, parti|
|38427|Inf|Nor|2006-01-27|ServletContextListener Notified Multiple Times Whe|
|38483|

Bug report for Watchdog [2007/10/21]

2007-10-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|  278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
|  279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
|  469|Unc|Nor|2001-01-17|in example-taglib.tld "urn" should be "uri" BugRat|
|  470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward()|
|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid.|
|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
|29398|New|Nor|2004-06-04|Update site and note current status   |
+-+---+---+--+--+
| Total   15 bugs   |
+---+

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