[GUMP] Build Failure - jakarta-tomcat-jk-ant

2003-01-28 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-01-28/jakarta-tomcat-jk-ant.html Buildfile: build.xml does not exist! Build failed -- To unsubscribe,

getServerPort

2003-01-28 Thread Doug Davis
Just wondering if anyone knows about the status of: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13172 I'm using Tomcat 4.1.18 and getServerPort seems to still only return 80 even though its running on port 8080. thanks, -Dug -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

DO NOT REPLY [Bug 16449] - Race condition when compiling jsp pages

2003-01-28 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=16449. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[5.0] Exception at startup...

2003-01-28 Thread Jeanfrancois Arcand
Hi, is somebody seeing that error when starting Tomcat with the latest workspace: org.apache.webapp.admin.ApplicationServlet java.lang.ClassNotFoundException: org.apache.webapp.admin.ApplicationServlet at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:

cvs commit: jakarta-tomcat-catalina/webapps/admin build.xml

2003-01-28 Thread jfarcand
jfarcand2003/01/28 08:37:20 Modified:webapps/admin build.xml Log: Fix a bug introduced by the addition of common modeler. Now the Admin tool will compile properly when you use a fresh workspace ;-) Revision ChangesPath 1.6 +2 -2

Re: JspC compile JSP with JSTL

2003-01-28 Thread Henri Gomez
Jeanfrancois Arcand wrote: Replace the xercesImpl.jar with Xerces 2.1.0. There is a bug in Xerces that cause that strage error., Or use the Xerces 2.3.0 which should fix such error ;) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: JspC compile JSP with JSTL

2003-01-28 Thread Jack Lauman
Kelly: The -- is a known bug in a previous version of xerces. xerces 2.3.0 was released in the last 24 hrs. ad is supposed to cure the problem. Let me know if it works. Regards, Jack Lauman nwcascades.com Kelly Chen wrote: I just wonder if anyone have done this before. I am using JspC to

[5.0] Splitting authentication and authorization.

2003-01-28 Thread Jeanfrancois Arcand
Hi, since the last time I've proposed to split Authentication/Authorization, we have moved to JMX Listerner as hooks and standardize on JMX, I would like to re-open the discussion on splitting the behaviour. Mainly, I would like to move three Realm methods into an Authorizer interface and

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper - New directory

2003-01-28 Thread remm
remm2003/01/28 10:13:41 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2003-01-28 Thread remm
remm2003/01/28 10:14:51 Added: util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Log: - Add new mapper. This has a dependency on JNDI (is that ok ?). Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServlet.java

2003-01-28 Thread remm
remm2003/01/28 10:15:49 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: - IMO, this should be debug information (not info). Revision ChangesPath 1.19 +13 -13

Re: [5.0] New mapper

