BugRat Report #661 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #661 has just been filed. You can view the report at the following URL: REPORT #661 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-crit

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

2000-12-22 Thread craigmcc
craigmcc00/12/22 20:06:47 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester WrapperFilter.java Added: tester/src/tester/org/apache/tester TesterHttpServletRequestWrapper.java Log: Add the HttpServletRequestWrapper i

JDBCRealm, possible fix for Bug Report #605

2000-12-22 Thread David Weinrich
In going through the tomcat-dev archives I found a bug report (#605) involving the JDBCRealm class that may be related to my last bug report(#602). In my original patch to fix that problem I missed what seems to be a similar problem with re-establishing the connection if it has failed in each meth

Re: crimson

2000-12-22 Thread Craig R. McClanahan
Jon Stevens wrote: > Hey Craig, > > Can we pull crimson out of there until it is a bit more stable? :-) One of > my Scarab ppl is having problems with it. > Catalina does not care (it needs only JAXP/1.0), but Jasper needs JAXP/1.1 compatible APIs. If Xerces supports that, it can be used instea

RE: Bug #55: Default for included files is 8859_1, with no option to set otherwise

2000-12-22 Thread Nathan Dunn
>From below, I believe that either step two (allowing an input of system properties) or step three (fixing the include bug) would solve the problem. I am not sure why the spec doesn't allow system properties to be added to the tomcat startup scripts (i.e., -Dfile.encoding="UTF-8" , etc.), but I t

BugRat Report #660 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #660 has just been filed. You can view the report at the following URL: REPORT #660 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-crit

crimson

2000-12-22 Thread Jon Stevens
Hey Craig, Can we pull crimson out of there until it is a bit more stable? :-) One of my Scarab ppl is having problems with it. -jon -- > > I run 1.2.2 on Win98 and it actually goes into non fatal access >violation of > Tomcat start... > >Huh? Your JVM crashes? No it does not but it s

RE: BugRat Report #659 has been filed.

2000-12-22 Thread GOMEZ Henri
mod_jk was built on an EAPI apache but is run on a standard apache. Could be closed ;-) "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire >-Original Message- >From: BugRat Mail System [mailto:[EMAIL PROTECTED]] >Sent: Saturday, December 23, 2000 12:54

BugRat Report #659 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #659 has just been filed. You can view the report at the following URL: REPORT #659 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Stuart Roebuck
Thanks Craig, I'm in the middle of some tricky development with Cocoon at the moment and I don't wont to risk breaking my environment just at this instant. I hadn't consciously had a problem with this on Tomcat (only specifically within the internal ClassLoaders of Cocoon). I only mentioned it

RE: Commiters WHO and WHERE

2000-12-22 Thread GOMEZ Henri
Since Costin and Dan will focus on mod_jk/ajpxx on 3.2/3.3 base, I'll focus on Apache 2.0 modules for mod_jk and mod_webapp. I'll try to release some RPM for httpd-2.0, apr, apr-utils and mod_jk, mod_webapp.

RE: mod_webapp / mod_jk

2000-12-22 Thread GOMEZ Henri
>> I've builded the mod_webapp module and it fail when session >are in use. >> May be related to cookies support. I could tell you more later after >> some capture with ethereal. >> > >Finally, someone actually trying it so we can fix the bugs :-) > I'll try to fix whatever I can but we need a l

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

2000-12-22 Thread craigmcc
craigmcc00/12/22 14:13:09 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester GetInputStream01.java GetParameter01.java GetParameterMap00.java GetQueryString01.java TestClient.java tester/we

Object Passivation in TC 3.2.x ?

2000-12-22 Thread Shahed Ali
Hi,   I am creating a connection pool in my jsp pages.   This connection pool is a context wide static class that is referenced by each jsp page through a static class method.   If the website is inactive for about 2-3 hours, I get an error trying to get connections from the pool.   I suspec

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

2000-12-22 Thread BugRat Mail System
Report #655 was closed by Person #0 Synopsis: Compiler error concerning jsp:include tag (logged in as: Pierre Delisle)

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Jon Stevens
on 12/22/2000 12:25 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Are you accessing the properties file via ServletContext.getResource() or > ServletContext.getResourceAsStream()? Neither actually. We are using JServ's old code for loading properties so it is still direct file/io access

Re: Mud (Was: [OT] Holiday Reading - Refactoring)

