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

2001-01-12 Thread Thomas Butter
[EMAIL PROTECTED] wrote: remm01/01/11 22:51:58 Modified:catalina/src/share/org/apache/catalina/connector/http SocketInputStream.java Log: - Merge with some code inspired from code from BufferedInputStream. - Removed some unnecessary

BugRat Report #750 has been filed.

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

RE: Tomcat 3.2.2 [Was: Re: BugRat Report #690 has been filed.]

2001-01-12 Thread Ignacio J. Ortega
Hola Hans , Marc: You are using 3.2 from CVS AFAIK i did apply a patch 2 oe 3 weeks ago , that seems to resolve this problem, were reports #619 #653 #513 , and i think this is resolved in CVS, please review it and i will revise BugRat to close related bugs , if you agree it's already

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

2001-01-12 Thread BugRat Mail System
Report #166 was closed by Person #0 Synopsis: When I start tomcat on Win2000 I get the following error message (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

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

2001-01-12 Thread BugRat Mail System
Report #628 was closed by Person #0 Synopsis: Will not run unless logged in as adminstrator (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-12 Thread BugRat Mail System
Report #722 was closed by Person #0 Synopsis: Tomcat with Win 2000 ? (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-12 Thread BugRat Mail System
Report #725 was closed by Person #0 Synopsis: segmentation violation at first http request (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-12 Thread BugRat Mail System
Report #721 was closed by Person #0 Synopsis: a (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

patch against Tomcat-Workers-Howto

2001-01-12 Thread Thom May
Hi guys, reading my way through the documentation, i've been finding things that look "wrong"- I'm creating patches for the obvious bits as I go, but I think this one needs to be done... What do you think? cheers, -Thom Index: src/doc/Tomcat-Workers-HowTo.html

RE: Tomcat 3.2.2 [Was: Re: BugRat Report #690 has been filed.]

2001-01-12 Thread Marc Saegesser
I cvsup and build from source several times a week to make sure none of the changes going in have any detrimental effects on my application. I'm testing with the latest on the tomcat_32 branch. -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Tomcat 3.2.2 [Was: Re: BugRat Report #690 has been filed.]

2001-01-12 Thread Marc Saegesser
I'd like to hear from Hans before we close the report. He was able to duplicate the problem but I wasn't. If he's running tomcat_321_final then that would be expected, if he's using tomcat_32 latest and still seeing the problem then something else is wrong. -Original Message- From:

BugRat Report #751 has been filed.

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

3.2 cvs problems with ROOT context?

2001-01-12 Thread Ignacio J. Ortega
Hola a todos: I dong a brief review of 3.2.2 from cvs this evening, only to give a look over the latest ( big ) changes and so on... But after a cvs update a "build all" and double checked everything AFAIK, i can not get http://localhost:8080/ in my browser, i can access examples context but it

Re: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0

2001-01-12 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Hi, I try to configure TOMCAT server to authenticate client with certificate on HTTPS protocol. My connector is configure to accept request on 8443 port like this : Connector className="org.apache.catalina.connector.http.HttpConnector" port="8443" minProcessors="5"

RE: An alternative to JSP

2001-01-12 Thread Tomas Rokicki
Whatcha looking for: np.instantis.com ??? Just curious to see what's happening over there, nothing more. That's what browsers are for. What's the relevance to Tomcat? -tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For

BugRat Report #752 has been filed.

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

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

2001-01-12 Thread Remy Maucherat
I think you should subclass FilterInputStream, because it will provide you default implementations for the read(xxx) methods by calling the read() method. InputStream.read(b[], off, len) and skip(n), which are the two that I didn't implement (yet) look good enough to me (they both will end up

Re: [PATCH] adapter in load balancing (version 1.2 - Tomcat 3.2.x)

2001-01-12 Thread Dan Milstein
Benoit, Thanks -- I actually just fixed this in the 3.2 branch. -Dan Benoit Derouet wrote: Hi, The load balancer worker fail to handle load balancing (with sticky sessions) if the application uses custom cookies. In some circumstances, the load balancer worker can't

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

2001-01-12 Thread larryi
larryi 01/01/12 10:04:24 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 PrefixMapper.java Log: Reimplement the last fix so the root context (i.e. "") doesn't have problems. Revision ChangesPath No revision No

BugRat Report #753 has been filed.

2001-01-12 Thread BugRat Mail System
Bug report #753 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/753 REPORT #753 Details. Project: Servlet API Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity:

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-12 Thread cmanolache
There lies the catch and the source of problem in my understanding. In different requests relating to the same session, I may get referance to HttpSessionFacade instances which are different, but I expect them to be same (although not guarantied by specs but I thought it was a tacit

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-12 Thread Hans Bergsten
Gokul Singh wrote: [...] The reason you see a behavior difference is that Tomcat 3.1 did not recycle session object instances, but Tomcat 3.2 does. There lies the catch and the source of problem in my understanding. In different requests relating to the same session, I may get referance

Interceptor architecture

2001-01-12 Thread Aprameya N. Paduthonse
Hi, Could someone please direct me to any useful documentation that explains the architecture for building interceptors for Tomcat? Any resource that explains how to use the Tomcat open APIs would be helpful. Thanks in advance, Aprameya Paduthonse

Re: An alternative to JSP

2001-01-12 Thread Jon Stevens
on 1/12/01 11:49 AM, "Tomas Rokicki" [EMAIL PROTECTED] wrote: With the solution we're deploying in-house here, your dynamic row example is just tabletrtd%tr rundata%%key%/tdtd = %value%/td/tr/table which is editable in WYSIWYG HTML editors, contains no Java code, and so on . . . the

BugRat Report #756 has been filed.

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

RE: An alternative to JSP

2001-01-12 Thread Tomas Rokicki
I don't look at it as odd at all. JSP and servlets in general are *very low level* abstractions. They are incredibly useful, but they are at such a low level that it's very difficult to build a complex application. It's like coding in machine language. It's not that difficult to add a layer

BugRat Report #758 has been filed.

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

Re: Tomcat 3.2.2 [Was: Re: BugRat Report #690 has been filed.]

2001-01-12 Thread Hans Bergsten
Hans Bergsten wrote: "Ignacio J. Ortega" wrote: Hola Hans , Marc: You are using 3.2 from CVS AFAIK i did apply a patch 2 oe 3 weeks ago , that seems to resolve this problem, were reports #619 #653 #513 , and i think this is resolved in CVS, please review it and i will revise

un subscribe me...................

2001-01-12 Thread PAPIREDDY Poreddy
-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, January 12, 2001 9:20 PMTo: [EMAIL PROTECTED]Subject: possible problem with CLIENT-CERT login and security constraint on TOMCAT 4.0Hi, I try to configure TOMCAT server to authenticate

RE: Tomcat 3.2.2 [Was: Re: BugRat Report #690 has been filed.]

2001-01-12 Thread Marc Saegesser
BugReport 748 came in this morning. I'm up to my eyeballs at work lately so I haven't been able to look at it in depth, but it does look like a real spec violation so it probably should be considered for 3.2.2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-12 Thread Christopher K. St. John
Hans Bergsten wrote: The spec may not be explicit enough about this, but the session object you get back from the getSession() object is a container-managed object that the application is not supposed/allowed to keep long-lived references to. It's the same as with all other

cvs commit: jakarta-tomcat-4.1/catalina build.xml

2001-01-12 Thread remm
remm01/01/12 14:14:38 Modified:catalina build.xml Log: - ResourceFactory and TransactionFactory don't need to be left out of the build, since dependencies and imports from other parts of J2EE have been removed (using dynamic class loading instead). Revision

Re: NullPointerException from HttpSessionFacade.invalidate()

2001-01-12 Thread Christopher K. St. John
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 to establish the session, can be shared between contexts, but the

RE: [PATCH] adapter in load balancing (version 1.2 - Tomcat 3.2.x)

2001-01-12 Thread GOMEZ Henri
Will you update also the 3.3 branch ?-) "Pour la plupart des hommes, se corriger consiste changer de dfauts." -- Voltaire -Original Message- From: Dan Milstein [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 6:59 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] adapter in load

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

2001-01-12 Thread craigmcc
craigmcc01/01/12 16:51:01 Modified:tester/src/tester/org/apache/tester SetBufferSize01.java Log: Tweak the details of this test so that it operates more like the corresponding CTS version (i.e. outputs text before the attempted call to setBufferSize()). Revision Changes

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

2001-01-12 Thread craigmcc
craigmcc01/01/12 16:52:01 Modified:tester/src/tester/org/apache/tester SetBufferSize01.java Log: Forward port the test imrpovement. Revision ChangesPath 1.2 +4 -6 jakarta-tomcat-4.1/tester/src/tester/org/apache/tester/SetBufferSize01.java Index:

Reports #638 #637

2001-01-12 Thread Ignacio J. Ortega
Hola a todos: Please AJP12 13 experts :-) Have a look at reports #637 #638 they seems related to same issue ( #638 is hard to undertsand but relates to the same issue i think ) , i can recall some guy did put a test page online some time ago about that, please take a look at it, seems

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

2001-01-12 Thread nacho
nacho 01/01/12 17:08:27 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 RequestImpl.java Log: Bug Report #757 User Principal incorrectly Maintained Submitted by David Winterfeldt ( [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ) Revision

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

2001-01-12 Thread BugRat Mail System
Report #757 was closed by Person #0 Synopsis: User Principal incorrectly Maintained - Fix (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-12 Thread BugRat Mail System
Report #758 was closed by Person #0 Synopsis: HTTP POST incorrect behavior (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-12 Thread BugRat Mail System
Report #756 was closed by Person #0 Synopsis: User Principal incorrectly Maintained - Fix (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/doc faq

2001-01-12 Thread nacho
nacho 01/01/12 17:12:23 Modified:src/doc Tag: tomcat_32 faq Log: src/doc/faq contains wrong information for overriding the JspServlet Submitter: David Rees ( [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ) Revision ChangesPath No revision No

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

2001-01-12 Thread BugRat Mail System
Report #528 was closed by Person #0 Synopsis: src/doc/faq contains wrong information for overriding the JspServlet (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

RE: An alternative to JSP

2001-01-12 Thread Tomas Rokicki
Exactly. It would have been nice if JSP was done right from the start instead of having an original goal of attempting to provide a solution to strictly compete with ASP. My thought is that JSP was `done right from the start' (at least, with custom taglibs)---it just doesn't solve the whole

BugRat Report #758 was assigned to Z_Ant Alias

2001-01-12 Thread BugRat Mail System
Report #758 was assigned to Person #17 Name: Z_Ant Alias Email:[EMAIL PROTECTED] HomePage: -NA- Phone:-NA- FAX: -NA- The report was previously assigned to person #1 Name: Z_Tomcat Alias Email:[EMAIL PROTECTED] HomePage: http://jakarta.apache.org

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

2001-01-12 Thread Nick Bauman
758 has been reopened. On Sat, 13 Jan 2001, Ignacio J. Ortega wrote: Upsss, this was closed by mistake, sorry Nick can you reopen it, please ??? TIA Saludos , Ignacio J. Ortega -Mensaje original- De: BugRat Mail System [mailto:[EMAIL PROTECTED]] Enviado el: sábado

Re: [OFF TOPIC] HTML question

2001-01-12 Thread Jon Stevens
on 1/12/01 6:12 PM, "Marc Saegesser" [EMAIL PROTECTED] wrote: There must be something simple that I'm missing. URL encode it. -jon -- Honk if you love peace and quiet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PATCHES] Catalina 4.1 Session Persistence

2001-01-12 Thread Kief Morris
These patches are my proposal for session persistence in Catalina 4.1. Please look these over and give me your comments, and commit them if they look OK. The main change is the addition of a PersistentManager class, an optional replacement for StandardManager, providing the following

[PATCHES] Catalina Session handling

2001-01-12 Thread Kief Morris
This is the first of two sets of patches relating to sessions. The following set will be my proposed session persistence package, while these are more general and should be considered independently. ManagerBase.java - Fixed a bug where recycled sessions

Re: cvs commit: jakarta-tomcat/src/doc faq

2001-01-12 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: nacho 01/01/12 17:12:23 Modified:src/doc Tag: tomcat_32 faq Log: src/doc/faq contains wrong information for overriding the JspServlet Submitter: David Rees ( [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ) [...] -

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

2001-01-12 Thread remm
remm01/01/12 21:15:56 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Fix minor path related problems. - Still three unimplemented functions. - Apparently, there are problems with encoding/decoding (so accessing

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

2001-01-12 Thread remm
remm01/01/12 21:17:05 Modified:catalina/src/share/org/apache/naming/resources DirContextURLConnection.java LocalStrings.properties Added: catalina/src/share/org/apache/naming/resources

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

2001-01-12 Thread remm
remm01/01/12 21:20:05 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java LocalStrings.properties Log: - Fix lots of path related problems. - Directory browser works again. - The only known issues are : - writing, which

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

2001-01-12 Thread remm
remm01/01/12 21:20:49 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix path initialization of the DirContext. Revision ChangesPath 1.35 +15 -10

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

2001-01-12 Thread remm
remm01/01/12 21:22:41 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: - Implement getRealPath (fixes Jasper). - getRealPath() returns the name of the file which would be server by the request. Note that a file does

Re: AccessLogUtil and minor patch to AccessLogValve

2001-01-12 Thread David Weinrich
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, any thoughts on this? David