Re: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-20 Thread Pierre Delisle
Larry Isaacs wrote: When applying Gareth Morgan's bug fix for JspRuntimeLibrary in the Tomcat MAIN branch, a difference between the tomcat_32 and MAIN versions revealed that Tomcat 3.2 still has the bug discovered by Glenn Nielsen. This is where: jsp:setProperty name="bean"

BugRat Report #411 was closed (apparently by: Pierre Delisle)

2000-11-20 Thread BugRat Mail System
Report #411 was closed by Person #0 Synopsis: jsp:setProperty doesn't call set methods in beans if params have no value (logged in as: Pierre Delisle)

BugRat Report #412 has been filed.

2000-11-20 Thread BugRat Mail System
Bug report #412 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/412 REPORT #412 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity:

Re: TC 3.3: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2000-11-20 Thread cmanolache
Hola a Todos: Asunto: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java How about definitely deprecate org.apache.tomcat.service packages?? The package has been refactored and moved to org.apache.tomcat.modules.server. The new

BugRat Report #415 has been filed.

2000-11-20 Thread BugRat Mail System
Bug report #415 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/415 REPORT #415 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critical

PageContext.removeAttribute

2000-11-20 Thread Pierre Delisle
Bug report #412 has just been filed. Synopsis: public void removeAttribute(String name) does not work properly Description: lt. spec from sun this method is required to remove the attribute from every scope. in class PageContextImpl however this only removes attributes from the page

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

2000-11-20 Thread remm
remm00/11/20 13:23:08 Modified:catalina/src/conf server.xml Log: - The AccessLogValve is now removed from the default configuration until further work is done to improve its performance. The XML is just commented out, so you can still easily use it if you want to.

RE: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-20 Thread Larry Isaacs
I would argue that in such a case, the developer should not use an "indexed" property, but rather a simple property that takes a String array as argument. (i.e. the only difference with an "indexed property" is that the index setter method would not be defined). I had not noticed the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session - New directory

2000-11-20 Thread costin
costin 00/11/20 13:38:12 jakarta-tomcat/src/share/org/apache/tomcat/modules/session - New directory

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config - New directory

2000-11-20 Thread costin
costin 00/11/20 13:38:27 jakarta-tomcat/src/share/org/apache/tomcat/modules/config - New directory

Re: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-20 Thread Pierre Delisle
Larry Isaacs wrote: ... I'll try to commit a patch that fixes just the following: 1) Fix value="" without allowing param="..." to set. 2) For a String array property, make "?prop=prop=text" set the property for property="*". Currently property="*" handling assumes only simple

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

2000-11-20 Thread larryi
larryi 00/11/20 14:01:47 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 JspRuntimeLibrary.java Log: Apply Gareth Morgan's patch for value="", but don't allow setProperty with param="..." to set the property if parameter is empty. Modify

Tomcat Startup Problem

2000-11-20 Thread Kumar Shailendra
Hi, Can somebody please help me solve the error I am getting I try to start Tomcat on my machine. "Java.lang.ClassNot FoundException: org/apache/tomcat/service/http/HttpConnectionHandler" . In short I get Class not found exception for HttpConnectionHandler. I have set the TOMCAT_HOME and

Re: PageContext.include(..) flushing buffer

2000-11-20 Thread Craig R. McClanahan
Gary Albelli wrote: I was reading this bug report and could not find where the jsp spec indicates that the buffer should be flushed prior to processing the include. You're right ... the servlet spec does not require this behavior (although JSP 1.1 pages that use jsp:include page="/x"

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletResponseFacade.java

2000-11-20 Thread craigmcc
craigmcc00/11/20 15:59:43 Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32 HttpServletResponseFacade.java Log: Intra-document references (i.e. relative urls starting with "#") never need to be encoded. Revision ChangesPath No

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

2000-11-20 Thread pierred
pierred 00/11/20 16:18:27 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 PageContextImpl.java Log: Fix for bug report #412: public void removeAttribute(String name) does not work properly - removeAttribute now removes the attribute from

BugRat Report #412 was closed (apparently by: Pierre Delisle)

2000-11-20 Thread BugRat Mail System
Report #412 was closed by Person #0 Synopsis: public void removeAttribute(String name) does not work properly (logged in as: Pierre Delisle)

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/session ServerSession.java ServerSessionManager.java StandardSessionInterceptor.java

2000-11-20 Thread costin
costin 00/11/20 16:31:15 Modified:src/etc server.xml src/share/org/apache/tomcat/helper SecurityTools.java src/share/org/apache/tomcat/request SessionInterceptor.java src/share/org/apache/tomcat/session ServerSession.java

Problem with context initialization ?

2000-11-20 Thread Arieh Markel
We are running into the following problem: . we start Tomcat in an embedded manner: use a server.xml that only includes interceptors and connectors create contexts programmatically initialize the context manager I am observing the following

Re: Problem with context initialization ?

2000-11-20 Thread cmanolache
Hi Arieh, I know about this problem, and 3.3 is going to fix this ( and other similar problems ) by defining a startup order and changing the code to implement it. I don't know any simple fix for 3.2, there is a lot of code that has to be changed. Costin On Mon, 20 Nov 2000, Arieh Markel

Re: 3.2 status -- no taglibs in jars

2000-11-20 Thread Brian Bucknam
Pierre Delisle wrote: I'll commit the patch right now and I'd appreciate if you could run some exhaustive tests. Well, it may take a little while, as my commit is currently blocked because of a lock held by Larry (I've notified him). Since the lock has been on for more than 10 minutes,

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

2000-11-20 Thread craigmcc
craigmcc00/11/20 18:39:07 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 RequestImpl.java Log: Lightly refactor the initialization and recycling code to make it easier to subclass this class in an embedded environment. Should have zero impact on

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletResponseFacade.java

2000-11-20 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: craigmcc00/11/20 15:59:43 Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32 HttpServletResponseFacade.java Log: Intra-document references (i.e. relative urls starting with "#") never need to be encoded. I'm not

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletResponseFacade.java

2000-11-20 Thread Craig R. McClanahan
Hans Bergsten wrote: [EMAIL PROTECTED] wrote: craigmcc00/11/20 15:59:43 Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32 HttpServletResponseFacade.java Log: Intra-document references (i.e. relative urls starting with "#") never

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

2000-11-20 Thread larryi
larryi 00/11/20 19:09:55 Modified:src/share/org/apache/jasper/runtime PageContextImpl.java Log: Port changes from tomcat_32 branch. Fix for bug report #412: public void removeAttribute(String name) does not work properly - removeAttribute now removes the attribute

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade HttpServletResponseFacade.java

2000-11-20 Thread Hans Bergsten
"Craig R. McClanahan" wrote: Hans Bergsten wrote: [EMAIL PROTECTED] wrote: craigmcc00/11/20 15:59:43 Modified:src/share/org/apache/tomcat/facade Tag: tomcat_32 HttpServletResponseFacade.java Log: Intra-document references (i.e.

BugRat Report #417 has been filed.

2000-11-20 Thread BugRat Mail System
Bug report #417 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/417 REPORT #417 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious

[ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-20 Thread Craig R. McClanahan
Thanks to everyone for the bug reports (and patches)! You can now download "beta 8" of the Tomcat 3.2 servlet container from: http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-8 Relative to "beta 7", a number of critical bugs have been fixed, and several configuration options