DO NOT REPLY [Bug 6764] - commons-logging error at startup

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6764. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-09-25 Thread mturk
mturk 2002/09/25 00:13:49 Modified:jk/native2/common jk_requtil.c Log: In the C language we use #ifdef not #ifef :-) Revision ChangesPath 1.26 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-09-25 Thread Bojan Smojver
Quoting [EMAIL PROTECTED]: In the C language we use #ifdef not #ifef :-) Only if something like this works: #define #ifef #idef ;-) -#idef AS400 +#ifdef AS400 Bojan - This mail sent through IMP: http://horde.org/imp/ -- To

Re: JTC tagged JK_1_2_0

2002-09-25 Thread Henri Gomez
Ignacio J. Ortega wrote: De: Henri Gomez [mailto:[EMAIL PROTECTED]] Enviado el: 25 de septiembre de 2002 0:54 I will move the tag in the isapi_redirector.c file, to port some fixes done in jk2, this fixes involve to tighten the security measures for IIS installs, regarding VS selection..

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-09-25 Thread mturk
mturk 2002/09/25 00:36:48 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Chenge the variable declaration order. My compiler reports errors. Revision ChangesPath 1.49 +2 -2 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi.dsp

2002-09-25 Thread mturk
mturk 2002/09/25 00:37:54 Modified:jk/native2/server/isapi isapi.dsp Log: Add two new configurations to the build. Release Static and Debug Static, allowing compiling with the static versions of APR/APR-UTIL. Revision ChangesPath 1.19 +90 -6

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-09-25 Thread Henri Gomez
Bojan Smojver wrote: Quoting [EMAIL PROTECTED]: In the C language we use #ifdef not #ifef :-) Only if something like this works: #define #ifef #idef ;-) Oups, I'll fix the typo ASAP -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_pool.c jk_config_file.c jk_channel_jni.c

2002-09-25 Thread hgomez
hgomez 2002/09/25 00:42:29 Modified:jk/native2/common jk_pool.c jk_config_file.c jk_channel_jni.c Log: More AS/400/BS2000 back ports, notably to help JNI on EBCDIC systems Revision ChangesPath 1.12 +28 -2

DO NOT REPLY [Bug 12989] New: - JSTL c:out uses body-default, even if value is not NULL or

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12989. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_pool.h

2002-09-25 Thread hgomez
hgomez 2002/09/25 00:42:36 Modified:jk/native2/include jk_pool.h Log: More AS/400/BS2000 back ports, notably to help JNI on EBCDIC systems Revision ChangesPath 1.8 +7 -1 jakarta-tomcat-connectors/jk/native2/include/jk_pool.h Index: jk_pool.h

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-09-25 Thread Bojan Smojver
Quoting Henri Gomez [EMAIL PROTECTED]: Bojan Smojver wrote: Quoting [EMAIL PROTECTED]: In the C language we use #ifdef not #ifef :-) Only if something like this works: #define #ifef #idef ;-) Oups, I'll fix the typo ASAP Actually, Mladen already fixed it. It's

[PATCH] AllowLinking/CaseSensitive Checking, don't check links for same name

2002-09-25 Thread Torsten Fohrer
We using some Linux SymLinks on our server, with different name or !location!. And so the check for CaseSensitive equality doesn't work. Torsten Fohrer ** * DCSI AG* Tel.: +49 7131 155 88-0 * * Lessingstrasse 17-19

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-09-25 Thread mturk
mturk 2002/09/25 01:02:59 Modified:jk/native2/jni jk_jni_aprImpl.c Log: #ifdef with HAVE_JNI preprocessor flag to be able to compile on Apache 1.3 without JNI and APR. Revision ChangesPath 1.41 +3 -0

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.dsp

2002-09-25 Thread mturk
mturk 2002/09/25 01:04:00 Modified:jk/native2/server/apache13 mod_jk2.dsp Log: Add two new Configurations Debug APR and Release APR, enabling compiling using APR/APR-UTIL and JNI Revision ChangesPath 1.2 +90 -2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c