2000-12-22 Thread Stein M. Eliassen
Hi, about mud, here is a pattern called "Big ball of mud" by Brian Foote and Joseph Yoder. Read it! http://www.laputan.org/mud/ Regards Stein M. Eliassen System Developer - KPNQwest Norway AS - Business communications @ the speed of light.

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java

2000-12-22 Thread pierred
pierred 00/12/22 12:34:56 Modified:jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java Log: Removed debug statement. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/Parser

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Craig R. McClanahan
Jon Stevens wrote: > fyi, the difference is that I had to add a "./" to the front of a parameter > to a file that I was passing in... > > > properties > > > ./WEB-INF/conf/TurbineResources.properties > > > > I di

Re: Tomcat session replicator

2000-12-22 Thread Jason Brittain
Craig R. McClanahan wrote: > "[EMAIL PROTECTED]" wrote: > >> why not do iot in shared storage and implement SSI ? thats what the >> mod_jserv shm file was for...a shared hunk of disk store. >> -Ys- >> [EMAIL PROTECTED] > > > This is certainly one valid approach. It works for cases where the s

Re: [tomcat-4.0] Session Creation Slowness

2000-12-22 Thread Jon Stevens
I have confirmed that: The latest nightly build fixes this problem and Turbine/Catalina now starts up and initializes and returns a request in about 3-4 seconds on my machine...more than acceptable now. :-) thanks craig for tracking it down. this is going to save months of development time. :-)

BugRat Report #657 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #657 has just been filed. You can view the report at the following URL: REPORT #657 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critica

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Jon Stevens
fyi, the difference is that I had to add a "./" to the front of a parameter to a file that I was passing in... properties ./WEB-INF/conf/TurbineResources.properties I didn't have to have that before. -jon

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Jon Stevens
Just so you know, these recent changes to correct the paths has screwed up Turbine. :-) I was depending on a path to have a ./ in it and now that is removed and therefore, Turbine is broken because the paths don't get generated properly. I'm not complaining because I should probably fix it in Tur

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler JspParseEventListener.java JspReader.java

2000-12-22 Thread pierred
pierred 00/12/22 11:33:08 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 JspParseEventListener.java JspReader.java Log: Fix for Bug #55. (tomcat_32) - Synopsis: Default for included files is 8859_1, with no option

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/utilSessionIdGenerator.java

2000-12-22 Thread Marc Saegesser
Actually, no. My product embeds TC3.2.x. When TC4.0 is ready I'll probably switch to that, but it will take time and I'll still have to support an existing customer base with the TC3.2.x version installed. That's just a fact of life and business. For this reason it is important to me that bugs

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

2000-12-22 Thread craigmcc
craigmcc00/12/22 10:58:02 Modified:catalina/src/share/org/apache/catalina/connector RequestBase.java Log: Fix spec compliance bug. The new ServletRequest.setCharacterEncoding() method should throw UnsupportedEncodingException immediately on an invalid en

BugRat Bug #55 was closed (apparently by: Pierre Delisle)

2000-12-22 Thread BugRat Mail System
Bug #55 was closed by Person #0 Synopsis: Default for included files is 8859_1, with no option to set otherwise. (logged in as: Pierre Delisle)

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

2000-12-22 Thread BugRat Mail System
Report #269 was closed by Person #0 Synopsis: java.io.UnsupportedEncodingException when processing JSP (logged in as: Pierre Delisle)

Re: FW: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/utilSessionIdGenerator.java

2000-12-22 Thread Craig R. McClanahan
Jon Stevens wrote: > Just think. Instead of having to watch the commit messages and backport > everything that keeps getting fixed in 4.0, you could have been working on > fixing bugs in 4.0 or developing features for 4.0. > True enough ... but bug fixes on 3.2.x are still part of our goals, at

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java ParserController.java

2000-12-22 Thread pierred
pierred 00/12/22 10:37:40 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java ParserController.java Log: Fix for Bug #55. - Synopsis: Default for included files is 8859_1, with no option to set otherwise.

FW: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/utilSessionIdGenerator.java

2000-12-22 Thread Jon Stevens
Just think. Instead of having to watch the commit messages and backport everything that keeps getting fixed in 4.0, you could have been working on fixing bugs in 4.0 or developing features for 4.0. Geee..what a concept! -jon -- From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Dat

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Craig R. McClanahan
Stuart Roebuck wrote: > Craig, > > Here's one step towards what you were asking for. It's a standalone test case of >the problem. I've written this because, judging from some of the issues that were >occuring with Cocoon, I have a feeling that this problem is System/Java version >dependent.

