Cannot load /usr/local/apache/libexec/mod_webapp.so

2003-08-14 Thread Sunny Lin
To whom it may concerns, I successfully built the web modules, but had error when do the configtest as followed, Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_webapp.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocatio

[PATCH] jakarta-servletapi-5: API updates

2003-08-14 Thread Mark Roth
The following patch includes an API update from the JSP 2.0 specification. jsr152/src/share/javax/servlet/jsp/tagext/SimpleTag.java: - Clarified javadocs for setJspContext() jsr152/src/share/javax/servlet/jsp/tagext/SimpleTagSupport.java: - Clarified javadocs for setJspContext() jsr152/src

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

2003-08-14 Thread Kin-Man Chung
I don't think this patch is correct. The order that the methods startPrefixMapping and endPrefixMapping are called is properly nested, so a stack is appropiate. Take for instance the follow xml fragment 1 2 3 4 The order that those methods will be called is: At l

DO NOT REPLY [Bug 21795] - j_security_check isn't fed through filters

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-catalina/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2003-08-14 Thread funkman
funkman 2003/08/08 09:39:54 Modified:catalina/src/share/org/apache/catalina/realm JNDIRealm.java Log: Fix bug 22236. addAttributeValues may return null. This could trigger a NPE if debugging was turned up >=2 Also addAttributeValues() returns null if attrId or attrs is nu

Re: DO NOT REPLY [Bug 20675] -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 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: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardWrapperValve.java

2003-08-14 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: funkman 2003/08/05 11:41:50 Modified:catalina/src/share/org/apache/catalina/valves ErrorReportValve.java catalina/src/share/org/apache/catalina/core StandardWrapperValve.java Log: Experiment: Use

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 7968] - JSSE 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_bug

cvs commit: jakarta-tomcat-catalina/webapps/docs jndi-resources-howto.xml

2003-08-14 Thread remm
remm2003/08/09 11:59:22 Modified:webapps/docs jndi-resources-howto.xml Log: - Fix typo, submitted by Yann Cébron. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-catalina/webapps/docs/jndi-resources-howto.xml Index: jndi-resources-howto.xml ===

Re: [PROPOSAL] Add "keystoreAlias" property to CoyoteConnector

2003-08-14 Thread Jan Luehe
Jan Luehe wrote: Bill Barker wrote: Just make certain to close bug #19610 after the commit. Done. Notice that 19610 also requests the ability to assign different passwords to each individual key. JSSE currently does not support this feature via its standard APIs. I meant: "[...] the ability to

DO NOT REPLY [Bug 22133] - 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

Re: [VOTE] 5.0.7 stability rating

2003-08-14 Thread Jean-Francois Arcand
Remy Maucherat wrote: [X ] Alpha [ ] Beta Please vote :) Add comments if needed. (1) Xerces validation doesn't work (seems the way we load the DTD is incorrect, producing the current error...but wait, we never know with Xerces ;-) ). Since validation was by default supported in 4.x, I'm

Re: Fwd: Re: Tomcat and LDAP Issues

2003-08-14 Thread Tim Funk
Oops forgot about that one. There is a PATCH but the writer says that the bug is really with the JNDI Provider (Netscape) and not tomcat. The patch is a workaround to the Netcape's bug. (But maybe I took those words out of context) Remy - your thoughts on this one? (My pref is WONTFIX since the

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

2003-08-14 Thread jfarcand
jfarcand2003/08/12 09:49:24 Modified:.build.properties.default Log: Until I figure out what is the problem with Xerces 2.3.0+, use Xerces 2.1.0 so at least people can turn on validation and test Tld validation. Revision ChangesPath 1.101 +4 -5 jakarta-to

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

[GUMP] Build Failure - jakarta-tomcat-jk

2003-08-14 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: [echo] jakarta-tomcat-connec

DO NOT REPLY [Bug 21917] - TldConfig.java does not set SystemId

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

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 22266] - 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: 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

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

2003-08-14 Thread jfarcand
jfarcand2003/08/06 13:31:24 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java Log: With the removal of org.apache.catalina.connector.*, we need a way to allow cuto mized version of the connector. So I'm allowing the extension of this

DO NOT REPLY [Bug 20098] - RequestDispatcher.include() in a jsp prints it's contents before any of the parents jsp's content is printed

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: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compilerJspDocumentParser.java

2003-08-14 Thread Remy Maucherat
Kin-Man Chung wrote: I don't think this patch is correct. The order that the methods startPrefixMapping and endPrefixMapping are called is properly nested, so a stack is appropiate. Take for instance the follow xml fragment 1 2 3 4 The order that those methods will be ca