2002-09-25 Thread mturk
mturk 2002/09/25 01:11:10 Modified:jk/native2/server/apache13 mod_jk2.c Log: Add the same uriMap parsing as on Apache2 using hostname and port for virtual hosts. Revision ChangesPath 1.21 +26 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c

Re: [POLL] Tomcat 3.3.2 updates

2002-09-25 Thread Henri Gomez
Larry Isaacs wrote: Hi Henri, The basic problem is that o.a.t.u.mx.DynamicMBeanProxy.java carries dependencies, which imposes requirements on the classloader hierarchy for any class that uses it. In this case the jmx, parser, and tranform jars would need to move to lib/common where

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

2002-09-25 Thread Henri Gomez
Bojan Smojver wrote: Quoting Henri Gomez [EMAIL PROTECTED]: Bojan Smojver wrote: Quoting [EMAIL PROTECTED]: In the C language we use #ifdef not #ifef :-) Only if something like this works: #define #ifef #idef ;-) Oups, I'll fix the typo ASAP Actually, Mladen already fixed it.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_jni_worker.c

2002-09-25 Thread hgomez
hgomez 2002/09/25 01:33:04 Modified:jk/native/common jk_jni_worker.c Log: remove use of #pragma and use dynamic ebcdic-ascii conversion, make it less iSeries specific Revision ChangesPath 1.21 +14 -41

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_pool.c

2002-09-25 Thread hgomez
hgomez 2002/09/25 01:44:20 Modified:jk/native2/common jk_pool.c Log: Correct typos before Mladen or Bojan detect them ;) Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/jk/native2/common/jk_pool.c Index: jk_pool.c

Re: JTC tagged JK_1_2_0

2002-09-25 Thread Henri Gomez
Henri Gomez wrote: Ignacio J. Ortega wrote: De: Henri Gomez [mailto:[EMAIL PROTECTED]] Enviado el: 25 de septiembre de 2002 0:54 I will move the tag in the isapi_redirector.c file, to port some fixes done in jk2, this fixes involve to tighten the security measures for IIS installs,

Re: [POLL] aprize jk2

2002-09-25 Thread jean-frederic clere
Mladen Turk wrote: I would like to make a poll (something non-obligatory as a vote) about using apr/apr-util inside the jk2. The reason is quite simple, we have lots of extra code that we either duplicate or just mimic. Since the APR is already default for Apache2 and IIS, IMO there is no

JK2 logo

2002-09-25 Thread Mladen Turk
Just a suggestion. MT. jk2.png Description: PNG image -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [POLL] aprize jk2

2002-09-25 Thread Mladen Turk
-Original Message- From: jean-frederic clere I have always supported the use of APR. We should use it every where! I have just a question what happends with jni (we have to use the same threads for JVM and Apache)? Nothing cannot use the JNI without APR even right now.

Re: JK2 logo

2002-09-25 Thread Henri Gomez
Mladen Turk wrote: Just a suggestion. +1, It's way better than those I provided for JK 1.2.0 (I never be a decent graphist) Good works Mladen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [POLL] aprize jk2

2002-09-25 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: jean-frederic clere I have always supported the use of APR. We should use it every where! I have just a question what happends with jni (we have to use the same threads for JVM and Apache)? Nothing cannot use the JNI without APR

Re: [POLL] Tomcat 3.3.2 updates

2002-09-25 Thread Henri Gomez
http://jakarta.apache.org/~larryi/JmxSupport.war I take a look at this module and I really like it. What about using it and remove MxInterceptor ? Could we bundle this module in TC 3.3.2 ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

DO NOT REPLY [Bug 11849] - Nested includes with JSTL1.0EA do not work

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11849. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12755] - welcome file for jsp does not work

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12755. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12931] - Catalina eats System.out.println()

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread John Trollinger
Don't buy all the velocity hype.. It is not as great as they make it out to be. Please no flames from the velocity disiples as I will not respond. -Original Message- From: Bojan Smojver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 6:23 PM To: Tomcat Dev List

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Matt Fury
Yes I agree that some sort of JSP Tagging can be beneficial but at times it is overkill. I think the ultimate solution would be a combination of both. --- Bojan Smojver [EMAIL PROTECTED] wrote: On Wed, 2002-09-25 at 07:31, Matt Fury wrote: What's easier though? Upgrading a Tomcat server

