[GUMP] Build Failure - jakarta-tomcat-5

2003-01-31 Thread bobh
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-01-31/jakarta-tomcat-5.html Buildfile: build.xml prepare-release: [mkdir] Created dir:

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

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

help with custom realm

2003-01-31 Thread Tony Dahbura
Team: I have written a custom realm package for some folks that have been using it since tomcat 4.0.x through 4.1. When they try to use the realm package with 4.1.18 we get the following errors: Jan 30, 2003 1:01:07 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry

Problem getting Filter Calling JSP via getRequestDispatcher(/index.jsp).include()

2003-01-31 Thread p e t e h o r n e
Hi, I am trying to get a filter to capture the output from a JSP which is then included with the output from the target at the end of the filter chain. What the wrapper does is capture all the bytes so they can be merged. I can get it to work when the dispatcher is called on index.html -

maximum execution time

2003-01-31 Thread joe
hello! does anyone know a way to set a maximum execution time for a single request? (like in php) i have many virtual hosts on my machine and some java wizards create some kind of infinite loops. did someone solved a similar problem? if not can anybody give me a hint where i can implement a

Re: WEBDAV: [Fatal Error] :-1:-1: Premature end of file

2003-01-31 Thread Christian Peter
Hello Remy and all others, I finally found the 4.1.19 version of Tomcat, and its behavior is somewhat better: Using the Tomcat with its build-in webdav allows me now to move and copy folders and bunches of files, although it still throws this fatal error message ([Fatal Error] :-1:-1:

DO NOT REPLY [Bug 16638] New: - Jk2 connector with Microsoft IIS slow in multiple domain environment

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

DO NOT REPLY [Bug 16308] - Session.invalidate() does not release sessions

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

DO NOT REPLY [Bug 16641] New: - can't source classes from jsp

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

Re: help with custom realm

2003-01-31 Thread Amy Roh
Tony, Tony Dahbura wrote: Team: I have written a custom realm package for some folks that have been using it since tomcat 4.0.x through 4.1. When they try to use the realm package with 4.1.18 we get the following errors: Jan 30, 2003 1:01:07 PM org.apache.commons.modeler.Registry getRegistry

cvs commit: jakarta-tomcat-5 build.xml

2003-01-31 Thread costin
costin 2003/01/31 10:55:05 Modified:.build.xml Log: I don't know what's the use of the ${cvstag} ( since commons and other trees may need different tags ), but it breaks the build file, you can't check out head. If you want - you can define it as -r TAG and it'll

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServlet.java

2003-01-31 Thread costin
costin 2003/01/31 10:56:25 Modified:jasper2/src/share/org/apache/jasper/runtime PerThreadTagHandlerPool.java jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Fix per thread tag handler pool. Change the level for work dir

cvs commit: jakarta-tomcat-5 build.properties.default

2003-01-31 Thread costin
costin 2003/01/31 11:01:57 Modified:.build.properties.default Log: cvstag=HEAD doesn't work. Use -r TAG for a specific tag, leave the default for head Revision ChangesPath 1.64 +2 -4 jakarta-tomcat-5/build.properties.default Index:

authentication and filters

2003-01-31 Thread arh14
Hello all, I have written a filter to do custom authentication. This filter creates an HttpServletRequestWrapper subclass and overrides getRemoteUser() and getUserPrincipal(). getUserPrincipal() returns a valid principal object. However, when I use such a filter in 4.1.18 LE in a webapp

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-01-31 Thread costin
costin 2003/01/31 12:29:24 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Few improvements to loading and reloading of contexts in JMX-mode. Revision ChangesPath 1.19 +22 -5

Re: authentication and filters

2003-01-31 Thread arh14
I have narrowed down my problem: Wrapping the HttpServletRequest is not sufficient because CoyoteRequest and CoyoteRequestFacade mask the real user principal. A 'setUserPrincipal' call cannot be made on the HttpServletRequest in the Filter because the type is CoyoteRequestFacade, and not

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardService.java

2003-01-31 Thread costin
costin 2003/01/31 13:02:08 Modified:catalina/src/share/org/apache/catalina/core StandardService.java Log: Added more info. Revision ChangesPath 1.2 +24 -5

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans GlobalResourcesLifecycleListener.java

2003-01-31 Thread costin
costin 2003/01/31 13:06:21 Modified:catalina/src/share/org/apache/catalina/mbeans GlobalResourcesLifecycleListener.java Log: Use commons-logging. Handle some errors. Revision ChangesPath 1.3 +41 -63

About the need for a read access of HomesUserDatabase.java

2003-01-31 Thread Nouguier Olivier
hi all, I don't agree ( or don't understand ... ) with the read right check for user home directory instead of user webapp directory when tomcat4 try to deploy a user webapp. Example: I'm the user legolas. My home is /home/legolas My webapp is in /home/legolas/public_html With

Re: authentication and filters

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003 [EMAIL PROTECTED] wrote: Date: Fri, 31 Jan 2003 15:52:57 -0500 (EST) From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: authentication and filters I have narrowed down my problem:

DO NOT REPLY [Bug 16659] New: - Add Context tag to Host tag prevents web app deploy.

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

DO NOT REPLY [Bug 14261] - JNDI data source not configured correctly.

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

Problems building the WebApp module for Solaris 9

2003-01-31 Thread Jesse Olivas
Hi my name is Jesse Olivas and I am having problems building the WebApp module for Solaris 9. The package is webapp-module-1.0-tc40. This is the output of my attempted build. $ ./configure --with-apxs=/usr/local/apache/bin/apxs loading cache ./config.cache checking for test... /usr/bin/test

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

2003-01-31 Thread kinman
kinman 2003/01/31 18:41:13 Modified:jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties