DO NOT REPLY [Bug 15894] - Access to other sessions possible (session is immediately recycled after invalidation/expiration)

2003-01-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/src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Servlet22Interceptor.java

2003-01-14 Thread billbarker
billbarker2003/01/14 22:11:24 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Servlet22Interceptor.java Log: Remember when the actual session has been invalidated. It is possible for the realSession to become valid again because it i

Re: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Glenn Nielsen
The book I have on JMX didn't mention anything about security. Therefor my concern. I'll take a look at the JMX 1.2 spec & RI. Yeah, the SecurityManager is definitely the right way to go. Thanks, Glenn Costin Manolache wrote: Glenn Nielsen wrote: I have one general comment. For security I

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

2003-01-14 Thread glenn
glenn 2003/01/14 19:38:00 Modified:.build.properties.default Log: Port manager webapp changes from Tomcat 4 Revision ChangesPath 1.55 +8 -1 jakarta-tomcat-5/build.properties.default Index: build.properties.default ===

JK connector build problem - help required

2003-01-14 Thread Kulkarni, Charudatta (SUPP)
Hi , My setup Solaris 2.6 Apache 1.3.27 Tomcat 4.1.18 Trying to build JK connector [jakarta-tomcat-connectors-4.1.18-src] for above Getting errors as follows : $ ant native Buildfile: build.xml jkant: [mkdir] Created dir: /export/home/charuk/jakarta-tomcat-connectors-4.1.18-src/jk/build/c

Re: [4.1.19] New tag

2003-01-14 Thread Glenn Nielsen
All of the manager testing and doc review/changes have been completed. Tomcat 4.1.19 may be released. :-) Thanks for waiting Remy. Glenn Glenn Nielsen wrote: I just committed what looks like the last code bug fix. But we are working on some minor changes to the manager docs which show exampl

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs html-manager-howto.xml

2003-01-14 Thread glenn
glenn 2003/01/14 17:40:12 Modified:webapps/tomcat-docs html-manager-howto.xml Log: Final changes to docs, ready to do Tomcat 4.1.19 release Revision ChangesPath 1.4 +12 -12jakarta-tomcat-4.0/webapps/tomcat-docs/html-manager-howto.xml Index: html-manager-h

DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body.

2003-01-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 16088] New: - Translation error not generated if body of jsp:attribute, providing an attribute value of type JspFragment, contains a scripting element

2003-01-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/runtime PageContextImpl.java

2003-01-14 Thread luehe
luehe 2003/01/14 16:20:46 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Generator.java jasper2/src/share/org/apache/jasper/runtime Tag: tomcat_4_branch PageContextImpl.java Log: Fixed 15105:

DO NOT REPLY [Bug 15105] - pushBody()/popBody() error on tomcat 4.1.X

2003-01-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/core StandardWrapperValve.java

2003-01-14 Thread costin
costin 2003/01/14 16:19:16 Modified:catalina/src/share/org/apache/catalina/core StandardWrapperValve.java Log: Collect information about processing time, errors, requestCounts. Revision ChangesPath 1.8 +52 -5 jakarta-tomcat-catalina/cat

Re: [4.1.19] New tag

2003-01-14 Thread Glenn Nielsen
I just committed what looks like the last code bug fix. But we are working on some minor changes to the manager docs which show examples using windows URL's and paths in addition to the unix style. Those minor doc changes should be in later tonight or tomorrow morning. I'll let you know when we

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets ManagerServlet.java

2003-01-14 Thread glenn
glenn 2003/01/14 15:28:29 Modified:catalina/src/share/org/apache/catalina/servlets ManagerServlet.java Log: Fix problems with empty String war parameters/args when using a context xml config Revision ChangesPath 1.32 +8 -4 jakarta-tomc

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

2003-01-14 Thread luehe
luehe 2003/01/14 15:14:58 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: Visit subnodes of UninterpretedTag during validation Revision ChangesPath 1.67 +5 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Validat

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java

2003-01-14 Thread remm
remm2003/01/14 15:08:10 Added: coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java Log: - Add (untested) memory protocol handler. Revision ChangesPath 1.1 jakarta-tomcat-connectors/coyote/src/java/org/apache/

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory - New directory

2003-01-14 Thread remm
remm2003/01/14 15:06:58 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [4.1.19] New tag

2003-01-14 Thread Remy Maucherat
Glenn Nielsen wrote: OK. Please hold off for a bit. We have found 2 more bugs in the manager from our testing. Tracking them down now. BTW, are you done with your bugfixing ? Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Embedded.java

2003-01-14 Thread remm
remm2003/01/14 14:41:01 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: - Oops. Revision ChangesPath 1.4 +7 -16 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Embedded.java Index: Embedded.java =

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Embedded.java

2003-01-14 Thread remm
remm2003/01/14 14:39:43 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: - Update connectors section. - Beautify. Revision ChangesPath 1.3 +35 -31 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/Embedded.jav

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java Validator.java