Refactoring: oo-spaghetti-o's?

2000-12-22 Thread Roy Wilson
Punky, Interesting article: Reminds me of attempts in the old days to deal with what was called "spaghetti code". BTW, the subject line refers to an old commercial in the U.S. in which the words "oh, oh spaghettio's" were sung. Some people have commented that oo-programming based on message p

Re: Tomcat session replicator - more thoughts !!!

2000-12-22 Thread Dan Milstein
Shai, I don't fully understand what you're proposing, and I want to make sure I do. It kind of sounds like you're saying that the web server would be configured to point to a single TC instance, and that that instance would then do load-balancing (and could also have enough information to sen

Re: Jasper Architecture Question (Was: How to do my own JSP processing)

2000-12-22 Thread Craig R. McClanahan
See intermixed. Christian Mallwitz wrote: > > -Original Message- > > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, December 21, 2000 19:23 > > To: [EMAIL PROTECTED] > > Subject: Re: How to do my own JSP processing > > > > Sounds like you are planning on inventi

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/session StandardManager.java

2000-12-22 Thread marcsaeg
marcsaeg00/12/22 09:38:15 Modified:src/share/org/apache/tomcat/session Tag: tomcat_32 StandardManager.java Log: The PRNG used for session id generation is now intialized when a WebApp is loaded instead of when the first session is created. This reduces r

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

2000-12-22 Thread marcsaeg
marcsaeg00/12/22 09:35:06 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 SessionIdGenerator.java Log: The PRNG is now initialized with a seed value to prevent the multi-second delay seen on many platforms. This code is based on Craig's change

File downloading through a servlet problem. This is weird!!!

2000-12-22 Thread Stefán F. Stefánsson
Hello. I'm experiencing strange things when I download files through a servlet. The history is that I have access to a file stream in a servlet and I want the user to be able to download this file. I do this by sending a file id as a parameter to the servlet as so: https://localhost/ser

Re: mod_webapp / mod_jk

2000-12-22 Thread Craig R. McClanahan
GOMEZ Henri wrote: > >The reason I ask is that I think the mod_jk C code (the > >various modules which plug into the web servers), is actually > >extremely well-written and flexible. It's totally > >undocumented, but, if necessary, I'd be willing to remedy that > >(I don't mind writing documenta

RE: mod_webapp / mod_jk

2000-12-22 Thread GOMEZ Henri
>I agree that some form of authentication (and possibly >encryption) are high-priority things to add to mod_jk / ajp13. > Before I dive into that work, though, I want to be sure that >there is a future for the code -- that's why I'm proposing >using it in TC 4 as well as TC 3. >Fortunately, t

Re: Tomcat session replicator

2000-12-22 Thread Craig R. McClanahan
"[EMAIL PROTECTED]" wrote: > why not do iot in shared storage and implement SSI ? thats what the > mod_jserv shm file was for...a shared hunk of disk store. > -Ys- > [EMAIL PROTECTED] This is certainly one valid approach. It works for cases where the servers are all on the same machine. But yo

Re: VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replicator)

2000-12-22 Thread Dan Milstein
+1 Nacho wrote: > > Shai has contributed great bug fixes ( one specially difficult in 3.2, > thanks Shai ) and he wants to contribute a distributed session manager > > > It has been proposed as committer by Craig in a informal way, now it's > proposed in a formal way :-) > > it has my +1

Re: mod_webapp / mod_jk

2000-12-22 Thread Dan Milstein
> Another point of mod_jk is for Dan and about the question of security > and or ligth crypto support. ajp12/ajp13 didn't support ACL to accept/deny > connections from a list of known host, and the protocol is in clear text. > Costin suggest using SSH tunnels which be a fast work-around but I rea

Re: back port to 3.2 --> JspInterceptor

2000-12-22 Thread Pierre Delisle
[EMAIL PROTECTED] wrote: > > > > BTW, did you fixed the command line compiler ? JspInterceptor is based on > > > the command line compiler, so if you fix the first it'll be very easy for > > > me to fix the 3.3 interceptor. > > > > Sorry, my radar must have missed this one. If you can give me p

RE: Commiters WHO and WHERE

