DO NOT REPLY [Bug 15915] New: - Tomcat welcome page is invalid HTML

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15915. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15915] - Tomcat welcome page is invalid HTML

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15915. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Duplicate session IDs are *common*

2003-01-09 Thread jean-frederic clere
Craig R. McClanahan wrote: On Wed, 8 Jan 2003, Aditya wrote: Date: Wed, 08 Jan 2003 22:36:58 -0800 From: Aditya [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Duplicate session IDs are *common* On Wed, 08 Jan

Re: Duplicate session IDs are *common*

2003-01-09 Thread Remy Maucherat
Schnitzer, Jeff wrote: For whatever reason, be it the seed algorithm or the hashing algorithm or something else that degenerates the randomness - the duplicate session ID problem is very, very common. I discovered this problem because a few of our users suddenly found themselves with the

Re: hello

2003-01-09 Thread M
Dan Agarlita wrote: I want to know how can I modify the 404 Error page. I want to put another page. Is a param? Or I have to modify some classes ? :) 10x, dan I think you would be better off asking on the tomcat-users list... And no you don't have to modify a class. -- Regards, M

RE: hello

2003-01-09 Thread Dan Agarlita
I have the solution and it works, Thanks ADan -Original Message- From: M [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 4:09 PM To: Tomcat Developers List Subject: Re: hello Dan Agarlita wrote: I want to know how can I modify the 404 Error page. I want to put another

Re: Tomcat -- DB2 DBCP : authentication problem

2003-01-09 Thread Carlos de Luna Saenz
Works fine here with OS2 and DB2 7.1, no patches... Greetings --- [EMAIL PROTECTED] escribió: I am trying to configure a connection from Tomcat 4.1.18 to DB2 7.2 FixPack5 (NT, local DB2 client), and receive the following error message when trying to open a connection to the database:

Email Rejected: Unknown or disallowed attachment type

2003-01-09 Thread postmaster
Received: from [198.76.25.3] (HELO nns.voyanttech.com) by voyanttech.com (CommuniGate Pro SMTP 3.4b3) with SMTP id 3409719 for [EMAIL PROTECTED]; Thu, 09 Jan 2003 03:57:23 -0700 Received: from exchange.sun.com (exchange.sun.com [192.18.33.10]) by nns.voyanttech.com (8.9.3+Sun/8.9.3)

DO NOT REPLY [Bug 15919] New: - strange loading error when using jsp/jstl session-listener

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15919. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Need help isolating severe Tomcat v4.1.18 bug

2003-01-09 Thread Kristján Bjarni Guðmundsson
Specs and variables: Windows NT 4 SP 6 Tomcat v4.1.18 JDK v1.4.0_02 CATALINA_OPTS=-Xms128M -Xmx1024M At random intervals I get this error on console, it seems that the socket for port 80 is suddenly closed and the server stops responding. What steps can I take to get more information about

Re: Duplicate session IDs are *common*

2003-01-09 Thread Eric Rescorla
Remy Maucherat [EMAIL PROTECTED] writes: - A MD5 hash occurs after getting the SecureRandom. This looks like a mistake, and decreases the quality of the random a lot, but given the quality of MD5, that shouldn't be noticeable in the real world. I think that the MD5 is pointless but it shouldn't

[PATCH] Use JDK1.4 JSSE if available in jakarta-tomcat-util

2003-01-09 Thread Conor MacNeill
Hi, The attached patch will update the Gump descriptor to make the JSSE package optional, so the JSSE package is not required when using JDK 1.4. The util build file is also updated to use the JDK 1.4 jsse if available (or any JSSE on the classpath). The existing JSSE should continue to be

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java OutputBuffer.java

2003-01-09 Thread remm
remm2003/01/09 10:15:05 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java OutputBuffer.java Log: - Throw an exception when creating the writer if the encoding is invlaid. Revision ChangesPath 1.18 +5 -4

Re: Duplicate session IDs are *common*

2003-01-09 Thread Dirk-Willem van Gulik
On 9 Jan 2003, Eric Rescorla wrote: Remy Maucherat [EMAIL PROTECTED] writes: - A MD5 hash occurs after getting the SecureRandom. This looks like a mistake, and decreases the quality of the random a lot, but given the quality of MD5, that shouldn't be noticeable in the real world. I

Re: Duplicate session IDs are *common*

2003-01-09 Thread Eric Rescorla
Dirk-Willem van Gulik [EMAIL PROTECTED] writes: On 9 Jan 2003, Eric Rescorla wrote: Remy Maucherat [EMAIL PROTECTED] writes: - A MD5 hash occurs after getting the SecureRandom. This looks like a mistake, and decreases the quality of the random a lot, but given the quality of MD5,

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java StandardManager.java

2003-01-09 Thread costin
costin 2003/01/09 11:09:33 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java StandardManager.java Log: Few changes to give more info in the jmx console. Switched StandardManager to c-l. There are still few dozens files that need

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/sessionManagerBase.java StandardManager.java

2003-01-09 Thread Tim Funk
Am I correct that this patch removes the explicit imports from java.util and adds this: import java.util.* -Tim [EMAIL PROTECTED] wrote: costin 2003/01/09 11:09:33 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java StandardManager.java

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/sessionManagerBase.java StandardManager.java

2003-01-09 Thread Jeanfrancois Arcand
Hi Costin, I was under the impression, as a convention, that we don't import using * (java.util.*). I find it more easier when all the classes are namedand from what I'm seeing, seems * is not used (at least on classes that I have worked on) -- Jeanfrancois [EMAIL PROTECTED] wrote:

Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
I am using JAASRealm with the NT Login module. My Realm configuration from server.xml (tomcat 4.1.18) is: Realm className=org.apache.catalina.realm.JAASRealm debug=99 roleClassNames=com.sun.security.auth.NTDomainPrincipal userClassNames=com.sun.security.auth.NTUserPrincipal / I then

Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
Even added a jaas.conf in my user.dir with the following entry... Tomcat { com.sun.security.auth.module.NTLoginModule required; }; --- Sam Ewing [EMAIL PROTECTED] wrote: I am using JAASRealm with the NT Login module. My Realm configuration from server.xml (tomcat 4.1.18) is:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java StandardManager.java

2003-01-09 Thread Costin Manolache
I'll fix it. That's what happens when you let a program do the editing for you. Costin Jeanfrancois Arcand wrote: Hi Costin, I was under the impression, as a convention, that we don't import using * (java.util.*). I find it more easier when all the classes are namedand from what I'm

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-01-09 Thread costin
costin 2003/01/09 13:15:46 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java Log: Fix the imports. Hope the tab police won't give me another ticket. Revision ChangesPath 1.12 +7 -3

Re: Bug with JAASRealm/NT Domain?

2003-01-09 Thread Sam Ewing
I tried debugging the JAASRealm. This is where things go wrong- public Principal authenticate(String username, String credentials) { ... loginContext = new LoginContext (appName, new JAASCallbackHandler(this, username, credentials)) ...

Connector-HOWTO

2003-01-09 Thread Bishr Tabbaa
Tomcat-Dev, I am trying to develop my own connector for Tomcat 4.x. I have strived to follow the programmatic conventions in the Coyote package such that my package contains a connectorimpl, connectionprocessorimpl, servletoutputstreamimpl, servletinputstream, requestimpl, and responseimpl. I

DO NOT REPLY [Bug 15937] - Misleading error message produced if jsp:body is not a child of a standard or custom action.

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15937. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2003-01-09 Thread luehe
luehe 2003/01/09 15:54:41 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: Fixed 15937: Misleading error message produced if jsp:body is not a child of

DO NOT REPLY [Bug 15938] New: - regex not matching uri's with isapi_redirector2.dll 2.0.2

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15938. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs realm-howto.xml

2003-01-09 Thread glenn
glenn 2003/01/09 17:31:09 Modified:webapps/tomcat-docs realm-howto.xml Log: Add TOC and add listing for DataSourceRealm Revision ChangesPath 1.9 +28 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml Index: realm-howto.xml

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs tomcat-docs.xsl

2003-01-09 Thread glenn
glenn 2003/01/09 17:32:53 Modified:webapps/tomcat-docs tomcat-docs.xsl Log: Add ability to disable generating left navigation menu Revision ChangesPath 1.9 +8 -5 jakarta-tomcat-4.0/webapps/tomcat-docs/tomcat-docs.xsl Index: tomcat-docs.xsl

DO NOT REPLY [Bug 15941] New: - Expose rootCause exceptions at deeper levels

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15941. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10026] - manager/stop and manager/remove

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10026. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10508] - NullPointerException on manager/remove after manager/stop

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10508] - NullPointerException on manager/remove after manager/stop

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Calling into Servlet Container without HTTP

2003-01-09 Thread Kelly Chen
Hi, there: I am looking for a way to invoke a Servlet without going through HTTP. I understand that this has to be container specific logic, so I would like to do this on Tomcat 4.1.18. The idea is to use JSP as a template system, but JSP has be to run inside a Servlet Container. So I would

RE: Duplicate session IDs are *common*

2003-01-09 Thread Schnitzer, Jeff
I've already patched the 4.1.12 version we are running with the fix that is currently in CVS. Unfortunately our only notification of when the problem occurs is when users notice (which they probably wouldn't unless they acquired an administrative session) and choose to inform us. I won't know

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionExpirer.java SimpleSessionStore.java

2003-01-09 Thread billbarker
billbarker2003/01/09 21:39:11 Modified:src/share/org/apache/tomcat/core ServerSession.java src/share/org/apache/tomcat/modules/session SessionExpirer.java SimpleSessionStore.java Log: Make certain that a session has been recycled before being

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpSessionFacade.java

2003-01-09 Thread billbarker
billbarker2003/01/09 21:40:12 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: Add support for the new STATE_INVALID behavior. Fix for bug #15894 Reported By: Christian Wicke [EMAIL PROTECTED] Revision ChangesPath 1.19 +1 -0

DO NOT REPLY [Bug 15894] - Access to other sessions possible (session is immediately recycled after invalidation/expiration)

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15894. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Duplicate session IDs are *common*