RE: [POLL] aprize jk2

2002-09-25 Thread Mladen Turk
From: Henri Gomez Nothing cannot use the JNI without APR even right now. We are attaching threads (that's the only way how it can be done). It's really a pain for example when using JNI from EBCDIC systems like AS400 and BS2000 which need to have translation of strings. The apr

Re: jk 1.2.0 and cygwin (showstoper ?)

2002-09-25 Thread jean-frederic clere
Henri Gomez wrote: More on cygwin : libtool seems to need more works, but using makefile.apxs in jk/native/apache-1.3 seems to works (after fixing socketvar.h in jk_global.h) ./common/ -Ic:progra~1javasoft1.3.1/include gcc --shared -o mod_jk.so jk_context.o jk_ajp_common.o jk_md5.o

Connector not working in Tomcat 4.1.12

2002-09-25 Thread Mark Hansen
I've been working on a JMS Connector (for calling HTTPServlets via JMS) that was working under 4.0.3 and won't load under 4.1.12. Has org.apache.catalina.loader.StandardClassLoader changed? What classpath does this loader user when Tomcat boots up? I'm getting errors stating can't find classes

Re: Servlet API 2.2 2.3

2002-09-25 Thread Jon Scott Stevens
on 2002/9/25 9:16 AM, Adrian Almenar [EMAIL PROTECTED] wrote: Ok, but can you put a release on the servlet api ?? if i only want the servlet api, i need to download all tomcat tar.gz. how can i download a servlet 2.2, 2.3 api source without being a nightly. Either grab it from CVS or

Re: [5.0] Build issue - where is jasper.runtime.el and why is it checked in as binary ?

2002-09-25 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: See the subject :-) I'm talking about jasper2/lib/jsp2el.jar - it contains org.apache.jasper.runtime.el classes. There is no reason to check in the binary and not the sources ! The source is in JSTL (unreleased version), and Kin-Man didn't

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code to CVS

2002-09-25 Thread Costin Manolache
Glenn Nielsen wrote: Costin, This is getting off topic from my original request. (And I am partly responsible ;-) My proposal is for adding thr XML policy code to the current existing Tomcat 4 HEAD branch. I would like to commit the code to CVS. Building Tomcat with this support is

Re: [POLL] aprize jk2

2002-09-25 Thread Costin Manolache
I have just a question what happends with jni (we have to use the same threads for JVM and Apache)? Yes. That's how the jni is designed to work - avoiding thread switching and doing all processing in the request thread ( just like mod_perl or mod_php would do it ) is important. However that

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Costin Manolache
Jon Scott Stevens wrote: Unlike JSP, we don't store (or encourage people to store) .vm files in the webroot. They can be anywhere on the fileystem and with custom resource loaders could even be stored in a database on another machine somewhere. Well, this is not a very good policy IMO.

Re: [POLL] Tomcat 3.3.2 updates

2002-09-25 Thread Costin Manolache
Bill Barker wrote: My first choice is still for split-jars in j-t-c util. In TC 4.1.x/5.0 both jars go to server/lib (same as 3.3 lib/container). So Costin's dream of every servlet being able to access JMX still requires a [VOTE]. :-) In 3.3 we can send one to lib/container and one to

RE: [POLL] Tomcat 3.3.2 updates

2002-09-25 Thread Costin Manolache
Larry Isaacs wrote: A first pass implementation, derived from what you have done, can be found here: http://jakarta.apache.org/~larryi/JmxSupport.war Great ! However, I remain to the opinion that JMX is a fundamental API that should be available to all applications, and it should

RE: [POLL] Tomcat 3.3.2 updates

2002-09-25 Thread Larry Isaacs
-Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 5:55 AM To: Tomcat Developers List Subject: Re: [POLL] Tomcat 3.3.2 updates http://jakarta.apache.org/~larryi/JmxSupport.war I take a look at this module and I really like