Re: [Q] Different handling tagfiles and normal tags classes

2003-08-14 Thread Torsten Fohrer
What about a seperate TAGFILE_SCOPE? Best greeting Torsten Fohrer On Wednesday 13 August 2003 22:02, you wrote: > Torsten, > > see JSP.8.3 ("Semantics of Tag Files"), 3rd bullet: > >For each invocation to the tag, the JSP Context Wrapper must present a >clean page scope containing no i

Re: [5] Jasper currently requires a 1.4 JVM

2003-08-14 Thread Costin Manolache
Remy Maucherat wrote: > Bill Barker wrote: >> o.a.j.compiler.JspUtil.makeJavaPackage currently is calling String.split. >> This means that you currently can't use Jasper (at least for compiling) >> with >> a 1.3.x JVM. Since Tomcat isn't a J2EE 1.4 container I can't see any >> justification in th

Re: [Q] Different handling tagfiles and normal tags classes

2003-08-14 Thread Bill Barker
- Original Message - From: "Torsten Fohrer" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 9:32 PM Subject: Re: [Q] Different handling tagfiles and normal tags classes > > What about a seperate TAGFILE_SCOPE? Not something that is

Tomcat 4.1.x Documentation Bug?

2003-08-14 Thread Oliver Wulff
The Classloader HOW-TO doc explains the following for the common classloader: >>> xerces.jar - The XML parser that is visible by default to Tomcat internal classes and to web applications. This can be overridden, for a particular web application, by including your desired parser in /WEB-INF/lib

DO NOT REPLY [Bug 14308] - SSL fails with Netscape 4.77

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 22399] New: - libapr not found

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
Fixes it on NetWare. I'll go try WinXP Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED] 8/12/03 7:02:01 PM >>> Oups I've missed the discussion . There is a 1.4.2 bug found by Remy (and reporte

Re: Xerces location and bug

2003-08-14 Thread Jean-Francois Arcand
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 it? If yes, then we shoud r

DO NOT REPLY [Bug 22366] New: - 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

[5.0] Tomcat procrun future ?

2003-08-14 Thread Remy Maucherat
Ending with something like that would be cool: http://www.micromata.com/M_tec/schroedinger/index.html Of course, I don't expect we'll be able to put them out of buisness for the forseeable future :-D - Implementing deploy shortcuts with calls to Ant would be relatively easy - Parsing the log o

Re: DO NOT REPLY [Bug 20675] -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

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

2003-08-14 Thread luehe
luehe 2003/08/06 13:04:05 Modified:jasper2/src/share/org/apache/jasper Options.java EmbeddedServletOptions.java jasper2/src/share/org/apache/jasper/runtime TagHandlerPool.java Log: - Replaced JspServlet's "tagPoolSize"

Re: tomcat-5.0.7 jasper jsp compiler error

2003-08-14 Thread Remy Maucherat
Jan Harmsen wrote: Hi, from 5.0.6 to 5.0.7 something must have been changed within jasper, my jsps don't compile anymore. I tested exactly the same webapp with 5.0.6 and it works but with 5.0.7 I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP o

DO NOT REPLY [Bug 19799] - Tomcat dies after being up for a while (complains about maxThreads)

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 19867] - Declarative SSL Client Authentication don't work

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 22278] New: - [PATCH] Include RemoteAddrValve in manager.xml

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-jasper/jasper2/src/share/org/apache/jasper/compiler JspUtil.java

2003-08-14 Thread remm
remm2003/08/08 03:22:23 Modified:jasper2/src/share/org/apache/jasper/compiler JspUtil.java Log: - Bug 22133: workaround for a JDK 1.3 scoping bug. There could be additional similar issues. - Submitted by Matthias Ernst. Revision ChangesPath 1.41 +4 -4

DO NOT REPLY [Bug 22293] - JasperLoader prepends fixed package name

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: Bug Report - 4.1.27 Race Condition

2003-08-14 Thread Wesley Hall
Having looked at this problem a little more (assuming this is the same problem, i had done a little recoding, but the symptoms are the same), i have some more info. > > Unless there's a major unexpected flaw and I missed something, I do > believe that the shutdown is synchronous if you use the sto

Re: [VOTE] 5.0.7 stability rating

2003-08-14 Thread Remy Maucherat
Jean-Francois Arcand wrote: I'm working on (1) ( (2) will be easy once (1) is fixed) now and hope to have something soon. Great, I don't care about either ;-) lol :-) None of this is critical for a beta (off by default, and it is so slow you'd have to be crazy to enable it). Then I'm crazy :-)

