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

2002-09-24 Thread Remy Maucherat
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 want to duplicate i

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

2002-09-24 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 ==

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

2002-09-24 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: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_pool.c

2002-09-24 Thread Mladen Turk
Henri, I was just thinking, wouldn't be better to make that not only for AS400. If there are some other machines that has 16 byte pointers (IA64 perhaps), Then we cold make that as: #ifdef HUGE_POINTERS (or something like that) instead of AS400. It doesn't mater for now, but think of it as futu

Re: [POLL] Tomcat 3.3.2 updates

2002-09-24 Thread Bill Barker
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 lib/common. Easy, simple, s

Re: Servlet API 2.2 & 2.3

2002-09-24 Thread Bill Barker
- Original Message - From: "Adrian Almenar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 9:04 PM Subject: Servlet API 2.2 & 2.3 > Is there a need to have nightly build of servlet API 2.3 and 2.2 ?? > > Why you dont have a release.?? > > My question is be

RE: [POLL] Tomcat 3.3.2 updates

2002-09-24 Thread Larry Isaacs
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 tomcat-util.jar lives. I w

DO NOT REPLY [Bug 12985] - jsp load-on-startup behavior not correct

2002-09-24 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_b

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config TrustedLoader.java

2002-09-24 Thread larryi
larryi 2002/09/24 21:31:49 Modified:src/share/org/apache/tomcat/modules/config TrustedLoader.java Log: LoaderInterceptor11 now requires the "org.apache.tomcat.classloader" attribute to be absent before a new classloader is created in its contextInit() me

DO NOT REPLY [Bug 12985] - jsp load-on-startup behavior not correct

2002-09-24 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_b

DO NOT REPLY [Bug 12985] New: - jsp load-on-startup behavior not correct

2002-09-24 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_b

Servlet API 2.2 & 2.3