2003-01-14 Thread luehe
luehe 2003/01/14 14:32:59 Modified:jasper2/src/share/org/apache/jasper/compiler Node.java Validator.java Log: Fixed 16077: Invalid error generated when translating a valid JSP document Revision ChangesPath 1.54 +6 -3 jakarta-tomcat-jas

DO NOT REPLY [Bug 16077] - Invalid error generated when translating a valid JSP document

2003-01-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: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Jeanfrancois Arcand
Costin Manolache wrote: I don't know if we can get consensus or not - but IMO this is the right solution, and I'm not going to look for another one. I decided to make this proposal - to get this out of my list. Hope your list is not too big :-) Tomcat is composed of multiple components. W

Re: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Remy Maucherat
Costin Manolache wrote: Glenn Nielsen wrote: I have one general comment. For security I would like to see two different MBeanServers used. One for config management the other for runtime monitoring. This way you could implement diffrent access controls for config management from runtime moni

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

2003-01-14 Thread remm
remm2003/01/14 13:50:41 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: - Add an accessor for the protocol handler. Revision ChangesPath 1.8 +14 -4 jakarta-tomcat-connectors/coyote/src/java/org/apache/coy

DO NOT REPLY [Bug 16077] - Invalid error generated when translating a valid JSP document

2003-01-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 16077] - Invalid error generated when translating a valid JSP document

2003-01-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 16079] - Jasper incorrectly flags nested within an element as an error.

2003-01-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 16079] New: - Jasper incorrectly flags nested within an element as an error.

2003-01-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 16078] New: - Request parameter aggregation when using is no longer working as expected.

2003-01-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 16077] New: - Invalid error generated when translating a valid JSP document

2003-01-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: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Costin Manolache
Glenn Nielsen wrote: > I have one general comment. For security I would like to see two > different > MBeanServers used. One for config management the other for runtime > monitoring. This way you could implement diffrent access controls for > config management > from runtime monitoring. That's

DO NOT REPLY [Bug 16075] New: - CATALINA_BASE defined for Multiple Tomcat 4 Instances causes "admin" to fail

2003-01-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: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Glenn Nielsen
I have one general comment. For security I would like to see two different MBeanServers used. One for config management the other for runtime monitoring. This way you could implement diffrent access controls for config management from runtime monitoring. Glenn Costin Manolache wrote: Remy Mau

Re: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: This looks fine. Do I get some sample code before voting, so I can see the thing in action ? I'm working on converting Jk to Listeners. I want to first check in some changes to enable the "what is each thread doing" feature - but that would add

Re: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Costin Manolache
Remy Maucherat wrote: > This looks fine. Do I get some sample code before voting, so I can see > the thing in action ? I'm working on converting Jk to Listeners. I want to first check in some changes to enable the "what is each thread doing" feature - but that would add the dependency to JMX.

Re: PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Remy Maucherat
Costin Manolache wrote: I don't know if we can get consensus or not - but IMO this is the right solution, and I'm not going to look for another one. I decided to make this proposal - to get this out of my list. Tomcat is composed of multiple components. We agreed that JMX is the right way to co

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-14 Thread costin
costin 2003/01/14 10:47:39 Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java Log: Pass the domain. ThreadPools should be registered in the same domain with all catalina mbeans. Revision ChangesPath 1.9 +

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

2003-01-14 Thread costin
costin 2003/01/14 10:46:25 Removed: coyote/src/java/org/apache/coyote BaseHook.java Log: Rollback... A much better solution is to just use plain NotificationListener, without any tomcat/coyote/jk-specific modifications. All JK and coyote hooks ( "extension points" ) work

PROPOSAL/VOTE: JMX hook mechanism

2003-01-14 Thread Costin Manolache
I don't know if we can get consensus or not - but IMO this is the right solution, and I'm not going to look for another one. I decided to make this proposal - to get this out of my list. Tomcat is composed of multiple components. We agreed that JMX is the right way to configure and manage the co

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java

2003-01-14 Thread remm
remm2003/01/14 10:20:02 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java CharChunk.java Log: - Add alternate substract methods. Revision ChangesPath 1.13 +22 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/bu

DO NOT REPLY [Bug 16044] - problems with gifs and jpegs - HTML are ok

2003-01-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 16001] - Tag.release() not invoked

2003-01-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 16071] - release method not called in taglib life-cycle

2003-01-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-4.0/catalina/src/share/org/apache/catalina/startup ExpandWar.java

2003-01-14 Thread glenn
glenn 2003/01/14 09:44:47 Modified:catalina/src/share/org/apache/catalina/startup ExpandWar.java Log: Fix zip file closed bug Revision ChangesPath 1.2 +6 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/ExpandWar.j

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets ManagerServlet.java

2003-01-14 Thread glenn
glenn 2003/01/14 09:43:48 Modified:catalina/src/share/org/apache/catalina/servlets ManagerServlet.java Log: Fix creation of context path for local war Revision ChangesPath 1.31 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/cat

DO NOT REPLY [Bug 15894] - Access to other sessions possible (session is immediately recycled after invalidation/expiration)

