DO NOT REPLY [Bug 22133] New: - Scoping conflict for generated fragment helpers

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext JspFragment.java

2003-08-14 Thread kinman
kinman 2003/08/08 15:58:35 Modified:jsr152/src/share/javax/servlet/jsp/tagext JspFragment.java Log: - Add imports Revision ChangesPath 1.7 +6 -2 jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/JspFragment.java Index: JspFragment.java ===

DO NOT REPLY [Bug 20798] - connection re-establishment problem

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Re: [5.0.7] New build by Sunday

2003-08-14 Thread Jean-Francois Arcand
+1. There is 1 bug in bugtraq currently open about *.jsp url mapping that I need to investigate (I'm not sure yet it's a bug) but I hope to have a fix before Sunday. -- Jeanfrancois Remy Maucherat wrote: Hi, I plan to make a new build available by Sunday. Comments ? Any issues which would nee

DO NOT REPLY [Bug 22096] - reload through manager webapp fails to redeploy classes/jars

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22273] - [PATCH] Typo in jndi-resources-howto.html

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2003-08-14 Thread glenn
glenn 2003/08/06 05:19:55 Modified:jk/native/common jk_uri_worker_map.c Log: minor style cleanup Revision ChangesPath 1.17 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index: jk_uri_worker_map.c ==

Re: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but o nly unzipped in WEB-INF/classes

2003-08-14 Thread Remy Maucherat
Harmsen, Jan wrote: Remy Maucherat wrote: Any update on this ? This is obviously a big problem if the issue is valid, so I'd really appreciate your help. Hi Remy, I set up a test case and it looks like it's a Tomcat-5 problem. The webapp works on Tomcat-4.1, on Tomcat-5.0 the resources within xs

DO NOT REPLY [Bug 22236] - JNDI Realm authentication to Novell eDirectory via LDAP

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22176] New: - Password Restrictions with JNDIRealm Need Documentation

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22192] - Dash chararcter in webapp path replaces other deployed webapp

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22146] - TC 5.0.6 problems loading an a persisted session.

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22154] - occurs ClassNotFoundException when webapp reload

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

RE: window close session invalidate

2003-08-14 Thread Paul Wallace
Hi, That might be the case, but the window I am closing is a popup window that derives from the original. The original window remains unscathed. Paul. That is according to the spec, The session only lives for the time of the application,closing your browser window, means that you are endi

DO NOT REPLY [Bug 22328] New: - javax.management.ReflectionException: Cannot find method getClassName with this signature

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22293] - JSPC class name doesn't match Jasper

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

jsp Compile error after Reload

2003-08-14 Thread Pete Soderling
Hello, I'm having a problem with a certain bean package after I use ant to recompile my app. The strage thing is my jsp will work fine after I initially start Tomcat - no problems. After I re-compile w/ ant, I see in my context logs that the context is reloaded. Then, when I request the same js

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2003-08-14 Thread remm
remm2003/08/09 12:04:55 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java Log: - Split the applicationListeners array in two, for performance reasons. Revision ChangesPath 1.12 +6 -6 jakarta-tomcat-catalina/cat

DO NOT REPLY [Bug 11966] - JDBCRealm.authenticate() does not validate pasword field

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22110] - URL encoded space characters ("%20") get lost

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2003-08-14 Thread funkman
funkman 2003/08/06 11:43:00 Modified:catalina/src/share/org/apache/catalina/realm JNDIRealm.java Log: Fix bug 14817 - JNDIRealm SHA digest implementation incorrect Add Javadoc note for bug 11210 Revision ChangesPath 1.13 +28 -7 jakarta-tomcat-4.0/catalina/src/

Re: [5.0.7] New build by Sunday

2003-08-14 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I plan to make a new build available by Sunday. Comments ? Any issues > which would need to be resolved by then ? > > A number of issues have been filed about commons-daemon and the new > Windows .exe wrapper. I

DO NOT REPLY [Bug 15306] - Tomcat does not startup SSL

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22146] - TC 5.0.6 problems loading an a persisted session.

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] New committer: Eric Carmichael

2003-08-14 Thread Kin-Man Chung
He has my +1 as well. Yan and I need all the help on Jasper! > Date: Sun, 10 Aug 2003 18:56:49 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Subject: [VOTE] New committer: Eric Carmichael > To: Tomcat Developers List <[EMAIL PROTECTED]> > > I'd like to nominate Eric Carmichael as a committe

Tomcat-5.0.7 - FileLogger of Embedded attempts two start() calls and fails on the second.

2003-08-14 Thread Wesley Hall
To demonstrate this problem, i have created a subclass of FileLogger with the start() method overriden to print a stack whenever it is called. The result is this... java.lang.Exception: Start has been called at org.antares.tomcat.TomcatService$TestFileLogger.start(TomcatService.java:312 )

RE: [5.0.7] New build by Sunday