DO NOT REPLY [Bug 12968] - [Possible security hole?] package.access security in Catalina/CatalinaService

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12968. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configweb.xml

2002-09-25 Thread mturk
mturk 2002/09/25 09:47:14 Modified:jk/xdocs/jk2 configweb.xml Log: Add more desription to the uri section. Please check the english used :) Revision ChangesPath 1.7 +26 -7 jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml Index: configweb.xml

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd j2ee_1_4.xsd web-app_2_4.xsd xml.xsd

2002-09-25 Thread kinman
kinman 2002/09/25 10:01:32 Modified:jsr154/src/share/dtd j2ee_1_4.xsd web-app_2_4.xsd xml.xsd Log: - Submitted by Mark Roth: Attached is a patch to bring the other Servlet 2.4 XSD files up to date with the JSP patch I submitted on September 19. Revision Changes

Re: [5.0] Build issue - where is jasper.runtime.el and why is it checked in as binary ?

2002-09-25 Thread Costin Manolache
Kin-Man Chung wrote: Date: Wed, 25 Sep 2002 09:20:16 +0200 From: Remy Maucherat [EMAIL PROTECTED] Subject: Re: [5.0] Build issue - where is jasper.runtime.el and why is it checked in as binary ? To: Tomcat Developers List [EMAIL PROTECTED] Costin Manolache wrote: See the subject :-)

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosurevulnerability

2002-09-25 Thread Jon Scott Stevens
on 2002/9/25 6:27 AM, Costin Manolache [EMAIL PROTECTED] wrote: Well, this is not a very good policy IMO. Self-contained applications are a good thing ( IMO ). Then store your templates in the WEB-INF directory. That is what we do with Scarab, which is 100% self contained. And of course,

cvs commit: jakarta-tomcat-connectors/jk/xdocs/images jk2.png jk2.gif

2002-09-25 Thread mturk
mturk 2002/09/25 07:31:40 Added: jk/xdocs/images jk2.png jk2.gif Log: Add jk2 logos. Hope that there will be no major objections about my artistic capabilities :-) Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/images/jk2.png

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriMap.c

2002-09-25 Thread mturk
mturk 2002/09/25 07:42:51 Modified:jk/native2/common jk_uriMap.c Log: Change the order of mapping if the exact map is not found. Check the aliases prior to the *:port. Revision ChangesPath 1.44 +3 -3 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c

DO NOT REPLY [Bug 12931] - Catalina eats System.out.println()

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12931] - Catalina eats System.out.println()

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12931] - Catalina eats System.out.println()

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13000] New: - tag file handler generation with complex attributes

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13000. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [POLL] aprize jk2

2002-09-25 Thread Eugene Gluzberg
I am against only because many apache 1.3 users (who installed apache from RPMs, like me) will not be able to use jk2, unless there an easy way to install apr libs/includes, etc on top of apache1.3 Is there? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: [PATCH] [JK2 docs] Minor patch to jk2 docs

2002-09-25 Thread Eugene Gluzberg
Can anyone check this in? Eugene Gluzberg wrote: Just some additional installation info. Index: jk/xdocs/jk2/configweb.xml === RCS file:

cvs commit: jakarta-tomcat-connectors/naming - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:25:32 jakarta-tomcat-connectors/naming - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:25:50 jakarta-tomcat-connectors/naming/src - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:25:55 jakarta-tomcat-connectors/naming/src/org - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src jndi.properties

2002-09-25 Thread costin
costin 2002/09/25 12:26:53 Added: naming/src jndi.properties Log: The new (experimental) jndi. jndi.properties is used by the new jndi to set properties automatically. ( sort-of discovery/autoconfiguration ) Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:26:59 jakarta-tomcat-connectors/naming/src/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:27:02 jakarta-tomcat-connectors/naming/src/org/apache/naming - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/ant - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:27:30 jakarta-tomcat-connectors/naming/src/org/apache/naming/ant - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/ant JndiProperties.java JndiSet.java