2003-01-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 16071] New: - release method not called in taglib life-cycle

2003-01-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/coyote/src/java/org/apache/coyote ProtocolHandler.java

2003-01-14 Thread remm
remm2003/01/14 08:49:45 Modified:coyote/src/java/org/apache/coyote ProtocolHandler.java Log: - Remove unneeded imports. Revision ChangesPath 1.4 +0 -4 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ProtocolHandler.java Index: ProtocolHand

Re: [4.1.19] New tag

2003-01-14 Thread Glenn Nielsen
OK. Please hold off for a bit. We have found 2 more bugs in the manager from our testing. Tracking them down now. Glenn Remy Maucherat wrote: Glenn Nielsen wrote: One concern I have for Tomcat 4.1 is that the recent changes Costin has made to j-t-c may have made JMX required for Tomcat 4.1

Re: Coyote in memory connector

2003-01-14 Thread Remy Maucherat
jean-frederic clere wrote: Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Hi, It would be easy to add an in-memory Java connector using the Coyote API, which could be used for embedding in IDEs or other embedded environments. This avoids the overhead of network I/O

Re: [4.1.19] New tag

2003-01-14 Thread Remy Maucherat
Glenn Nielsen wrote: One concern I have for Tomcat 4.1 is that the recent changes Costin has made to j-t-c may have made JMX required for Tomcat 4.1, this should be checked before doing a release. The file which needs JMX is independent, and won't be compiled for 4.1.x. Remy -- To unsubscribe

Re: [4.1.19] New tag

2003-01-14 Thread Glenn Nielsen
One concern I have for Tomcat 4.1 is that the recent changes Costin has made to j-t-c may have made JMX required for Tomcat 4.1, this should be checked before doing a release. Other than that, yeah, lets do a release and call it alpha. Glenn Remy Maucherat wrote: Lots of useful changes were mad

Re: Coyote in memory connector

2003-01-14 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Hi, It would be easy to add an in-memory Java connector using the Coyote API, which could be used for embedding in IDEs or other embedded environments. This avoids the overhead of network I/O and additional bloat create

DO NOT REPLY [Bug 6279] - Resubmit to j_security_check mistakenly fetches a page of that name

2003-01-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

DO NOT REPLY [Bug 6279] - Resubmit to j_security_check mistakenly fetches a page of that name

2003-01-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

Sharing objects between virtual hosts

2003-01-14 Thread Eugeny N Dzhurinsky
How can i share object between several virtual hosts? I have object which represents the categories tree (it implemets Runnable and rebuilds self in a 1-2 hours). I don't want to duplicate this object in each vhost i'm using it (these objects will be identical). Eugeny N. Dzhurinsky

question about the sessions

2003-01-14 Thread Eugeny N Dzhurinsky
How can i get session object by it's JSESSIONID key? HttpSessionContext is deprecated as i know, the way of using third page which gets the session key, sets cookie and redirects user to another page is unacceptable in my application. Thanks a lot. Eugeny N. Dzhurinsky p

[4.1.19] New tag

2003-01-14 Thread Remy Maucherat
Lots of useful changes were made since 4.1.18, so IMO it is time to tag 4.1.19. I plan to tag it late today. Comments ? Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2003-01-14 Thread remm
remm2003/01/14 04:59:03 Modified:.RELEASE-NOTES-4.1.txt Log: - Status update. Revision ChangesPath 1.48 +6 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt ===

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

2003-01-14 Thread remm
remm2003/01/14 04:37:05 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Port patch. - Should fix cache invalidation when creating subcontexts and modify atributes. - Fix WebDAV (bug 15378). Revision Changes

Re: Coyote in memory connector

2003-01-14 Thread Remy Maucherat
jean-frederic clere wrote: Remy Maucherat wrote: Hi, It would be easy to add an in-memory Java connector using the Coyote API, which could be used for embedding in IDEs or other embedded environments. This avoids the overhead of network I/O and additional bloat created by having a HTTP clien

[GUMP] tomcat-catalina depends on commons-fileupload

2003-01-14 Thread Stefan Bodewig
but doesn't declare this dependency, the appended patch fixes this. May I suggest that you move the Gump descriptors to the jakarta-gump CVS module where *all* Apache committers have access to it? Stefan Index: gump.xml === RCS file

Re: Coyote in memory connector

2003-01-14 Thread jean-frederic clere
Remy Maucherat wrote: Hi, It would be easy to add an in-memory Java connector using the Coyote API, which could be used for embedding in IDEs or other embedded environments. This avoids the overhead of network I/O and additional bloat created by having a HTTP client/server in such an environme

Coyote in memory connector

2003-01-14 Thread Remy Maucherat
Hi, It would be easy to add an in-memory Java connector using the Coyote API, which could be used for embedding in IDEs or other embedded environments. This avoids the overhead of network I/O and additional bloat created by having a HTTP client/server in such an environment. Comments ? Remy

DO NOT REPLY [Bug 15105] - pushBody()/popBody() error on tomcat 4.1.X

2003-01-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