2003-08-14 Thread Shapira, Yoav
Howdy, As soon as someone with www.apache.org karma uploads it. I don't have the permissions to do it myself. I sent a message to commons-dev and CC'ed [EMAIL PROTECTED] Robert Donkin said he'll try to do it, but he's not feeling well ;( Yoav Shapira Millennium ChemInformatics >-Original

package javax.servlet does not exist error

2003-08-14 Thread Dmitry Beransky
Hi, My apologies if this has been discussed on the list before. Searching the archive returned a bunch of irrelevant results and I couldn't figure out how to narrow the search down. I'm trying to compile Tomcat 4.1.27 on a Windows box with JDK 1.4.2. I have all the packages installed and bui

Re: [5.0.7] New build by Sunday

2003-08-14 Thread Jean-Francois Arcand
Remy Maucherat wrote: Jean-Francois Arcand wrote: +1. There is 1 bug in bugtraq currently open about *.jsp url mapping that I need to investigate (I'm not sure yet it's a bug) but I hope to have a fix before Sunday. And what would the bug be ? (I think I know the mapper code far better than

cvs commit: jakarta-tomcat-site/xdocs index.xml

2003-08-14 Thread remm
remm2003/08/10 08:48:52 Modified:docs index.html xdocsindex.xml Log: - Update version number. Revision ChangesPath 1.45 +1 -1 jakarta-tomcat-site/docs/index.html Index: index.html

DO NOT REPLY [Bug 22226] New: - Tomcat throws JasperException instead of NumberFormatException when parameter can't convert to bean property

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Ant deploy task bug

2003-08-14 Thread Derek Mahar
The Ant deploy task under Windows seems to have a bug. In the Ant deploy scenario below, though the manager deploy task reports "OK" and the manager successfully deploys the WAR file, the Ant build fails and returns a MalformedURLException. Any comments before I post a bug report to Apache Bugzil

DO NOT REPLY [Bug 7116] - JDBC realm doesn't handle NULLpasswords

2003-08-14 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://nagoya.apache.org/bugzilla/show_bug

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

2003-08-14 Thread remm
remm2003/08/05 02:32:15 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Revert 1.118 change, which was breaking reloading. - The date of the change was early april (and was integrated in 4.1.25), so there should have

Re: Tomcat shutdown port and security

2003-08-14 Thread Tim Funk
In a server environment, no. http://jakarta.apache.org/tomcat/faq/security.html#8005 -Tim NAIK,ROSHAN (HP-Cupertino,ex1) wrote: Given that _anybody_ on the local machine could simply telnet to the port and issue a "SHUTDOWN" command. Isnt the current shutdown mechanism in Tomcat 4 a security i

DO NOT REPLY [Bug 9351] - IPv6 HTTP/1.1 requests not working

2003-08-14 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://nagoya.apache.org/bugzilla/show_bug

Re: JSP include

2003-08-14 Thread Kin-Man Chung
It eventually invokes request.getRequestDispatcher("bar.jsp").include(). > Date: Fri, 08 Aug 2003 11:40:45 +0200 > From: Marc Baumgartner <[EMAIL PROTECTED]> > Subject: JSP include > To: [EMAIL PROTECTED] > Content-disposition: inline > > Hello all, > > I want to fix a bug in the J

Re: DO NOT REPLY [Bug 20674] -Tomcat is not compliant with the JSP 1.2 specification.

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 05:58:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >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 A

DO NOT REPLY [Bug 22151] - ThreadPool OutOfMemoryException

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

RE: problem with tomcat servlet

2003-08-14 Thread Ias
The issus is explained in "Enabling invoker servlet" section at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/RELEASE- NOTES In addition, the Servlet 2.3 spec also states that mapping requests to servlets based on web applicatioin deployment descriptor (i.e. web.xml) is requ

DO NOT REPLY [Bug 22266] New: - Keep template text together with mappedfile="true"

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Re: [5.0.7] New build by Sunday

2003-08-14 Thread Tim Funk
+1 I'm out next week, but when I get back I hope to squash most JDBCRealm bugs. (which apply to 5 and 4.1) -Tim Remy Maucherat wrote: Hi, I plan to make a new build available by Sunday. Comments ? Any issues which would need to be resolved by then ? A number of issues have been filed about c

DO NOT REPLY [Bug 22426] - cannot resolve getContextPath on ServletRequest

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Re: Resend: Tomcat 4.1.24 & JVM 1.4.2 security hole?

2003-08-14 Thread Jeff Tulley
I wouldn't be able to try to duplicate this -- I do not use mod_jk2. On my system, with mod_jk it seems the problem is gone with the workaround. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED]

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread jean-frederic clere
Stuart Stephen wrote: talk2UtimeHi, I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27 running in Linux. However, I cannot work out how to compile mod_jk2. I can't seem to get hold of everything I need? At http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v

Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
talk2UtimeHi, I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27 running in Linux. However, I cannot work out how to compile mod_jk2. I can't seem to get hold of everything I need? At http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/src I can obta

DO NOT REPLY [Bug 22366] - UTF-16 encoding not properly processed if used in JSP document

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21366] - A JSP-Servlet translation bug

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22268] New: - Admin truncates user password in 32 characters

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22291] - Missing ant tasks for JMX proxy functionality

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22277] - SMAP LineInfo entries with an outputStartLine of 0

2003-08-14 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://nagoya.apache.org/bugzilla/show_bu

Re: DO NOT REPLY [Bug 22268] New: -Admin truncates user password in 32 characters

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 05:11:00 ÄúдµÀ£º >of you ? Could you tell me ? Thanks~~ >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 A

<    1   2   3   4