[GUMP] Build Failure - jakarta-tomcat-jk-ant

2003-01-24 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-01-24/jakarta-tomcat-jk-ant.html Buildfile: build.xml does not exist! Build failed -- To unsubscribe,

DO NOT REPLY [Bug 16363] - Stack Overflow accessing compiled JSP - Tomcat 3.2.4 and JDK 1.4.1

2003-01-24 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=16363. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0 gump.xml

2003-01-24 Thread nacho
nacho 2003/01/24 06:46:54 Removed: .gump.xml Log: Moved gump descriptors to jakarta-gump repository -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-5 gump.xml

2003-01-24 Thread nacho
nacho 2003/01/24 06:47:29 Removed: .gump.xml Log: Moved gump descriptors to jakarta-gump repository -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina gump.xml

2003-01-24 Thread nacho
nacho 2003/01/24 06:48:06 Removed: .gump.xml Log: Moved gump descriptors to jakarta-gump repository -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/webapps/manager/WEB-INF web.xml

2003-01-24 Thread glenn
glenn 2003/01/24 06:48:50 Modified:webapps/manager/WEB-INF web.xml Log: Add /deploy to the security-restraint Revision ChangesPath 1.9 +1 -0 jakarta-tomcat-4.0/webapps/manager/WEB-INF/web.xml Index: web.xml

cvs commit: jakarta-tomcat-connectors gump.xml

2003-01-24 Thread nacho
nacho 2003/01/24 06:49:11 Removed: .gump.xml Log: Moved gump descriptors to jakarta-gump repository -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors KEYS

2003-01-24 Thread nacho
nacho 2003/01/24 06:49:38 Modified:.KEYS Log: Readded my key Revision ChangesPath 1.11 +66 -30jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file:

DO NOT REPLY [Bug 7785] - tomcat bug in context reloading

2003-01-24 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=7785. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16395] New: - Incorrect SMAP mapping information

2003-01-24 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=16395. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Jasper race condition patch

2003-01-24 Thread John Trollinger
This patch fixes a race condition in the JspWrapperServlet The cause of this race condition is the use of the Double-Checked idiom. For more information on why the Double-Checked idiom does NOT work please read the following http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html

CVS question

2003-01-24 Thread Veniamin Fichin
Hello list! CVS is a great feature when you want to have all the last changes made with given project. By suggestion of Glenn I wanted to update Realm documentation and change DataSourceRealm subsection of it. But when I checked jakarta-tomcat-4.0 repository out, I found that (for

DO NOT REPLY [Bug 16400] New: - Allow AccessLogValve to ignore (not log) requests for particular URIs

2003-01-24 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=16400. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16400] - Allow AccessLogValve to ignore (not log) requests for particular URIs

2003-01-24 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=16400. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: CVS question

2003-01-24 Thread Glenn Nielsen
If you look closer at the commit message costin was making a change to the jakarta-tomcat-catalina repository for Tomcat 5, not to the jakarta-tomcat-4.0 repository. So CVS is working fine and you don't have to apply patches to the code you check out from CVS. Veniamin Fichin wrote: Hello list!

DO NOT REPLY [Bug 16400] - Allow AccessLogValve to ignore (not log) requests for particular URIs

2003-01-24 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=16400. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF web.xml

2003-01-24 Thread remm
remm2003/01/24 10:09:28 Modified:webapps/manager/WEB-INF web.xml Log: - Port patch. Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-catalina/webapps/manager/WEB-INF/web.xml Index: web.xml

Re: Proposal to give a web front end to the manager app.

2003-01-24 Thread Remy Maucherat
Jeff Tulley wrote: Have you tried /manager/html/ ??? I also was unaware of its existence until recently, though it is what you get to if you click on the Tomcat Manager link on the main Tomcat index.jsp page. Yes, I added the link to increase people's awareness (same for IRC, Tomcat books,

[PATCH] jakarta-servletapi-5: Minor javadoc updates

2003-01-24 Thread Mark Roth
Final API patch before PFD2 release of JSP 2.0 specification. jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd - Updated description for function-signature element jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd - Updated description for function-signature element

Help: Jasper's jsp:foward possibly breaks servlet spec

2003-01-24 Thread Sudesh Saoji
Jasper's jsp:forward and corresponding implementation in PageContextImpl.java unwraps the response object before forwarding it to the desired jsp/servlet via the requestdispatcher. Does this break the servlet spec? Shouldn't it allow the HttpServletResponseWrapper object to continue to the

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup TldConfig.java

2003-01-24 Thread costin
costin 2003/01/24 11:28:10 Added: catalina/src/share/org/apache/catalina/startup TldConfig.java Log: Refactored the tld listener configuration out of ContextConfig. Cache the listeners in work/.../tldCache.ser ( as a String[] ). If the file exists

DO NOT REPLY [Bug 16406] New: - Deadlock in StandardWrapper/Context ?

2003-01-24 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=16406. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16407] New: - RequestDispatcher.include() seems to be discarding the response's writer

2003-01-24 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=16407. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16407] - RequestDispatcher.include() seems to be discarding the response's writer

2003-01-24 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=16407. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16127] - Seems to be a problem doing a static include of content when using a different charset.

2003-01-24 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=16127. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Question about duplication of secure property in RequestBase and HttpRequestBase

2003-01-24 Thread John Sisson
Hi, I noticed that both org.apache.catalina.connector.RequestBase and org.apache.catalina.connector.HttpRequestBase both have a secure instance variable and the setSecure(bool) isSecure() methods. Does anybody know the reason for this? Thanks, John

DO NOT REPLY [Bug 16127] - Seems to be a problem doing a static include of content when using a different charset.

2003-01-24 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=16127. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-24 Thread billbarker
billbarker2003/01/24 20:49:24 Modified:util/java/org/apache/tomcat/util/threads Tag: coyote_10 ThreadPool.java Removed: util/java/org/apache/tomcat/util/threads Tag: coyote_10 ThreadPoolMX.java Log: Removing JMX dependencies from