cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java

2002-01-19 Thread craigmcc
craigmcc02/01/19 19:16:35 Modified:catalina/src/conf server.xml Added: catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java Log: Add a new realm that knows how to authenticate against a UserDatabase object that is configured in the gl

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2002-01-19 Thread craigmcc
craigmcc02/01/19 19:00:58 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core NamingContextListener.java StandardServer.java catalina/src/share/org/apache/catalina/realm LocalStrings.proper

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/users - New directory

2002-01-19 Thread craigmcc
craigmcc02/01/19 18:50:56 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/users - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardSession.java

2002-01-19 Thread craigmcc
craigmcc02/01/19 17:40:15 Modified:catalina/src/share/org/apache/catalina/session Tag: tomcat_40_branch StandardSession.java Log: Port from HEAD branch the removal of redundant session attribute unbinding in the writeObject() method. Submitted by: Dav

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin SetUpContextAction.java TomcatTreeBuilder.java

2002-01-19 Thread patrickl
patrickl02/01/19 16:51:54 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin SetUpContextAction.java TomcatTreeBuilder.java Log: Replace all references to the DefaultContext and StandardContext MBeans' "name" property with "path". This change mat

Re: [j-t-c] post bug in latest ajp (a.k.a. jk1) code

2002-01-19 Thread Remy Maucherat
> > > fyi: i have found and fixed this bug. > > > > The code for jk and webapp needs to be tagged then. Please > > let me know when > > it's done. > > > > from my perspective, it's done. don't know about costin, jf, et al, though. Ok. I'll tag the trees later today, or early tomorrow, then. Re

Re: Alternate JMX implementation

2002-01-19 Thread Remy Maucherat
> Craig R. McClanahan wrote: > > [snip] > > >>(www.open-jmx.org). > >>> > >>>Note: OpenJMX 1.0b1 will not work with Tomcat, but a build > >>> > >>>from OpenJMX CVS > >> > >>>will > > > This is good to know since the BUILDING.txt states: > * Download OpenJMX (version 1.0 beta 2 or later) from

DO NOT REPLY [Bug 5925] New: - Apache server hangs up and consumes 100% CPU resource when upload file to server

2002-01-19 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: [j-t-c] post bug in latest ajp (a.k.a. jk1) code

2002-01-19 Thread Kevin Seguin
> > > fyi: i have found and fixed this bug. > > The code for jk and webapp needs to be tagged then. Please > let me know when > it's done. > from my perspective, it's done. don't know about costin, jf, et al, though. -kevin. -- To unsubscribe, e-mail: For addi

RE: [j-t-c] HexUtils.java no longer compiles for me...

2002-01-19 Thread Kevin Seguin
> > > without explicitly casting each entry in the HEX array to a > byte, like > this: > > > > public static final byte[] HEX = > > { (byte)'0', (byte)'1', (byte)'2', (byte)'3', > > (byte)'4', (byte)'5', (byte)'6', (byte)'7', > > (byte)'8', (byte)'9', (byte)'a', (byte)'b', >

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardSession.java

2002-01-19 Thread Remy Maucherat
> craigmcc02/01/18 14:14:08 > > Modified:catalina/src/share/org/apache/catalina/session > StandardSession.java > Log: > Remove the redundant unbinding of session attriutes in writeObject() -- the > decision of whether or not this should be done is not approp

Re: [j-t-c] post bug in latest ajp (a.k.a. jk1) code

2002-01-19 Thread Remy Maucherat
> fyi: i have found and fixed this bug. The code for jk and webapp needs to be tagged then. Please let me know when it's done. Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [j-t-c] HexUtils.java no longer compiles for me...

2002-01-19 Thread Remy Maucherat
> without explicitly casting each entry in the HEX array to a byte, like this: > > public static final byte[] HEX = > { (byte)'0', (byte)'1', (byte)'2', (byte)'3', > (byte)'4', (byte)'5', (byte)'6', (byte)'7', > (byte)'8', (byte)'9', (byte)'a', (byte)'b', > (byte)'c', (by