JSP and ClassLoading (Still)

2001-06-04 Thread Tuukk4 |[:)-| p4s4n3n
hi again, Yesterday i downloaded new CVS wersion of Tomcat because i noticed there were changes about class reloading in Jasper but i like to discuss couple of problems that still remains. 1) Why Classloader refresh is placed in org.apache.jasper.servlet.JasperLoader nor in

RE: [Patch]jk_isapi_plugin.c, Virtual Server support for IIS

2001-06-04 Thread GOMEZ Henri
Attached is a patch for jk_isapi_plugin.c and a example uriworkermap.properties file. This patch adds some syntax sugar to uriworkermap.properties file format to allow fine grained control over redirection of tomcat contexts to IIS virtual hosts, allowing a syntax like :

Session ID in load balancer in 3.2.2

2001-06-04 Thread Mathias Herberts
According to the RELEASE-NOTES, the load balancer was fixed to correctly extract the session ID from the Cookie. It seems the extraction from the URI has not been corrected, line 136 should read *id_end = '\0'; instead of id_end = NULL; Has this been corrected in the current

More on ajp14

2001-06-04 Thread GOMEZ Henri
Hi to all, The work in still on progress on AJP14 and I've got new questions on ajp14. 1) AJP14 could be considered like an evolution of AJP13. Basically the same protocol but with added commands. AJP13 use the 'AB' chars in start of protocol, what about using something like 'DE'

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_service.h

2001-06-04 Thread hgomez
hgomez 01/06/04 06:42:47 Modified:jk/src/native/apache-1.3 mod_jk.c jk/src/native/common jk_service.h Log: Servlet API 2.3 require two attributes to be present in request cypher_suite and key_size. cypher_suite was allready present in ajp13 (Bravo Gal).

[Patch] for Bug 372

2001-06-04 Thread Eric Anderson
Hello all, This is the first time I've submitted a patch to an open source project, so please be gentle. As a new comer I chose something silly to repair. Basically in 3.2 the bean that shows the example jsp source is broken. I made it possible to display jsp and html files that sit in a

FYI : JSR-000053 Proposed Final Draft 2 Unavailable

2001-06-04 Thread GOMEZ Henri
Servlet 2.3 API and JSP 1.2 are unavailable at : http://jcp.org/aboutJava/communityprocess/first/jsr053/index.html Clicking on continue for 2.3 or 1.2 give you to : http://java.sun.com/Download4 Any idea where we could find the latest Draft ?

[VOTE] New Committer: Andy Armstrong

2001-06-04 Thread kevin seguin
i'd like to propose Andy Armstrong as a new committer. he has provided a connector for the lotus domino webserver (http://free.tagish.net/domino-tomcat/index.jsp) which has recently been incorporated into jakarta-tomcat-connectors. please vote :) -kevin.

RE: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread GOMEZ Henri
+1 Andy does a great job and open us the door of the Domino World. A big plkus for jakarta... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F

Re: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread kevin seguin
+1 kevin seguin wrote: i'd like to propose Andy Armstrong as a new committer. he has provided a connector for the lotus domino webserver (http://free.tagish.net/domino-tomcat/index.jsp) which has recently been incorporated into jakarta-tomcat-connectors. please vote :) -kevin.

Re: More on ajp14

2001-06-04 Thread kevin seguin
a couple quick thoughts (i haven't fully processed all of this yet :))... feels like the right thing to do is freeze ajp13, and only add new stuff to ajp14. perhaps code can be refactored so that common stuff in ajp13/14 can be pulled out of the ajp13 code and put into a common place in

RE: More on ajp14

2001-06-04 Thread GOMEZ Henri
protocol negociation is present in ajp14 but didn't exist in ajp13... Adding new command to ajp13 in the protocol need to have both native (web-server) and java (servlet-engine) to be upgraded at the same time. :! - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

Re: More on ajp14

2001-06-04 Thread kevin seguin
GOMEZ Henri wrote: protocol negociation is present in ajp14 but didn't exist in ajp13... Adding new command to ajp13 in the protocol need to have both native (web-server) and java (servlet-engine) to be upgraded at the same time. yep... so, i believe the right thing to do is not

Re: More on ajp14

2001-06-04 Thread Mike Anderson
I agree that even if you have option b) working, option a) is the correct way to go so that we don't break backwards compatibility. Mike Anderson Senior Software Engineer Platform Services Group [EMAIL PROTECTED] Novell, Inc., the leading provider of Net services software www.novell.com [EMAIL

Re: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Mike Anderson
+1 [EMAIL PROTECTED] 06/04/01 08:53AM i'd like to propose Andy Armstrong as a new committer. he has provided a connector for the lotus domino webserver (http://free.tagish.net/domino-tomcat/index.jsp) which has recently been incorporated into jakarta-tomcat-connectors. please vote :)

