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

2003-08-10 Thread kinman
kinman 2003/08/08 16:14:10 Modified:jsr152/src/share/javax/servlet/jsp/tagext JspFragment.java Log: - Make getJspContext abstract. Revision ChangesPath 1.8 +1 -1 jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/JspFragment.java Index: JspFr

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

2003-08-10 Thread remm
remm2003/08/10 02:47:33 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix bug where welcome files were not being processed in the embedded distribution. This was caused by the fact that the context is already regi

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

2003-08-10 Thread luehe
luehe 2003/08/07 11:14:35 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: Simplify the way the URLClassLoader gets initialized. In the case where jspc is launched from the command line (instead of ant), the same class path JARs were added 3 (!) times to the URL

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

2003-08-10 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 22278] - [PATCH] Include RemoteAddrValve in manager.xml

2003-08-10 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 22258] New: - Hardcoded / while looking into a ExpandWar.java

2003-08-10 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 20674] -Tomcat is not compliant with the JSP 1.2 specification.

2003-08-10 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

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

2003-08-10 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 22279] - [PATCH] Typo fixes for various parts in Tomcat-FAQ

2003-08-10 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: Breaking the build

2003-08-10 Thread Remy Maucherat
Tim Funk wrote: I don't know if there are any build from scratch scripts out there, I am sure there is because of the nightly build process. I wanted a script that pulls everything from scratch and does a full build so I can test that occasionally for myself. Attached (hopefully) is a shell scr

Re: Xerces location and bug

2003-08-10 Thread Remy Maucherat
Jean-Francois Arcand wrote: Remy Maucherat wrote: Jean-Francois Arcand wrote: Hi, I've just realized that when you install Tomcat 5 from a fresh workspace, Xerces is not copied under common/endorsed. I don't remember what was the decision regarding Xerces. Have we decide to completely remove

Help needed!

2003-08-10 Thread Adarsh Nair
Hi, We are developing an application in jsp using beans.The webserver is Jakarta Tomcat 4.1.24 We have kept the class files for beans in a Jar file kept in the web-inf/lib directory of our application directory. But each time when the Jsp page searches for the bean class file and is unable to find

Bug report for Tomcat 4 [2003/08/10]

2003-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Breaking the build

2003-08-10 Thread Remy Maucherat
Hi, Recent changes to JSPC and Jasper have broken the build (or at least, the JSP precompilation which is part of the build). Changes to JSPC break classpath generation for some reason (I will try to fix it, and revert the patch if I fail). Some other change cause a problem precompiling an exam

[VOTE] New committer: Eric Carmichael

2003-08-10 Thread Remy Maucherat
I'd like to nominate Eric Carmichael as a committer on the Tomcat project. Eric has been steadily supplying quality patches to the new Jasper which will implement the JSP 2.0 specification, and has helped fix outstanding bug reports. He plans to continue contributing in the future. He has my +

DO NOT REPLY [Bug 21194] - JNDIRealm usersubtree doesn't work properly

2003-08-10 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

eclipse dependencies

2003-08-10 Thread Keith Wannamaker
I'm switching to eclipse, so I get to rexamine dependencies in tc (4.1). Just wanted to make a note for others who may try to do this: since there are circular dependencies between j-t-connectors and j-t-4.0, it is important to build coyote in a separate project which references both of these

[VOTE] [5.0.6] Stability ratings

2003-08-10 Thread Remy Maucherat
[ ] Alpha [ ] Beta Add comments if needed :) Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java

2003-08-10 Thread luehe
luehe 2003/08/08 16:40:17 Modified:util/java/org/apache/tomcat/util/net/jsse JSSE14SocketFactory.java Log: Allow for customization of JSSE trust and key managers. Revision ChangesPath 1.5 +41 -17 jakarta-tomcat-connectors/util/java/org/

Re: [5.0.7] New build by Sunday

2003-08-10 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, August 09, 2003 2:00 AM Subject: Re: [5.0.7] New build by Sunday > Bill Barker wrote: > >>All the bugs so far are with the (brand new) procrun for NT. Bugs 18

Embedded tomcat with HTTPS

2003-08-10 Thread Wesley Hall
Hello, Myself and a collegue are currently working on an open source application, part of which involves embedding a servlet engine. I have read through some tutorials and the API docs for tomcat and began development of a class structure to provide this. I have, however come across a proble

DO NOT REPLY [Bug 22151] - ThreadPool OutOfMemoryException

2003-08-10 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-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2003-08-10 Thread remm
remm2003/08/09 12:04:29 Modified:catalina/src/share/org/apache/catalina Context.java catalina/src/share/org/apache/catalina/core ApplicationContext.java StandardContext.java StandardContextValve.java catali

DO NOT REPLY [Bug 22202] - Using DataSourceRealm causes MBeanException at Tomcat startup.

2003-08-10 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 22096] - reload through manager webapp fails to redeploy classes/jars

2003-08-10 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-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java

2003-08-10 Thread remm
remm2003/08/06 10:50:22 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java Log: - Cleanup URL handling, to be consistent with the HTML manager. - Don't send extra "OK" messages. - Fix update flag (which was always

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

2003-08-10 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

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

2003-08-10 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 22279] - [PATCH] Typo fixes for various parts in Tomcat-FAQ

2003-08-10 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: Fwd: Re: Tomcat and LDAP Issues

2003-08-10 Thread Jeff Tulley
I just tested it, and the fix seems to work well. At first I thought that your null check would actually cause a problem, in case the exception is something besides a connection(or socket) closed, and the provider chose to not to set the message on the exception. But, I think the fact that the re

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2003-08-10 Thread luehe
luehe 2003/08/06 13:03:15 Modified:catalina/src/conf web.xml Log: - Replaced JspServlet's "tagPoolSize" config param with the correct "tagpoolMaxSize" in web.xml - Removed getTagPoolSize() from Options, because tag pool size is no longer needed at compile time Rev

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

2003-08-10 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