2003-01-28 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: If the question is about using JMX1.2 - it was alredy proposed, and it seems nobody objected ( but nobody did it either ). If you want to do that - all you need is update the mbean descriptors, and change all the arrays to use the JNI names (

Re: [5.0] New mapper

2003-01-28 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: If the question is about using JMX1.2 - it was alredy proposed, and it seems nobody objected ( but nobody did it either ). If you want to do that - all you need is update the mbean descriptors, and change all the arrays to use the JNI names (

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-01-28 Thread jfarcand
jfarcand2003/01/28 10:18:39 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Fix bugtraq 4782776 The is-xml element of a jsp-property-group doesn't work as specified in JSP 2.0 Revision ChangesPath 1.15 +10 -4

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java

2003-01-28 Thread remm
remm2003/01/28 10:19:39 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteConnector.java CoyoteRequest.java Log: - Use the new mapper. - Since the mapper is not populated, it doesn't do anything. Revision ChangesPath

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina Request.java

2003-01-28 Thread remm
remm2003/01/28 10:20:05 Modified:catalina/src/share/org/apache/catalina Request.java Log: - Use the new mapper. - Since the mapper is not populated, it doesn't do anything. Revision ChangesPath 1.3 +20 -4

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardEngineMapper.java

2003-01-28 Thread remm
remm2003/01/28 10:20:48 Modified:catalina/src/share/org/apache/catalina/core StandardEngineMapper.java Log: - Use the new mapper. - Since the mapper is not populated, it doesn't do anything. Revision ChangesPath 1.2 +8 -4

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardEngineValve.java

2003-01-28 Thread remm
remm2003/01/28 10:21:16 Modified:catalina/src/share/org/apache/catalina/core StandardEngineValve.java Log: - Remove useless code (the protocol layer will take care of that check). Revision ChangesPath 1.2 +4 -15

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Costin Manolache
Wouldn't be better to just standardize on JAAS for authentication and stop using our own private interfaces ? AFAIK JAAS is included in JDK1.3+ - and available to older VMs. The only problem is getUserRoles(), which is not supported very well by JAAS. I'm fine with implementing them as valves

cvs commit: jakarta-tomcat-catalina/webapps/docs/config coyote.xml jk2.xml

2003-01-28 Thread remm
remm2003/01/28 10:24:43 Modified:webapps/docs/config coyote.xml jk2.xml Log: - Small docs fixes. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-catalina/webapps/docs/config/coyote.xml Index: coyote.xml

RE: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Filip Hanik
In JBoss they have the following problem with JAAS. You protect /myapp/secure, the user logs on. When the user is in another subcontext, for example, /myapp/nonsecure/ JAAS doesn't return a user principal at all, because that subcontext was not marked for being secure. just an fyi Filip

JVM Error

2003-01-28 Thread Alexander Leyke
I've seen similar problems - java is very sensitive to each thread beeing 'registered'. My understanding is that attaching the thread will set all the TLDs that are needed, and jk2 is calling the attach method - so I don't know what is wrong here. My bet would be on thread creation - I would

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Jeanfrancois Arcand
Costin Manolache wrote: Wouldn't be better to just standardize on JAAS for authentication and stop using our own private interfaces ? AFAIK JAAS is included in JDK1.3+ - and available to older VMs. I agree on JAAS too for Authentication if it is available for the majority of open source VM

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Jeanfrancois Arcand
Filip Hanik wrote: In JBoss they have the following problem with JAAS. You protect /myapp/secure, the user logs on. When the user is in another subcontext, for example, /myapp/nonsecure/ JAAS doesn't return a user principal at all, because that subcontext was not marked for being secure. Any

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core DummyRequest.java

2003-01-28 Thread remm
remm2003/01/28 11:07:30 Modified:catalina/src/share/org/apache/catalina/core DummyRequest.java Log: - Ooops, missing update. Revision ChangesPath 1.3 +6 -4

DO NOT REPLY [Bug 16507] New: - Remote Host Filter does not allow wild-card

2003-01-28 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=16507. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Filip Hanik
http://www.jboss.org/forums/thread.jsp?forum=49thread=26355message=3758564q=userrole#3758564 don't think they had a solution Filip -Original Message- From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:54 AM To: Tomcat Developers List Subject: Re:

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Costin Manolache
Jeanfrancois Arcand wrote: Costin Manolache wrote: Wouldn't be better to just standardize on JAAS for authentication and stop using our own private interfaces ? AFAIK JAAS is included in JDK1.3+ - and available to older VMs. I agree on JAAS too for Authentication if it is available for the

DO NOT REPLY [Bug 16508] New: - Response is not being committed after RequestDispatcher forward

2003-01-28 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=16508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16507] - Remote Host Filter does not allow wild-card

2003-01-28 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=16507. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

bugzilla 9526

2003-01-28 Thread Amy Roh
Can anyone point me to the thread of discussion where the bug was decided invalid? I'm trying to close the corresponding bugtraq bug with a reason. Thanks, Amy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Jeanfrancois Arcand
Costin Manolache wrote: Jeanfrancois Arcand wrote: Costin Manolache wrote: Wouldn't be better to just standardize on JAAS for authentication and stop using our own private interfaces ? AFAIK JAAS is included in JDK1.3+ - and available to older VMs. I agree on JAAS too for

RE: bugzilla 9526

2003-01-28 Thread Shapira, Yoav
Howdy, This will get you on the thread: http://marc.theaimsgroup.com/?l=tomcat-devm=102971833127528w=2 Yoav Shapira Millennium ChemInformatics -Original Message- From: Amy Roh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:32 PM To: Tomcat Developers List Subject: bugzilla

mod_jk2 jni connector: segfault in CreateJavaVM with Sun VM; IBM VM works fine

2003-01-28 Thread Adam Megacz
Hey, I'm using mod_jk2 with Apache2 (prefork) on Linux, and the Sun JVM (1.4 and 1.3) segfaults somewhere deep within libjvm.so's CreateJavaVM call, yet IBM's JVM (1.4) works fine. Has anybody else experienced this? Any idea what causes it? If this isn't enough info, I'll make a much more

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Costin Manolache
It seems I missread your post, I tought you would add another authentication interface too ... But I still don't like the interface :-) I need to think about it. I'm pretty sure we can use Policy, Permission, etc without a security manager, and it would be better to go directly to use those.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java

2003-01-28 Thread kinman
kinman 2003/01/28 14:06:28 Modified:jasper2/src/share/org/apache/jasper/compiler Collector.java Generator.java jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java Log: - Encapsulate scope variable

cvs commit: jakarta-servletapi-5/jsr152/examples/WEB-INF web.xml

2003-01-28 Thread jfarcand
jfarcand2003/01/28 16:54:22 Modified:jsr152/examples/WEB-INF web.xml Log: Fix XML Schema error. Revision ChangesPath 1.7 +2 -1 jakarta-servletapi-5/jsr152/examples/WEB-INF/web.xml Index: web.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java

2003-01-28 Thread jfarcand
jfarcand2003/01/28 17:42:38 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: Fix Bug 16078 Request parameter aggregation when using jsp-param is no longer working. mergeParameters was called twice. Revision Changes

DO NOT REPLY [Bug 16078] - Request parameter aggregation when using jsp:param is no longer working as expected.

2003-01-28 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=16078. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0] Splitting authentication and authorization.

2003-01-28 Thread Costin Manolache
What about this: instead of 3 methods, have a single method: interface Authorization { boolean hasPermission( HttpServletRequest, Permission perm ) } I'm still trying to figure out the hack in JSR155 ( with the permission per request ) - but if you understand it we can even use boolean

RE: mod_jk2 jni connector: segfault in CreateJavaVM with Sun VM; IBM VM works fine

2003-01-28 Thread Mladen Turk
Behalf Of Adam Megacz Hey, I'm using mod_jk2 with Apache2 (prefork) on Linux, and the Sun JVM (1.4 and 1.3) segfaults somewhere deep within libjvm.so's CreateJavaVM call, yet IBM's JVM (1.4) works fine. Has anybody else experienced this? Any idea what causes it? If this isn't

DO NOT REPLY [Bug 10406] - Tomcat Memory Management

2003-01-28 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=10406. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.