Re: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Andy Armstrong
Thanks folks ;-) kevin seguin wrote: i'd like to propose Andy Armstrong as a new committer. he has provided a connector for the lotus domino webserver (http://free.tagish.net/domino-tomcat/index.jsp) which has recently been incorporated into jakarta-tomcat-connectors. please vote :)

RE: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Larry Isaacs
+1 Larry -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Andy Armstrong i'd like to propose Andy Armstrong as a new committer. he has provided a connector for the

RE: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega -Mensaje original- De: kevin seguin [mailto:[EMAIL PROTECTED]] Enviado el: lunes 4 de junio de 2001 16:53 Para: [EMAIL PROTECTED] Asunto: [VOTE] New Committer: Andy Armstrong i'd like to propose Andy Armstrong as a new committer. he has

RE: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Luis Carlos
+1 []s, Luis Alvarenga -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 02:11 PM To: '[EMAIL PROTECTED]' Subject: RE: [VOTE] New Committer: Andy Armstrong +1 Saludos , Ignacio J. Ortega -Mensaje original- De: kevin seguin

RE: [VOTE] New Committer: Andy Armstrong

2001-06-04 Thread Mike Braden
+1 -- Mike Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: [VOTE] New Committer: Andy Armstrong i'd like to propose Andy Armstrong as a new committer. he

Fix for the tomcat-ssl-howto.html

2001-06-04 Thread Martin van den Bemt
Hi, the above mentioned file, contains bad links to the images Search for uguide/images and delete the uguide part. I tried to diff it, but line endings show a very big diff ;-)). This way the images show from a cvs checkout, a build and from the website (they are missing also on

RE: Fix for the tomcat-ssl-howto.html

2001-06-04 Thread Larry Isaacs
Thanks Martin, I'll try to fix this in the near future. Tomcat 3.3 did away with the uguide directory still found in Tomcat 3.2.x. Cheers, Larry -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 2:43 PM To: jakarta-tomcat-dev

FW: Missing style sheet

2001-06-04 Thread Jon Stevens
Someone want to fix this? -jon -- Forwarded Message From: Brian Behlendorf [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 4 Jun 2001 13:47:32 -0700 (PDT) To: [EMAIL PROTECTED] Subject: Missing style sheet (fwd) This has been reported by a couple of people, without a response.

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

2001-06-04 Thread Jason van Zyl
[EMAIL PROTECTED] wrote: remm01/06/03 12:52:00 Modified:catalina/src/share/org/apache/naming/resources DirContextURLConnection.java Log: - Possible workaround for the perf problem reported by Jon : don't create a FilePermission is there is

realms and authentication

2001-06-04 Thread Michael Jennings
Hi everyone, Just for my own education, I decided to write my own authentication-stuff for tomcat 3.2.2 To that end I wrote a Request Interceptor that takes 2 parameters called realmProviderClass and setupString. The realmProviderClass is the fully-qualified class name of a class which

Re: realms and authentication

2001-06-04 Thread Andy Armstrong
Is this not more or less what JAAS does? There are a number of JAAS modules at http://free.tagish.net/ that implement among other things a JDBC Authentication provider. Michael Jennings wrote: Hi everyone, Just for my own education, I decided to write my own authentication-stuff for

Re: realms and authentication

2001-06-04 Thread Michael Jennings
Thanks for the feedback! Does tomcat 3.2.2 currently support JAAS? -Mike - Original Message - From: Andy Armstrong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 4:30 PM Subject: Re: realms and authentication Is this not more or less what JAAS does? There are a

Re: [Patch] for Bug 372

2001-06-04 Thread John Austin
I had noticed this (was going to report it but have been distracted) and don't want you to take this the wrong way, but couldn't the color be added via style sheets? [Everybody's a critic - Bugs Bunny] Thanks. I hope someone pus it in for you. - Original Message

How to get Tomcat to invoke IIS authentication?

2001-06-04 Thread Bates, David (CORP)
I am trying to use Tomcat 3.2.1 with IIS. One directory needs to be secured using NT authentication. When I installed isapi_redirect.dll, it seems that the DLL is called before any authentication occurs. How do I redirect JSP requests to Tomcat without compromising security on the entire site?

Re: FYI : JSR-000053 Proposed Final Draft 2 Unavailable

2001-06-04 Thread Danny.Coward
Guys, So they announced the new jcp.org website today and I think it only went live this morning. The plan was to switch over the spec download links from the usual place to the new site at the same time. I just downloaded the specs from jcp.org a moment ago, so hopefully the problem

BugRat Report #728 - mod_jk build fails on Solaris/sparc

2001-06-04 Thread BugRat Mail System
- Sender's Comment - check this out - End Of Sender's Comment --- Report URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/728 Report #728 Details Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority:

What are 'notes' all about

2001-06-04 Thread Antony Bowesman
Hello, I posted this to the user list but got no response... Any ideas anyone? For Tomcat 3, is there any information on 'notes', what they are and what they do. There are various references to these notes in the source but I'd like to see concrete examples of their usage as the comments are