2002-09-24 Thread Adrian Almenar
Is there a need to have nightly build of servlet API 2.3 and 2.2 ?? Why you dont have a release.?? My question is because i want to make a Gentoo Linux (http://www.gentoo.org) ebuild for servlet api to make tomcat build from sources but its impossible to fetch it automatically cause there's no

java.lang.NoSuchMethodError after re-building

2002-09-24 Thread Smith, Ryan
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 org.apache.commons.modeler.Registry.getServer(Registry

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

2002-09-24 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_b

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

2002-09-24 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_b

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

2002-09-24 Thread Bojan Smojver
Quoting Steve Downey <[EMAIL PROTECTED]>: > Perhaps you would prefer this exploit? > > http://localhost:8080/velexample/servlet/org.apache.catalina.servlets.DefaultServlet/sample.vm > > Horrors! Velocity is insecure! > > The DefaultServlet exploit is a general security problem in Tomcat. JSP

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

2002-09-24 Thread patrickl
patrickl2002/09/24 18:50:40 Modified:jsr154/src/share/dtd web-app_2_4.xsd Log: Back out last revision as the last commit contains post-PFD changes that have not yet been finalized. Revision ChangesPath 1.3 +162 -128 jakarta-servletapi-5/jsr154/src/share/dtd/web-a

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

2002-09-24 Thread Bojan Smojver
Quoting Glenn Nielsen <[EMAIL PROTECTED]>: > This list is for discussing Tomcat development, not velocity, web macro, et. > al. > > The evangelizing for velocity is off topic in this list. > > JSP is part of Tomcat, live with it and move on. > > There are plenty of other forums for discussing

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

2002-09-24 Thread Jon Scott Stevens
on 2002/9/24 5:15 PM, "Steve Downey" <[EMAIL PROTECTED]> wrote: > http://localhost:8080/velexample/servlet/org.apache.catalina.servlets.DefaultS > ervlet/sample.vm 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 c

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2002-09-24 Thread nacho
nacho 2002/09/24 17:49:40 Modified:jk/native/iis jk_isapi_plugin.c Log: Better testing for vhosts, use the supplied server name and port instead of directly the Host header ones.. Revision ChangesPath 1.18 +21 -4 jakarta-tomcat-connectors/jk/native/iis/jk_isa

RE: JTC tagged JK_1_2_0

2002-09-24 Thread Ignacio J. Ortega
> 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.. Saludos , Ignacio J. Ortega

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

2002-09-24 Thread Steve Downey
On Tuesday 24 September 2002 05:26 pm, Jon Scott Stevens wrote: > on 2002/9/24 4:59 AM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > > A security vulnerability has been confirmed to exist in all Apache > > Tomcat 4.x releases (including Tomcat 4.0.4 and Tomcat 4.1.10), which > > allows to use a s

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

2002-09-24 Thread Glenn Nielsen
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 optional and can be left out of

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

2002-09-24 Thread Glenn Nielsen
This list is for discussing Tomcat development, not velocity, web macro, et. al. The evangelizing for velocity is off topic in this list. JSP is part of Tomcat, live with it and move on. There are plenty of other forums for discussing the merits of one web templating technology vs another. Tha

Unable to Retrieve another Context from within the "root" context (by design, or bug?)

2002-09-24 Thread Smith, Ryan
I'm wondering if this was by design or if it's a bug. Running Tomcat 4.1.10 I am unable to retrieve the context of another webapp from within the root context. I've got two contexts setup, one with path="/common", and another with path="". From within the context with path="", there is a jsp

Re: Incorrect on display Traditional Chinese in JSP

2002-09-24 Thread Amy Roh
Can you see if the problem still exists with the latest 4.1.12? I believe the related bug 10901 was fixed since 4.1.10. Amy Daniel wrote: > Hi, > > > > I have problem with Tomcat 4.1.10, there is incorrect display > Traditional Chinese in my IE. > > The output would be "???" when I want

Re: [VOTE] [4.0.5] [4.1.12] Security releases

2002-09-24 Thread Ian Darwin
On September 23, 2002 10:04 am, Remy Maucherat wrote: > A security vulnerability which affects all releases of Tomcat 4.x has > been discovered. > > It is proposed that new Tomcat 4.0.x and 4.1.x releases are made, at > which time the exploit will be publicized. The security advisory will > also i

DO NOT REPLY [Bug 12457] - Filter does not work when RequestDispatcher uses INCLUDE value

2002-09-24 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_b

DO NOT REPLY [Bug 12715] - webapp_2_4.xsd missed "ERROR" value in "dispatcher"

2002-09-24 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_b

cvs commit: jakarta-servletapi-5/jsr154/examples/WEB-INF/classes/compressionFilters CompressionServletResponseWrapper.java

2002-09-24 Thread patrickl
patrickl2002/09/24 16:01:22 Modified:jsr152/examples/WEB-INF/classes/compressionFilters CompressionServletResponseWrapper.java jsr154/examples/WEB-INF/classes/compressionFilters CompressionServletResponseWrapper.java Log:

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

2002-09-24 Thread patrickl
patrickl2002/09/24 16:01:09 Modified:jsr154/src/share/dtd web-app_2_4.xsd Log: Update file to match Servlet 2.4 Public Final Draft document Revision ChangesPath 1.2 +128 -162 jakarta-servletapi-5/jsr154/src/share/dtd/web-app_2_4.xsd Index: web-app_2_4.xsd =

DO NOT REPLY [Bug 12978] - Tomcat doesn't pick up error pages.

2002-09-24 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_b

JTC tagged JK_1_2_0

2002-09-24 Thread Henri Gomez
Just after my commits... Tarball to be released tomorrow. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: jk 1.2.0 and cygwin (showstoper ?)

2002-09-24 Thread Henri Gomez
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 jk_ajp14_worker. o jk_ajp14.o jk

back port from iSeries/AS400 to jk2

2002-09-24 Thread Henri Gomez
I submitted some backport from jk 1.2.0 for AS400 support to jk2 More to come after JK 1.2.0 release ;-) -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:45:18 Modified:jk/native2/include jk_msg.h jk_global.h Log: AS/400 back port from 1.2.0. Revision ChangesPath 1.14 +3 -0 jakarta-tomcat-connectors/jk/native2/include/jk_msg.h Index: jk_msg.h

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:41:48 Modified:jk/native2/common jk_shm.c Log: AS/400 back port from 1.2.0. BTW, the AS/400 code should be checked later, since we should know if we have to convert from EBCDIC to ASCII here... Revision ChangesPath 1.29 +13 -1 j

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:40:38 Modified:jk/native2/common jk_requtil.c Log: AS/400 back port from 1.2.0. Revision ChangesPath 1.25 +8 -0 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c ==

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:40:02 Modified:jk/native2/common jk_pool.c Log: AS/400 back port from 1.2.0. Revision ChangesPath 1.11 +10 -5 jakarta-tomcat-connectors/jk/native2/common/jk_pool.c Index: jk_pool.c ===

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:39:21 Modified:jk/native2/common jk_msg_ajp.c Log: AS/400 / BS2000 back port from 1.2.0. Revision ChangesPath 1.19 +22 -3 jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c Index: jk_msg_ajp.c =

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:37:13 Modified:jk/native2/common jk_config_file.c jk_logger_file.c Log: AS/400 back port from 1.2.0. Revision ChangesPath 1.5 +11 -3 jakarta-tomcat-connectors/jk/native2/common/jk_config_file.c Index: jk_config_file.c ==

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:36:28 Modified:jk/native2/common jk_channel_socket.c Log: AS/400 back port from 1.2.0. notice here that we should use gethostbyname_r for multi-thread support Revision ChangesPath 1.40 +17 -1 jakarta-tomcat-connectors/jk/native2/comm

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:35:05 Modified:jk/native/common jk_pool.c Log: Comments on 16 (bytes !!!) pointers on iSeries. Yes, it's definitivly a strange machine. Last commit for jk 1.2.0 Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/jk/native/comm

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:34:08 Modified:jk/native/common jk_global.h Log: no socketvars.h on CYGWIN Revision ChangesPath 1.22 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h ===

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs faq.xml

2002-09-24 Thread Henri Gomez
Bojan Smojver wrote: > I think this also applies to 1.3. It's just that MMN in it hasn't been > changed for a while. > Sure API are stalibilized for sometimes now on 1.3.x -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [POLL] Tomcat 3.3.2 updates

2002-09-24 Thread Henri Gomez
Bill Barker wrote: > - Original Message - > From: "Henri Gomez" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Tuesday, September 24, 2002 1:38 AM > Subject: Re: [POLL] Tomcat 3.3.2 updates > > > >>Larry Isaacs wrote: >> >>>Hi Henri, >>> >>>I would prefer

DO NOT REPLY [Bug 12978] - Tomcat doesn't pick up error pages.

2002-09-24 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_b

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

2002-09-24 Thread Bojan Smojver
On Wed, 2002-09-25 at 07:31, Matt Fury wrote: > What's easier though? Upgrading a Tomcat server with a > patch or re-architecting your whole site to accomodate > for Velocity?? Short term, upgrading Tomcat. Long term, doing it in Velocity. Bojan -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 12978] New: - Tomcat doesn't pick up error pages.

2002-09-24 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_b

DO NOT REPLY [Bug 12719] - While specifying jspconfiguration element" / jsp/*" is not accepted as a url pattern

2002-09-24 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_b

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

2002-09-24 Thread Matt Fury
This may be true (though I have never tested it). What's easier though? Upgrading a Tomcat server with a patch or re-architecting your whole site to accomodate for Velocity?? ;-) -Matt --- Jon Scott Stevens <[EMAIL PROTECTED]> wrote: > on 2002/9/24 4:59 AM, "Remy Maucherat" > <[EMAIL PROTECTE

DO NOT REPLY [Bug 12657] - using name-from-attribute in tld causes NullPointerException

2002-09-24 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_b

Re: JK2 2.0.0 Release proposal

2002-09-24 Thread Bojan Smojver
+1 Sounds good. If you find nobody to build for Apache 2.0.4x on Linux, let me know. Bojan On Tue, 2002-09-24 at 21:27, Mladen Turk wrote: > Hi, > > Since there is no major showstoppers and > a) The vhosts should work now > b) Socket BUG 12346 is solved > > Here is the release plan: > > 1. 0

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