DO NOT REPLY [Bug 11210] - JNDIRealm successfully authenticated a non-existing user on iPlanet Directory Server

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

[Q] Different handling tagfiles and normal tags classes

2003-08-14 Thread Torsten Fohrer
Tagfiles and tags get a jspcontext from the container at runtime. Tags get directly a normal pagecontext reference from the current jsp page. TagFiles instead get a wrapper around the pagecontext that wraps all set/get/findAttribute for the page scope to a local set of stored attributes. When

System.out refs

2003-08-14 Thread Tim Funk
When I was looking at o.a.c.core.ApplicationDispatcher.java, I noticed it used 2 different logging styles: - Commons Logging - log() which tries to use context.getLogger(), and if null uses System.out Shouldn't the log() method use commons-logging if context.getLogger() returns null? Bonus q: I

Re: [5.0.7] New build by Sunday

2003-08-14 Thread jean-frederic clere
Remy Maucherat wrote: Bill Barker wrote: "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

DO NOT REPLY [Bug 22279] - [PATCH] Typo fixes for various parts in Tomcat-FAQ

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 22151] New: - 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

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

DO NOT REPLY [Bug 22294] New: - 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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util DateTool.java

2003-08-14 Thread luehe
luehe 2003/08/12 17:13:54 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java catalina/src/share/org/apache/catalina/util DateTool.java Log: Optimizations: - Bugtraq 4730584 ("HttpResponseBase should creat

DO NOT REPLY [Bug 22258] - Hardcoded / while looking into a ExpandWar.java

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/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2003-08-14 Thread remm
remm2003/08/05 05:26:54 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Fix bug 9351: parsing IPv6 hostnames (in IP form, obviously). - Submitted by Masashi Yamaguchi. Thanks ! Revision ChangesPath 1.73 +9 -

DO NOT REPLY [Bug 13861] - Authentication / SSL conflict (web.xml security-constraint auth-constraint user-data-constraint)

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java CoyoteServerSocketFactory.java mbeans-descriptors.xml

2003-08-14 Thread luehe
luehe 2003/08/11 14:44:16 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java CoyoteServerSocketFactory.java mbeans-descriptors.xml Log: - Added support for specifying comma-separated list of SSL protocol va

DO NOT REPLY [Bug 22141] - response wrapper not being used in filtering an error-page

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] Tomcat 5.0 release plan

2003-08-14 Thread Jean-Francois Arcand
+1 -- Jeanfrancois Remy Maucherat wrote: I have updated the dates mentioned in the release plan (given that Tomcat 5 can't go to beta before the end of last month ;-) ). It now calls for a beta before the 15th of August, which means either Tomcat 5.0.6 or 5.0.7 would have to be declared beta t

DO NOT REPLY [Bug 22388] New: - TC 5.0.6 Startup Exception

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: cvs commit:jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11Http11Protocol.java

2003-08-14 Thread Jan Luehe
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: luehe 2003/08/11 14:44:49 +public void setProtocols(String k) { +setAttribute("protocols", k); +} + This probably should be "sslProtocols", no ? Hmm, but that would make it inconsistent with Http11Protocol's "setProtoco

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2003-08-14 Thread luehe
luehe 2003/08/11 11:07:15 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: Added support for specifying alias name for server keypair and cert chain, to be used by the server to authenticate itself to SSL clients Revision ChangesPath 1.32

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

2003-08-14 Thread remm
remm2003/08/09 06:08:18 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: - Display root cause for build errors. - Fix classpath generation (the side effect seems needed when compiling tag files, somehow). Revision ChangesPath 1.52 +39 -4 jak

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant JMXQueryTask.java JMXSetTask.java

2003-08-14 Thread remm
remm2003/08/11 02:02:50 Added: catalina/src/share/org/apache/catalina/ant JMXQueryTask.java JMXSetTask.java Log: - Add two JMX related tasks, designed to use the jmxproxy servlet. - Submitted by Vivek Chopra. Revision ChangesPath 1.1

Re: System.out refs

2003-08-14 Thread Remy Maucherat
Costin Manolache wrote: Tim Funk wrote: When I was looking at o.a.c.core.ApplicationDispatcher.java, I noticed it used 2 different logging styles: - Commons Logging - log() which tries to use context.getLogger(), and if null uses System.out Shouldn't the log() method use commons-logging if context

Re: [PROPOSAL] Add "keystoreAlias" property to CoyoteConnector

2003-08-14 Thread Jan Luehe
Bill Barker wrote: Just make certain to close bug #19610 after the commit. Done. Notice that 19610 also requests the ability to assign different passwords to each individual key. JSSE currently does not support this feature via its standard APIs. Jan - Original Message - From: "Jan Lueh

Re: [PROPOSAL] Add "keystoreAlias" property to CoyoteConnector

2003-08-14 Thread Bill Barker
Just make certain to close bug #19610 after the commit. - Original Message - From: "Jan Luehe" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, August 09, 2003 10:38 AM Subject: [PROPOSAL] Add "keystoreAlias" property to CoyoteConnector > I would like

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 22290] - HttpServlet should use Wrapper class for doHead

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 18485] - Jasper tries to write something directly to $CATALINA_HOME

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 19610] - Tomcat does not support a keystore with multiple keys with different passwords for each key

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-jasper/jasper2/src/share/org/apache/jasper/compiler PageInfo.java