2003-01-09 Thread Remy Maucherat
Schnitzer, Jeff wrote: I've already patched the 4.1.12 version we are running with the fix that is currently in CVS. Unfortunately our only notification of when the problem occurs is when users notice (which they probably wouldn't unless they acquired an administrative session) and choose to

RE: Duplicate session IDs are *common*

2003-01-09 Thread Costin Manolache
Schnitzer, Jeff wrote: I've already patched the 4.1.12 version we are running with the fix that is currently in CVS. Unfortunately our only notification of when the problem occurs is when users notice (which they probably wouldn't unless they acquired an administrative session) and choose to

DO NOT REPLY [Bug 15944] New: - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15944. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15944. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15944] - Compiled JSP page includes default setContentType() Call when not specified in the JSP page.

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15944. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-01-09 Thread billbarker
billbarker2003/01/09 23:21:38 Modified:.RELEASE-NOTES-3.3.2.txt Log: Document fix for 15894 Revision ChangesPath 1.16 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.2.txt Index: RELEASE-NOTES-3.3.2.txt

DO NOT REPLY [Bug 15946] New: - Documentation change

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15946. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

How can I modify the 404 Error page, or other java exceptions

2003-01-09 Thread Dan Agarlita
You can modify the web.xml error-page directive: error-page error-code404/error-code location/error404.jsp/location /error-page . error-page exception-typejava.lang.Exception/exception-type location/error500.html/location /error-page The error-page tag is

DO NOT REPLY [Bug 15672] - DBCP doesn't work on Tomcat 4.1.18 with Oracle JDBC driver

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15672. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15937] New: - Misleading error message produced if jsp:body is not a child of a standard or custom action.

2003-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15937. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.