2002-09-24 Thread Jon Scott Stevens
on 2002/9/24 4:59 AM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote: > A security vulnerability has been confirmed to exist in all Apache > Tomcat 4.x releases (including Tomcat 4.0.4 and Tomcat 4.1.10), which > allows to use a specially crafted URL to return the unprocessed source > of a JSP page,

DO NOT REPLY [Bug 12926] - java.net.URLEncoder.encode problem with JDK 1.4.1

2002-09-24 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_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

2002-09-24 Thread luehe
luehe 2002/09/24 14:24:58 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java ScriptingVariabler.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties

Re: How can I maintain sessions between IIS and Tomcat?

2002-09-24 Thread Matt Fury
Hi Luca, ASP and JSP (IIS, Tomcat) are too separate server side languages and runtimes, hence there is no way to have them talk to each other via a Session Object since they each store sessions in a different manner. You may pass variables back and forth between them via a normal HTML manner but

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs faq.xml

2002-09-24 Thread Bojan Smojver
I think this also applies to 1.3. It's just that MMN in it hasn't been changed for a while. Bojan On Tue, 2002-09-24 at 20:23, [EMAIL PROTECTED] wrote: > hgomez 2002/09/24 03:23:51 > > Modified:jk/xdocs faq.xml > Log: > Add information about MMNB (Magic Module Number bump) of Apa