2002-09-25 Thread costin
costin 2002/09/25 12:29:18 Added: naming/src/org/apache/naming/ant JndiProperties.java JndiSet.java Log: 2 tasks for testing jndi and to enable manipulation of jndi tree from ant. [embed] ant is needed to support ${jndi:...} properties.

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/core - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:29:30 jakarta-tomcat-connectors/naming/src/org/apache/naming/core - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/util - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:30:52 jakarta-tomcat-connectors/naming/src/org/apache/naming/util - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:30:55 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/handler - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:06 jakarta-tomcat-connectors/naming/src/org/apache/naming/handler - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/handler/jndi - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:09 jakarta-tomcat-connectors/naming/src/org/apache/naming/handler/jndi - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/cache - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:16 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/cache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:19 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/id - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:22 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/id - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:28 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:24 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/conf - New directory

2002-09-25 Thread costin
costin 2002/09/25 12:31:32 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/conf - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/naming build.xml

2002-09-25 Thread costin
costin 2002/09/25 12:32:17 Added: naming build.xml Log: Initial build file, with a bit of test and a target to lauch the example browser. Revision ChangesPath 1.1 jakarta-tomcat-connectors/naming/build.xml Index: build.xml

[5] [jndi] Few comments

2002-09-25 Thread Costin Manolache
Few weeks ago we discussed about using a JNDI layer to abstract the config data storage. In addition JNDI is already used to abstract the resource storage ( the files served by tomcat ). I played a bit with the existing code, and I have few proposals: 1. Consistent use of Name methods. As you

Re: JK 1.2.0 jni restricted to TC 3.3.1

2002-09-25 Thread Costin Manolache
Henri Gomez wrote: Make the bridge class a parameter. That was the idea but we could have also to change method call Or may be a little better and more secure will be to specify bridge target ie : tomcat 3.2, tomcat 3.3, tomcat 4.0, tomcat 4.1 or tomcat 5.0. The reason is that it

Re: [Off Topic] SecurityManager XML Policy questions/recommendations

2002-09-25 Thread Glenn Nielsen
Hi Jean-Francois, My comments are intermixed below. Jean-Francois Arcand wrote: Hi Glenn, here is a couple of questions regarding your SecurityManager XML works: (1) All permissions seems to be stored in class SecurityPolicyBase. The Map used to store permission is static, meaning all

Building jakarta-tomcat-connectors issue

2002-09-25 Thread Fredrik Westermarck
Hi! I have been trying to follow the instructions (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt) on how to build Tomcat from source. After awhile all needed packages was installed and the build.properties was configured properly. ant dist BUILD FAILED

DO NOT REPLY [Bug 13004] New: - Error in page compilation when comment is place at the end of scriptlet and the scriptlet is the last line in the jsp page.

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13004. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13000] - tag file handler generation with complex attributes

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13000. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/commonjk_requtil.c

2002-09-25 Thread Bojan Smojver
On Wed, 2002-09-25 at 18:28, Henri Gomez wrote: Actually, Mladen already fixed it. It's just that he had another, different typo in the description of the fix, which was either: - a very good joke :-) - unintentional and therefore an even better joke ;-) What do you means ? The

Re: JK2 logo

2002-09-25 Thread Bojan Smojver
Nicely done! Bojan On Wed, 2002-09-25 at 19:30, Mladen Turk wrote: Just a suggestion. MT. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [Off Topic] SecurityManager XML Policy questions/recommendations

2002-09-25 Thread Jean-Francois Arcand
Hi Glenn, see below... Glenn Nielsen wrote: Hi Jean-Francois, My comments are intermixed below. Jean-Francois Arcand wrote: Hi Glenn, here is a couple of questions regarding your SecurityManager XML works: (1) All permissions seems to be stored in class SecurityPolicyBase. The

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Bojan Smojver
On Wed, 2002-09-25 at 20:59, John Trollinger wrote: Don't buy all the velocity hype.. It is not as great as they make it out to be. What hype? I don't follow here... Velocity is just a template language, plain, simple and relatively small. It's greatness comes from the fact that you cannot

help....please.....RE: java.lang.NoSuchMethodError after re-building