2000-12-22 Thread GOMEZ Henri
>I'm not the only person who disagrees with having 3 versions >of Tomcat that >we have to support, maintain and develop so please don't put >it on only me. Sorry ;-) You're rigth, and this is more version since some users still use tomcat 3.1. Merry Christmas and Happy New Year 'Sans rancune

Re: Commiters WHO and WHERE

2000-12-22 Thread Jon Stevens
on 12/22/2000 8:33 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >>> TOMCAT 4.0: > > Help Dan with mod_jk/mod_webapp integration, make sure the result works in > both 4.0 and 3.3 ( I'll only work on the C side ) > Enhance performance of the various components that I reuse in 3.3, try to > g

Re: Commiters WHO and WHERE

2000-12-22 Thread Jon Stevens
on 12/22/2000 3:27 AM, "GOMEZ Henri" <[EMAIL PROTECTED]> wrote: >> There is still now, 3 projects (Sorry jon ;-) : I'm not the only person who disagrees with having 3 versions of Tomcat that we have to support, maintain and develop so please don't put it on only me. -jon

BugRat Report #655 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #655 has just been filed. You can view the report at the following URL: REPORT #655 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

BugRat Report #654 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #654 has just been filed. You can view the report at the following URL: REPORT #654 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

RE: Commiters WHO and WHERE

2000-12-22 Thread cmanolache
My plan: > >TOMCAT 3.2: Start using it :-) > >TOMCAT 3.3: As I said: - merge all changes/bug-fixes from 3.2 ( that are not merged by their authors ) - finish the core refactoring, try to get as much feedback as possible ( estimate - 1 month ) - build milestones, build beta, build release-propos

Re: back port to 3.2 --> JspInterceptor

2000-12-22 Thread cmanolache
> > BTW, did you fixed the command line compiler ? JspInterceptor is based on > > the command line compiler, so if you fix the first it'll be very easy for > > me to fix the 3.3 interceptor. > > Sorry, my radar must have missed this one. If you can give me pointers/info, > I'll look into it. Jsp

Re: VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replicator)

2000-12-22 Thread cmanolache
+1 Costin On Fri, 22 Dec 2000, Nacho wrote: > Shai has contributed great bug fixes ( one specially difficult in 3.2, > thanks Shai ) and he wants to contribute a distributed session manager > > > It has been proposed as committer by Craig in a informal way, now it's > proposed in a form

Re: VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replicator)

2000-12-22 Thread Hans Bergsten
Nacho wrote: > > Shai has contributed great bug fixes ( one specially difficult in 3.2, > thanks Shai ) and he wants to contribute a distributed session manager > > > It has been proposed as committer by Craig in a informal way, now it's > proposed in a formal way :-) > > it has my +1 as w

Catalina: HttpProcessor and HttpConnector synchronize on ""?

2000-12-22 Thread Luc Vanlerberghe
Hi, I noticed something peculiar while browsing through the sources of Tomcat/Catalina. Both HttpProcessor and HttpConnector use a private String object to synchronize their threads on: private String threadSync = ""; The JLS requires that all static String be 'intern'ed so they all refer t

Re: Tomcat session replicator

2000-12-22 Thread [EMAIL PROTECTED]
On Thu, 21 Dec 2000 [EMAIL PROTECTED] wrote: > > Two weeks ago I posted note here saying I'm going to write patch for Tomcat > > 3.2 to support redundancy, in manner of having session information stored > > between reloads and shared between tomcat instances. > > In order to support tomcat redu

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request JspInterceptor.java

2000-12-22 Thread pierred
pierred 00/12/22 06:19:15 Modified:src/share/org/apache/jasper Tag: tomcat_32 EmbededServletOptions.java JspC.java Options.java src/share/org/apache/jasper/compiler Tag: tomcat_32 Compiler.java src/share/org/a

BugRat Report #653 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #653 has just been filed. You can view the report at the following URL: REPORT #653 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: webbug State: received Priority: high Severity: serious C

Re: back port to 3.2 --> JspInterceptor

2000-12-22 Thread Pierre Delisle
Hi Costin, > JspInterceptor is not "enabled" in 3.2 - it was one of the changes I > wanted to spend more time into and make sure it's stable enough. It'll be > used in 3.3 - or whatever will be called. Thanks for the clarification. However since it is being compiled in the build, it is "somewhat

RE: Tomcat session replicator - more thoughts !!!