Re: [POLL] Tomcat 3.3.2 updates

2002-09-24 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 1:38 AM Subject: Re: [POLL] Tomcat 3.3.2 updates > Larry Isaacs wrote: > > Hi Henri, > > > > I would prefer to minimize the impact of upgrading

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

2002-09-24 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_b

How can I maintain sessions between IIS and Tomcat?

2002-09-24 Thread Luca Ventura
Hello everybody! I have installed Tomcat as plug-in of Internet Information Server (IIS) to support JSP/Servlet, using the ISAPI filter. So I can support ASP pages thanks to IIS and Servlets/JSP-pages thanks to Tomcat. All works well if I don't use sessions. In fact if I create an user-session (

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

2002-09-24 Thread nacho
nacho 2002/09/24 13:15:07 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Add a test for 443 as default port Revision ChangesPath 1.48 +3 -3 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c =

DO NOT REPLY [Bug 9936] - http tunnel could not work with mod_jk

2002-09-24 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 12926] - java.net.URLEncoder.encode problem with JDK 1.4.1

2002-09-24 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_b

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

2002-09-24 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_b

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

2002-09-24 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_b

DO NOT REPLY [Bug 12657] - using name-from-attribute in tld causes NullPointerException

2002-09-24 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_b

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

2002-09-24 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_b

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

2002-09-24 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_b

[PATCH] jakarta-servletapi-5: Additional XSD file patches

2002-09-24 Thread 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. Files modified: - jsr154/src/share/dtd/j2ee_1_4.xsd - jsr154/src/share/dtd/web-app_2_4.xsd - jsr154/src/share/dtd/xml.xsd -- Mark Roth, Java Software JSP 2.0 Co-Spe

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

2002-09-24 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_b

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

2002-09-24 Thread Costin Manolache
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 ! -- Costin -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 12457] - Filter does not work when RequestDispatcher uses INCLUDE value

2002-09-24 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_b

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

2002-09-24 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_b

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

2002-09-24 Thread mturk
mturk 2002/09/24 10:07:14 Modified:jk/native2/common jk_uriMap.c Log: Create the missing vhosts. Fix the hostname resolution already containing colon and port. Revision ChangesPath 1.43 +13 -14jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Inde

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

2002-09-24 Thread mturk
mturk 2002/09/24 09:54:31 Modified:jk/native2/common jk_uriMap.c Log: Create the missing vhosts. Fix the hostname resolution already containing colon and port. Revision ChangesPath 1.42 +22 -6 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Inde

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