2002-09-25 Thread Smith, Ryan
I know you are all busy, but should I have posted this to the users list? -Ryan -Original Message- From: Smith, Ryan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:06 PM To: 'Tomcat Developers List' Subject: java.lang.NoSuchMethodError after re-building I'm getting

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Costin Manolache
Bojan Smojver wrote: On Wed, 2002-09-25 at 20:59, John Trollinger wrote: Don't buy all the velocity hype.. It is not as great as they make it out to be. What hype? I don't follow here... Velocity is just a template language, plain, simple and relatively small. It's greatness comes

Re: help....please.....RE: java.lang.NoSuchMethodError after re-building

2002-09-25 Thread Amy Roh
I'm getting the following error when trying to run tc 4, after having built the current cvs version succesfully: java.lang.NoSuchMethodError: javax.management.MBeanServerFactory.findMBeanServer(Ljava/lang/String;)Ljava /util/List; at

DO NOT REPLY [Bug 13011] New: - mod_jk2.c (CVS v 1.53) compile messages

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13011. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Bojan Smojver
Quoting Costin Manolache [EMAIL PROTECTED]: And Velocity does have a mailing list where all this can be discussed. This is tomcat-dev - for servlet and jsp development. If you have any ideas on how to improve jasper - great, but please don't waste our time with off topic subjects.

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosurevulnerability

2002-09-25 Thread Bob Herrmann
With power comes responsibility. % System.exit(1) % -bob P.S. Yea, I know the SecurityManager can catch this, if enabled. On Wed, 2002-09-25 at 21:22, Bojan Smojver wrote: Quoting Costin Manolache [EMAIL PROTECTED]: And Velocity does have a mailing list where all this can be discussed.

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Tim Funk
That's what code reviews are for and in absence of that - firing your developers. Wouldn't I also get an out of memory with this in Velocity? #set($oom = ) #foreach( $i in [-2147483648..2147483648] ) #set($oom =

RE: help....please.....RE: java.lang.NoSuchMethodError after re-build ing

2002-09-25 Thread Smith, Ryan
thanks for the help, started from scratch and had no probs -Original Message- From: Amy Roh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 4:55 PM To: Tomcat Developers List Subject: Re: helpplease.RE: java.lang.NoSuchMethodError after re-build ing I'm

can't get context with uri that is sub-dir of current context

2002-09-25 Thread Smith, Ryan
Can anyone shed some light on why the org.apache.catalina.core.ApplicationContext.getContext(uri) method was written to return the current context whenever the uri passed into it was a sub-dir of the current context's path? For example, calling getContext(/common) from within a context that

Classloader issue, please help.

2002-09-25 Thread Wu Yiqun
Hi, all: Recently I came cross a strange problem. And I have post an email at http://marc.theaimsgroup.com/?l=tomcat-userm=103292834825643w=2, but seems no reply. Today i saw a simliar post at axis-dev maillist, http://marc.theaimsgroup.com/?l=axis-devm=103298650718737w=2 Seems this is a

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Bojan Smojver
Not if: runtime.interpolate.string.literals = false Bojan Quoting Tim Funk [EMAIL PROTECTED]: That's what code reviews are for and in absence of that - firing your developers. Wouldn't I also get an out of memory with this in Velocity? #set($oom =

DO NOT REPLY [Bug 12968] - [Possible security hole?] package.access security in Catalina/CatalinaService

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12968. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Costin Manolache
Bojan Smojver wrote: All right then, let's talk about JSP's. If I host my clients' JSP's on my server and a web designer puts this in (BTW, he wasn't forced, he simply decided he wanted to do it): And your proposed solution is ... ? Do you have a patch to solve this problem ? If so, send

[OT] Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-25 Thread Bill Barker
I'm agreeing with Costin. Please move this discussion to [EMAIL PROTECTED] It is off-topic here. - Original Message - From: Bojan Smojver [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 7:33 PM Subject: Re: [SECURITY] Apache Tomcat 4.x

DO NOT REPLY [Bug 13014] New: - OS/390/USS - Invalid url-pattern  in servlet mapping

2002-09-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13014. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

  1   2   >