Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-13 Thread Christopher K. St. John
"Craig R. McClanahan" wrote: > > If your server implements session swapping or distribution (as we are currently > developing in the 4.1 repository), it is pretty much guaranteed that different > session object instances may be used during the lifetime of the same session. > But don't you get

[Tomcat 4.0] Updated Documentation

2001-01-13 Thread Craig R. McClanahan
I spent some time this afternoon creating the beginnings of a documentation bundle for Tomcat 4.0. It is not yet complete, and not yet copied into the binary build of Tomcat 4.0, but I've also arranged that it be snapshotted on the Tomcat web site, at: http://jakarta.apache.org/tomcat The i

Re: Patches and TC 4.1

2001-01-13 Thread Craig R. McClanahan
Remy Maucherat wrote: > > David Weinrich wrote: > > > > Now that it's an Apache project, I am +1 for using it ... both here, and > as an > > implementation of org.apache.catalina.Logger for the general purpose > logging > > that goes on inside Catalina. > > +1. > Will it be required to build ? >

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-13 Thread Craig R. McClanahan
Hans Bergsten wrote: > > I agree that it's reasonable to assume that the same HttpSession > instance is used throughout the session in the most common case, > but I don't agree that the spec mandates this implementation (and > I don't think it should mandate implementation details unless it's > a

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev README.html architecture.html building.html new_spec.html todo.html

2001-01-13 Thread craigmcc
craigmcc01/01/13 20:26:11 Modified:catalina/docs index.html catalina/docs/dev README.html architecture.html building.html new_spec.html todo.html Log: Update the links for the developer documentation related to Catalina. Revision Changes

cvs commit: jakarta-tomcat-4.0/catalina/docs filters.html

2001-01-13 Thread craigmcc
craigmcc01/01/13 20:18:14 Removed: catalina/docs filters.html Log: Remove obsolete file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/docs/config categories.html context.html engine.html host.html http11.html

2001-01-13 Thread craigmcc
craigmcc01/01/13 20:17:05 Modified:catalina/docs/config categories.html context.html engine.html host.html http11.html Log: Major update to the configuration documentation for Tomcat 4.0. TODO: Flesh out the information on the WARP connector, and create

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-13 Thread Christopher K. St. John
Hans Bergsten wrote: > > But in a container that > saves sessions to disk to conserve memory, or during server restart, > you will most definitely see more than one instance. Same thing > for a distributable application, where the session may migrate > to another server. > You can see more tha

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2001-01-13 Thread remm
remm01/01/13 18:36:52 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Oops, I wan't normalizing the right thing, which was causing problems depending on how the servlet mappings were configured. Revision Chang

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Anil Vijendran
Costin, It would be really good if you could reconsider what you said and attend/call into the meeting. As a principal developer of the 3.x tree your viewpoint, input and experience should feed into the decision making process. The PMC (not withstanding any particular member's behaviour) has bee

Re: IM LOST, ERROR 500????

2001-01-13 Thread mpangaro
Delivery failure: javax.mail.MessagingException: 452 Filesystem error - message not accepted Hi Im writing my first little program that will welcome a user once she enters and submits her details into a web page.There is no problem Writing the JSP files but I cannot start a new .java file in Jbu

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: > > >*) Tomcat 3.x vs. Tomcat 4.x. We will be reaching a final decision > >about the future of the Tomcat source base and what our process > >for managing the factors that created the current situation will > >be moving forward. For reference you may want to r

cvs commit: jakarta-tomcat-4.0/catalina/docs index.html JDBCRealm-howto.html manager.html singlesignon.html

2001-01-13 Thread craigmcc
craigmcc01/01/13 17:31:45 Modified:catalina/docs JDBCRealm-howto.html manager.html singlesignon.html Added: catalina/docs index.html Log: General clean-up of the Tomcat 4.0 documentation bundle. Revision ChangesPath 1.3 +4 -1 ja

cvs commit: jakarta-tomcat-4.0/catalina/docs tomcat.gif

2001-01-13 Thread craigmcc
craigmcc01/01/13 17:31:10 Added: catalina/docs tomcat.gif Log: Add image used in user documentation. Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/docs/tomcat.gif <> -

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-13 Thread Hans Bergsten
"Christopher K. St. John" wrote: > > Hans Bergsten wrote: > > > > "Christopher K. St. John" wrote: > > > > > > 7.3 Session Scope > > > > > > HttpSession objects must be scoped at the > > > application / servlet context level. The > > > underlying mechanism, such as the cookie > > > used

Re: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Jon Stevens
on 1/13/01 3:10 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Of course, it would be nice to make the list archive available - since the > PMC is "deciding the future of tomcat" I guess commiters should at > least be able to read the debate. > ( and have an example of "productive" debate -

Re: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Jon Stevens
on 1/13/01 12:58 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Given the PMC composition and the opinions expressed so far by some of the > PMC members and the silence of the others, I'm sure you'll understand > why I want to stop "beeing a party" of this project in general. No, I think y

Patches and TC 4.1

2001-01-13 Thread Remy Maucherat
> David Weinrich wrote: > > Now that it's an Apache project, I am +1 for using it ... both here, and as an > implementation of org.apache.catalina.Logger for the general purpose logging > that goes on inside Catalina. +1. Will it be required to build ? > I will be examining your patches (and Kie

Re: AccessLogUtil and minor patch to AccessLogValve

2001-01-13 Thread Jon Stevens
on 1/12/01 11:52 PM, "David Weinrich" <[EMAIL PROTECTED]> wrote: > In diving through the documentation I found for log4j, and hitting the > website I noticed...it is now part of the jakarta project (yay!). Seems like > this would be a (much much much) better idea than my mostly-untested syslog >

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread cmanolache
> I for one did not see continuing this discussion on tomcat dev as being > productive. It has continued on the PMC mailing list. ... > The role of the PMC in such decisions will be a topic of discussion. In > fact, that is precisely the discussion that has continued in the PMC > mailing list.

URGENT - jsp isn't working at all !!!!

2001-01-13 Thread Kim, KyoungA
I 've just installed Tomcat3.1 +Apache3.1.14 on Solaris2.5.1(X86). I could see http://localhost/Examples and Survlets Examples are working very well but JSP Examples are not working at all. And there is one thing I feel strange is, when I execute an JSP example and then Tomcat tr

Re: AccessLogUtil and minor patch to AccessLogValve

2001-01-13 Thread Craig R. McClanahan
David Weinrich wrote: > In diving through the documentation I found for log4j, and hitting the > website I noticed...it is now part of the jakarta project (yay!). Seems like > this would be a (much much much) better idea than my mostly-untested syslog > code for an addition to the logger classes,

cvs commit: jakarta-tomcat-4.1/tester/src/tester/org/apache/tester SetBufferSize01.java

2001-01-13 Thread craigmcc
craigmcc01/01/13 14:31:34 Modified:tester/src/tester/org/apache/tester SetBufferSize01.java Log: Port forward the revised setBufferSize() test. Revision ChangesPath 1.3 +5 -1 jakarta-tomcat-4.1/tester/src/tester/org/apache/tester/SetBufferSize01.java Ind

cvs commit: jakarta-tomcat-4.0/tester/src/tester/org/apache/tester SetBufferSize01.java

2001-01-13 Thread craigmcc
craigmcc01/01/13 14:30:30 Modified:tester/src/tester/org/apache/tester SetBufferSize01.java Log: Update the unit test version of the setBufferSize() test to catch the case that was previously failing. Revision ChangesPath 1.3 +5 -1 jakarta-tomcat-4.0/tester

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/connector ResponseBase.java

2001-01-13 Thread craigmcc
craigmcc01/01/13 14:29:44 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: Port forward the setBufferSize() bug fix from Tomcat 4.0. Revision ChangesPath 1.10 +5 -5 jakarta-tomcat-4.1/catalina/src/share/o

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseBase.java

2001-01-13 Thread craigmcc
craigmcc01/01/13 14:28:48 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: ServletResponse.setBufferSize() should throw IllegalStateException if any output has been written *or* the response has been committed. Previously, i

BugRat Report #744 was closed (apparently by: Ignacio Ortega)

2001-01-13 Thread BugRat Mail System
Report #744 was closed by Person #0 Synopsis: security hole - can download jsp page source code (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

BugRat Report #743 was closed (apparently by: Ignacio Ortega)

2001-01-13 Thread BugRat Mail System
Report #743 was closed by Person #0 Synopsis: request.getServerPort() reports wrong port with SSL (https) (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PRO

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java WebdavServlet.java

2001-01-13 Thread remm
remm01/01/13 13:24:48 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java WebdavServlet.java Log: - Fixes all known issues with file serving and WebDAV. - COPY, MOVE, DELETE now work again. - All the resources served / browsed

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/naming/resources ProxyDirContext.java Resource.java ResourceAttributes.java

2001-01-13 Thread remm
remm01/01/13 13:19:13 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Resource.java ResourceAttributes.java Log: - ProxyDirContext is now way smarter about the types which are returned by the actual

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/naming/resources FileDirContext.java LocalStrings.properties

2001-01-13 Thread remm
remm01/01/13 13:17:06 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java LocalStrings.properties Log: - Implement the last three missing calls in the FileDirContext. - Fix a problem where a file was locked after doing a lookup.

RE: [OFF TOPIC] HTML question

2001-01-13 Thread Marc Saegesser
Unfortunately, this means the string gets encoded twice which is just wasteful considering all that's really needed is to escape the quote character. Also, the value may contain multibyte characters (Shift_JIS, for example) and the JavaScript escape() function uses an encoding that is incompatibl

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/http HttpRequestAdapter.java

2001-01-13 Thread nacho
nacho 01/01/13 10:36:27 Modified:src/share/org/apache/tomcat/service/http Tag: tomcat_32 HttpRequestAdapter.java Log: Bug Report #743 request.getServerPort() reports wrong port with SSL (https) Submitted by Andreas Schildbach [EMAIL PROTECTED] Patch

RE: An alternative to JSP

2001-01-13 Thread Paulo Gaspar
I used XSLT as a template mechanism and my feeling is that it is too heavy and too problematic for that purpose. WebMacro, Velocity and FreeMarker are less problematic and lighter. I have seen people trying to use XSLT for business logic just because they want to do everything with it, and they t

RE: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Paulo Gaspar
All the posting was very wise and balanced, as usual with Sam. I think that the sentence I kept in this reply is a key one. I hope that Costin will end up defending his right to pursue his convictions, even if his ideas are not so popular now. I hope that other people will remember the advanta

cvs commit: jakarta-tomcat/src/doc faq

2001-01-13 Thread jiricka
jiricka 01/01/13 06:11:10 Modified:src/doc Tag: tomcat_32 faq Log: Updating a DD code example to reflect repackaging of the JspServlet class. Revision ChangesPath No revision No revision 1.1.4.2 +1 -1 jakarta-to

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread Sam Ruby
Costin Manolache wrote: > > Given the PMC composition and the opinions expressed so far > by some of the PMC members and the silence of the others, > I'm sure you'll understand why I want to stop "beeing a party" > of this project in general. I for one did not see continuing this discussion on to

[PATCH] for Bug report 743

2001-01-13 Thread Dimitris Dinodimos
Hello,   There are two more bugs (report 741 and 744) that I would like to be fixed in version 3.2.2 Does anyone work on these bugs? If no one works on them I could try to fix them this weekend. Can you please let me know.   Thank you very much, Dimitris Dinodimos   Index: HttpRequestAdapter.

Re: Any solution for bug#696?

2001-01-13 Thread Arshad Mahmood
Hi, I have downloaded the latest tomcat-4.0-b1 binaries and have been trying to get it working on with Apache 1.3.12. 1. Apache 1.3.12 complains that the mod_webapp.so in the linux directory was not compiled with -DEAPI and may crash. I rebuilt it from the source and this error went away. 2. Wh

Re: FW: Jakarta PMC Meeting Agenda / Info

2001-01-13 Thread cmanolache
>*) Tomcat 3.x vs. Tomcat 4.x. We will be reaching a final decision >about the future of the Tomcat source base and what our process >for managing the factors that created the current situation will >be moving forward. For reference you may want to read: > >http://www.x180.net/Mutt