2002-09-24 Thread Costin Manolache
Glenn Nielsen wrote: > This code only does validation when the container is started or > when a web application context is reloaded. The current implementation > using the standard policy file does the same thing only not with XML. ??? Doing XML schema validation on each server start and weba

jk 1.2.0 and cygwin (showstoper ?)

2002-09-24 Thread Henri Gomez
I tried to build jk with latest cygwin : - automake used in buildconf.sh didn't support -i I removed it and make configure, make but it failed : $ make Making all in common make[1]: Entering directory `/cygdrive/d/jakarta-tomcat-connectors/jk/native/com mon' /usr/bin/libtool --mode=compile gcc

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util SecurityUtil.java LocalStrings.properties

2002-09-24 Thread jfarcand
jfarcand2002/09/24 08:52:39 Modified:catalina/src/share/org/apache/catalina/util SecurityUtil.java LocalStrings.properties Log: Change the logging level and use a more appropriate error message. Revision ChangesPath 1.2 +4 -2 jakarta-t

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > This is exactly what correctHost did :)), to obviate the need > to declare hosts in wk2.p file :)), so this is the problem we > are having, mistery resolved.. ;) > > But now i know i'm totally -1 about to

Re: [JK2] new uriMap using hostname:port

2002-09-24 Thread Dmitry Letin
I have IP-based virtual host, not name-based ### ### http.conf ### ... Listen www.i-com.com:8019 LogLevel debug ... ServerName www.i-com.com:8019 ... ### ### workers2.properties ### [logger] level=DEBUG [shm] file=/usr/local/apache2/logs/jk2.shm size=1048576 [channel.socket:loca

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Ignacio J. Ortega
> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 24 de septiembre de 2002 17:03 > > [uri:www.i-com.com:8019] > > [uri:www.i-com.com:8019/examples/*] > context=/examples > > Should work. > This is exactly what correctHost did :)), to obviate the need to declare hosts in wk2.p file :

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Ignacio J. Ortega
> > [uri:www.hippo.com:8081/examples/*] > > > > And where is your context :) > This is app. > > [uri:www.hippo.com:8081/examples/*] > context=/examples > > It works (just checked the same config) > Do you have in the server.xml? > Touche!! :)) I dont think i ever tested contexts so may be y

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

2002-09-24 Thread Glenn Nielsen
Costin Manolache wrote: > Glenn, > > As a new feature, you need a majority of votes and at least 3 +1. > My vote is -1 ( but is not a veto ). Only commits can be vetoed, > and I'll probably do so if castor is used - all tomcat is using > digester style for xml processing, and we have a proposal t

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Mladen Turk
>From Dmitry Letin > > And I do not see messages like this in error log: > > [Sat Sep 21 18:09:40 2002] (debug ) [jk_uriMap.c (371)] > uriMap.init() loaded host www.i-com.com > Try setting LogLevel to debug in the httpd.conf Post the ServerName, Listen and VirtualHost from your httpd.conf

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Ignacio J. Ortega
> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 24 de septiembre de 2002 16:31 > > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > and a wk2.p file with only > > > > [uri:www.hippo.com:8081/examples/*] > > > > will not work, to solve it we need to revert the correctHosts >

Re: JBoss 3.0 and Tomcat 4.1

2002-09-24 Thread Jeff Tulley
It would require a bit of integration, due to the fact that Tomcat 4.1 changed how it was doing it's XML parsing. Excuse me if I get the details wrong, I haven't looked at this for a few months, but it seems that Tomcat 4.0 used its own XML parser (digester??), then moved to using the commons ver

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > Listen 8081 > NameVirtualHost *:8081 > > ServerAdmin [EMAIL PROTECTED] > DocumentRoot "E:/Apache2/htdocs/www.ciberlogic.com_8081" > ServerName www.hippo.com:8081 > ErrorLog logs/www.ciberlogi

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

2002-09-24 Thread Glenn Nielsen
Jean-Francois Arcand wrote: > > > Glenn Nielsen wrote: > >> The JVM itself anticipated a need for alternative application specific >> Policy >> implementations and has the hooks for doing it. >> >> Are you aware of anyone working on a new standard? Is there a JSR? > > > > [FYI] > JSR 115

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > ServerName www.hippo.com:8081 This is the problem (I forgot that the server name can have a port) > > and a wk2.p file with only > > [uri:www.hippo.com:8081/examples/*] > > will not work, to solve i

Re: [JK2] new uriMap using hostname:port

2002-09-24 Thread Dmitry Letin
I do not know what is wrong, but I just updated the jk subdirectory from the CVS, built mod_jk2.so by running make in jk/native2, installed it to apache2/conf and tried different combinations of workers2.properties: START OF workers2.properties [logger] level=DEBUG [shm] file=/usr/local/a

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

2002-09-24 Thread Costin Manolache
Glenn, As a new feature, you need a majority of votes and at least 3 +1. My vote is -1 ( but is not a veto ). Only commits can be vetoed, and I'll probably do so if castor is used - all tomcat is using digester style for xml processing, and we have a proposal to use JNDI to abstract XML processi

RE: JK2 2.0.0 Release proposal

2002-09-24 Thread Costin Manolache
Mladen Turk wrote: > Contin wrote: >> >> Let's call this a 'milestone' or 'build', as is done in 4.x >> and apache. >> > > So JK2_0_BETA as tag name and jk2.0-beta as build name, but > I would reather prefer only numbers an just said "OK jk-2.0.0 is Beta > version". I think the way it works (

RE: JK2 2.0.0 Release proposal

2002-09-24 Thread Ignacio J. Ortega
> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 24 de septiembre de 2002 13:28 > > > Hi, > > Since there is no major showstoppers and > a) The vhosts should work now > b) Socket BUG 12346 is solved > Thanks for volunteer, and thanks for the fixes.. > Here is the release plan: >

RE: [JK2] new uriMap using hostname:port

2002-09-24 Thread Ignacio J. Ortega
Hola Mladen, there are already some problems with port based VS hosting, in httpd.conf you have: ( i use apache2 for testing IIS vhost support, blame on w2kp :(, dont point me the JkUriSet method for config vhosts in apache, please :) Listen 8081 NameVirtualHost *:8081 ServerAdmin [EMAIL P

RE: JK2 2.0.0 Release proposal

2002-09-24 Thread Mladen Turk
Contin wrote: > > Let's call this a 'milestone' or 'build', as is done in 4.x > and apache. > So JK2_0_BETA as tag name and jk2.0-beta as build name, but I would reather prefer only numbers an just said "OK jk-2.0.0 is Beta version". MT. -- To unsubscribe, e-mail:

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

2002-09-24 Thread Jean-Francois Arcand
Glenn Nielsen wrote: > Comments intermixed below. > > Costin Manolache wrote: > >> Glenn Nielsen wrote: >> >> >>> Tomcat SecurityManager XML Policy configuration >>> --- >>> >>> I have finished implementing support within Tomcat for using XML based >>

Re: JK2 2.0.0 Release proposal

2002-09-24 Thread Costin Manolache
+1 and thanks for steping up :-) Mladen Turk wrote: > Hi, > > Since there is no major showstoppers and > a) The vhosts should work now > b) Socket BUG 12346 is solved > > Here is the release plan: > > 1. 09/25/2002 - Freeze the further development. > > 2. 09/26/2002 - If there is no major

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

2002-09-24 Thread mturk
mturk 2002/09/24 06:27:03 Added: jk/native2/server/apache13 mod_jk2.dsp Log: Add mod_jk2.dsp to the repository Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.dsp Index: mod_jk2.dsp ===

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

2002-09-24 Thread mturk
mturk 2002/09/24 06:22:14 Modified:jk/native2/server/apache2 mod_jk2.dsp Log: Use MT DLL for debug build. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp Index: mod_jk2.dsp ===

  1   2   >