2003-08-14 Thread luehe
luehe 2003/08/08 12:06:41 Modified:jasper2/src/share/org/apache/jasper/compiler PageInfo.java Log: Added javadocs for getExtends methods Revision ChangesPath 1.37 +22 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/PageInfo.java Inde

cvs commit: jakarta-servletapi-5/jsr152/examples/WEB-INF web.xml

2003-08-14 Thread remm
remm2003/08/12 12:41:23 Modified:jsr152/examples/WEB-INF web.xml Log: - Remove useless "insert here" marker. Revision ChangesPath 1.10 +0 -2 jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml Index: web.xml ==

Re: [5.0] Listeners change

2003-08-14 Thread Craig R. McClanahan
On Sat, 9 Aug 2003, Remy Maucherat wrote: > Date: Sat, 09 Aug 2003 15:29:09 +0200 > From: Remy Maucherat <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: [5.0] Listeners change > > Right now, all the webapp event

DO NOT REPLY [Bug 22258] - Hardcoded / while looking into a ExpandWar.java

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/util/java/org/apache/tomcat/util/compat Jdk14Compat.java JdkCompat.java

2003-08-14 Thread billbarker
billbarker2003/08/13 23:36:02 Modified:util/java/org/apache/tomcat/util/compat Jdk14Compat.java JdkCompat.java Log: Adding a 'split' method to JdkCompat. The 1.3.x JVM treats the pattern as a literal (and not as an RE) for now, since I don't want to intr

DO NOT REPLY [Bug 22273] New: - [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

DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

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 21503] - [PATCH] Need to add special emphasis for windows service to setting JAVA_HOME

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] New: - 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 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-catalina/catalina/src/share/org/apache/catalina/ant DeployTask.java

2003-08-14 Thread remm
remm2003/08/06 11:19:25 Modified:catalina/src/share/org/apache/catalina/ant DeployTask.java Log: - deploy from an existing tag wasn't possible. Revision ChangesPath 1.4 +5 -5 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/DeployTask.jav

DO NOT REPLY [Bug 14784] - access log garbled

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

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2003-08-14 Thread luehe
luehe 2003/08/11 14:44:49 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: - Added support for specifying comma-separated list of SSL protocol variants to be enabled This may be useful to disable the less secure SSLv2. Revision Changes

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java SmapStratum.java SmapUtil.java

2003-08-14 Thread remm
remm2003/08/09 12:19:37 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java SmapStratum.java SmapUtil.java Log: - Bug 2006: Invalid SMAP line entries when running with mappedfile=true. - Submitted by Eric Carmichael (like th

JSP error with standard Javac (and a workaround) with Tomcat 4.1.27

2003-08-14 Thread Chris Brown
Hi, I've just upgraded from Tomcat 4.1.24 to 4.1.27, and am using the default out-of-the-box configuration (see below). Tomcat now refuses to compile JSPs with the default settings. I need to modify conf/web.xml such that the "fork" init-param for the JSP servlet is set to "true" (not "false",

DO NOT REPLY [Bug 10229] - Request parameters lost after authenticated through login page

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: 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 withi

DO NOT REPLY [Bug 22277] - IllegalArgumentException in setOutputLineIncrement()

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

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: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteResponse.java

2003-08-14 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/08/12 17:13:43 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java Log: Optimizations: - Bugtraq 4730584 ("HttpResponseBase should create date format only when needed") - Bugtraq 4701695

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

[DOCPATCH] manager-howto.xml

2003-08-14 Thread Shatzer, Larry
Fix a typo where th was used instead of the in manager-howto.xml. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 22353] New: - Tomcat crashes with unexpected exception when used with MCVE API

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 20612] - Binary download doesn't work

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

<    1   2   3   4   >