2000-12-22 Thread shai
Basically you can connect one apache to several tomcats today. I have a configuration with two Apache's connected to 4 Tomcats: Load-balancing switch points the user either to Machine A or B (Assuming both up and running). Machine A: 1. Apache + mod_jk 2. Tomcat A_1 3. Tomcat A_2 Machine b: 1. A

Re: VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replicator)

2000-12-22 Thread Pierre Delisle
+1 for Shai Fultheim -- Pierre

RE: VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replica tor)

2000-12-22 Thread GOMEZ Henri
+1 I'm very pro the farm concept "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire >-Original Message- >From: Nacho [mailto:[EMAIL PROTECTED]] >Sent: Friday, December 22, 2000 2:01 PM >To: '[EMAIL PROTECTED]' >Subject: VOTE: New Commiter Shai Fulthei

VOTE: New Commiter Shai Fultheim (was:RE: Tomcat session replicator)

2000-12-22 Thread Nacho
Shai has contributed great bug fixes ( one specially difficult in 3.2, thanks Shai ) and he wants to contribute a distributed session manager It has been proposed as committer by Craig in a informal way, now it's proposed in a formal way :-) it has my +1 as well +1 from Craig in the messag

Question about auth-method=CLIENT-CERT on web.xml file ?

2000-12-22 Thread jerome . camilleri
Yes I understand what you said about CLIENT-CERT and I add a new entry in my tomcat-usr.xml file :         Functions getSubjectDN().getName() return "OID.0.9.2342.19200300.100.1.1=mvittel, CN=michel vittel, O=frec.bull.fr" value for the first certificate chain, so I consider this

RE: Tomcat session replicator

2000-12-22 Thread GOMEZ Henri
Interesting subject, a farm of Apache behind a larger farm of Tomcats ? Let me develop : Could we have say a farm of X Apache connected to a farm of Y Tomcat where Y = 2 * X or Y = 3 * X ? Also could the session replicator be compatible with eventuals ACL/Crypto in mod_jk/ajp protocols ? "

RE: Tomcat session replicator

2000-12-22 Thread shai
Hi,   I’m still interested in being committer.   I do agree on your assessment regarding the off-apache session replication. This will give us the ability to create stand-alone tomcat cluster, while letting tomcats transfer users requests from instances to instance by container’s loa

Re: F....

2000-12-22 Thread horn_ken
> Whoever wants to develop on tomcat 4 does so. > Whoever wants to develop on tomcat 3 does so. +1 Eventually a winning container will emerge. Forcing people to abandon the current, production release will not work - they'll just go elsewhere, that won't help anyone. If everyone concentrates

BugRat Report #652 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #652 has just been filed. You can view the report at the following URL: REPORT #652 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

RE: Commiters WHO and WHERE

2000-12-22 Thread GOMEZ Henri
Still no anwser to the polling ? >Hi to all commiters, > >Many new commiters these days came with christmas. > >After all the noise about TC 3.3, It could be nice to know where each >commiter (oldies and newbies) plan to works : > >There is still now, 3 projects (Sorry jon ;-) : > >TOMCAT 3.2:

Jasper Architecture Question (Was: How to do my own JSP processing)

2000-12-22 Thread Christian Mallwitz
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 21, 2000 19:23 > To: [EMAIL PROTECTED] > Subject: Re: How to do my own JSP processing > > Sounds like you are planning on inventing your own variant of > a servlet+JSP server, since yo

BugRat Report #651 has been filed.

2000-12-22 Thread BugRat Mail System
Bug report #651 has just been filed. You can view the report at the following URL: REPORT #651 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

RE: mod_webapp / mod_jk

2000-12-22 Thread GOMEZ Henri
>The reason I ask is that I think the mod_jk C code (the >various modules which plug into the web servers), is actually >extremely well-written and flexible. It's totally >undocumented, but, if necessary, I'd be willing to remedy that >(I don't mind writing documentation). One of the best th

Re: [T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-22 Thread Stuart Roebuck
Craig, Here's one step towards what you were asking for. It's a standalone test case of the problem. I've written this because, judging from some of the issues that were occuring with Cocoon, I have a feeling that this problem is System/Java version dependent. The problem has been seen on S

[OT] Holiday Reading - Refactoring

2000-12-22 Thread Punky Tse
Hi guys, I read from some threads that Costin mentioned that 3.3 is a refactoring of 3.2 code. Here I found an article about Refactoring: http://www.sdmagazine.com/articles/2000/0012/0012b/0012b.htm Enjoy! Merry X'mas Punky