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

2003-12-11 Thread billbarker
billbarker2003/12/11 22:24:36 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Trying to escape the dreaded tap-police ;-). No functional changes. Revision ChangesPath 1.22 +9 -9 jakarta-tomcat-catalina/catalina/src/share/org/apach

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

2003-12-11 Thread billbarker
billbarker2003/12/11 22:16:18 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Getting back to strict compliance with the Spec for AAA. My last patch included and illegal optimization (check methods before checking path). Now methods are correctly chec

DO NOT REPLY [Bug 25415] - in JSTL fmt Multiple setLocale work is not compatible JSTL 1.1 specif

2003-12-11 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

cvs commit: jakarta-tomcat-catalina/webapps/docs/config ajp.xml http.xml

2003-12-11 Thread larryi
larryi 2003/12/11 18:52:27 Modified:webapps/docs/config ajp.xml http.xml Log: Make description a little more specific, since the topic of URI path parameters seems to be gaining popularity, at leat for the moment. Revision ChangesPath 1.3 +1 -1 jakarta-tomca

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 mbeans-descriptors.xml

2003-12-11 Thread larryi
larryi 2003/12/11 18:52:07 Modified:catalina/src/share/org/apache/coyote/tomcat5 mbeans-descriptors.xml Log: Make description a little more specific, since the topic of URI path parameters seems to be gaining popularity, at leat for the moment. Revisio

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

2003-12-11 Thread larryi
larryi 2003/12/11 18:45:01 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml webapps/tomcat-docs/config coyote.xml jk2.xml Log: Port Remy's update for the useBodyEncodingForURI attribute. Revision ChangesPa

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

2003-12-11 Thread larryi
larryi 2003/12/11 18:44:34 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java CoyoteRequest.java Log: Port Remy's update for the useBodyEncodingForURI attribute. Revision ChangesPath 1.28 +32 -4 jakarta-tomcat-connec

DO NOT REPLY [Bug 15703] - Illegal scope attribute without var in "fmt:setLocale" tag

2003-12-11 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 24368] - Unhandled Exception in PersistentManagerBase.processExpires() kills PersistentManager thread

2003-12-11 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-12-11 Thread markt
markt 2003/12/11 15:52:04 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - Fix for bug 24368. Original report was in processExpires(). Adding try/catch to this method. Revision ChangesPath 1.17 +8 -5

DO NOT REPLY [Bug 24368] - Unhandled Exception in PersistentManagerBase.processExpires() kills PersistentManager thread

2003-12-11 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 25415] - in JSTL fmt Multiple setLocale work is not compatible JSTL 1.1 specif

2003-12-11 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

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

2003-12-11 Thread markt
markt 2003/12/11 14:56:14 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java Log: - Port of fix for bug 3098. Include the pathInfo when a relative path is used to get a request dispatcher. Revision ChangesPath 1.40

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java

2003-12-11 Thread markt
markt 2003/12/11 14:55:48 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java Log: - Port of fix for bug 3098. Include the pathInfo when a relative path is used to get a request dispatcher. Revision ChangesPath 1.34 +17 -7 jakarta-tomcat-con

DO NOT REPLY [Bug 7080] - Interbase JDBCRealm - Bug # 5564 - Have a safe fix.

2003-12-11 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_bug

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2003-12-11 Thread markt
markt 2003/12/11 14:30:35 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: - Port fix for bug 7080. Handle a null username correctly. - Patch supplied by Tim Walsh. Revision ChangesPath 1.23 +10 -6 jakarta-tomcat-4.0/catalina/src/sha

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

2003-12-11 Thread markt
markt 2003/12/11 14:28:49 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: - Fix bug 7080. Handle a null username correctly. - Patch supplied by Tim Walsh. Revision ChangesPath 1.4 +10 -6 jakarta-tomcat-catalina/catalina/src/share/o

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-12-11 Thread Remy Maucherat
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: markt 2003/12/11 13:35:24 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: - Fix bug 24283. Process uri as characters not bytes to ensure correct handling of unicode characters. -1 for this patch. Charact

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-12-11 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: markt 2003/12/11 13:35:24 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: - Fix bug 24283. Process uri as characters not bytes to ensure correct handling of unicode characters. -1 for this patch. Character decoding should occur

DO NOT REPLY [Bug 24283] - Wrong result in request.getPathInfo() using 2-byte Unicode characters

2003-12-11 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

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-12-11 Thread markt
markt 2003/12/11 13:35:24 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: - Fix bug 24283. Process uri as characters not bytes to ensure correct handling of unicode characters. Revision ChangesPath 1.24 +36 -24 jakarta-tomcat-connect

DO NOT REPLY [Bug 24368] - Unhandled Exception in PersistentManagerBase.processExpires() kills PersistentManager thread

2003-12-11 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-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2003-12-11 Thread Remy Maucherat
Bill Barker wrote: [EMAIL PROTECTED] wrote: billbarker2003/12/10 21:50:39 Modified:catalina/src/share/org/apache/catalina Realm.java catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java catalina/src/share/org/apache/catalina/realm RealmBase.java Log: First attempt t

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-12-11 Thread markt
markt 2003/12/11 11:58:14 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - And now replacing tabs with spaces - Also remove unused imports - thanks to Eclipse ;) Revision ChangesPath 1.16 +5 -23

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-12-11 Thread markt
markt 2003/12/11 11:56:19 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - Adding log message when an excpetion occurs during session expiration. Fixes bug 24368. Revision ChangesPath 1.15 +5 -4

RE: Performance Recommendation

2003-12-11 Thread George Sexton
I have done performance testing of a real world app against Orion, Resin, Tomcat 3.3, 4.0, and 4.1 and noticed little or no difference. Certainly nothing significant enough to spend money on. -Original Message- From: Roozbeh Zabihollahi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December

DO NOT REPLY [Bug 25015] - CoyoteAdapter is breaking path info

2003-12-11 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: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Schalk
In Windows, right click on My Computer and select Properties, then Advanced and then Environmental Variables. In user and system variables add the following: J2EE_HOME j2sdkee1.4\ JAVA_HOME j2sdk1.4.2\ Restart your PC. This should fix the problem. Kind Regards Schalk Neethling Web Developer.Desi

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2003-12-11 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 1:40 AM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java > [EMAIL PROTECTED] wrot

Re: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Ben Souther
> how can i set Path & CLASSPATH variable? Go here: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html Once you learn how to set up your classpath, make sure you add servlet.jar to it. Servlet.jar can be found in the TOMCAT_HOME/common/lib directory. Good luck On Thursda

DO NOT REPLY [Bug 25452] - JSP compile failure does not stop Ant build

2003-12-11 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

Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Gyan
Hi All, I am using TOMCAT for jsp/servlet deployment. When I am compiling a servlet class it gives an exception that javax.servlet.* not found. javax.servlet.http.* not found. What should i do to remove this exception, so that java file gets compile successfully. how can i set Path & CLAS

DO NOT REPLY [Bug 25452] New: - JSP compile failure does not stop Ant build

2003-12-11 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 25015] - CoyoteAdapter is breaking path info

2003-12-11 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 25448] - jsp:include is intolerant of whitespace

2003-12-11 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

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

2003-12-11 Thread kinman
kinman 2003/12/11 10:24:22 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: - Fix 25448: Allow white spaces in an empty body for Revision Changes

RE: Jetty Architecture

2003-12-11 Thread Shapira, Yoav
Howdy, That's great, thanks. I'm going to combine this with Jeanfrancois' documents, maybe add a bit of graphics to yours or space it out otherwise, and that's it for the first revision. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Filip Hanik [mailto:[EMAIL PROTE

RE: Jetty Architecture

2003-12-11 Thread Filip Hanik
here are my notes, it is not much, but it tells you a little about the layout and relationship between the components Filip -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 5:49 AM To: Tomcat Developers List Subject: RE: Jetty Architectur

Security (web.xml) clarification

2003-12-11 Thread Jan-Henrik Haukeland
If a security-constraint is defined protecting a certain uri but no login-config is defined in web.xml then upon accessing the uri, tomcat respond with the following error: HTTP Status 500 - Configuration error: Cannot perform access control without an authenticated principal Is this the correct

DO NOT REPLY [Bug 25419] - property string "standardContext.resourcesStart" is missing

2003-12-11 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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core LocalStrings.properties LocalStrings_fr.properties

2003-12-11 Thread remm
remm2003/12/11 09:28:15 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties LocalStrings_fr.properties Log: - Bug 25419. Revision ChangesPath 1.12 +1 -0 jakarta-tomcat-catalina/catalina/src/share/org/apache/c

DO NOT REPLY [Bug 23190] - JNDIRealm doesn't escape search filters

2003-12-11 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 16541] - jndi realm role search cannot handle \ in user dn correctly

2003-12-11 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

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

2003-12-11 Thread jfarcand
jfarcand2003/12/11 08:41:28 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: Minor fix. Avoid creating two array. Revision ChangesPath 1.29 +3 -3 jakarta-tomcat-catalina/catalina/src/share/org/apache/cat

DO NOT REPLY [Bug 25424] - Possible DOS attack using Apache/AJP/Tomcat?

2003-12-11 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-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2003-12-11 Thread philippe.leothaud
Hi, I've been refactoring the piece of code I sent last time, and I've got that now : - the following method just replaces the findSecurityConstraints(HttpRequest request, Context context) method in RealmBase - there is this static Map cache which caches the fake Constraints mapped to (UR

DO NOT REPLY [Bug 25448] New: - jsp:include is intolerant of whitespace

2003-12-11 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: Jetty Architecture

2003-12-11 Thread David Evans
Great, thank you. dave On Thu, 2003-12-11 at 09:35, Shapira, Yoav wrote: > > Howdy, > If you can wait a couple of days, let me finish what I'm adding to the > document and I think you'll find the result more useful. ;) > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message

DO NOT REPLY [Bug 22293] - JSPC class name doesn't match Jasper

2003-12-11 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: Jetty Architecture

2003-12-11 Thread Shapira, Yoav
Howdy, If you can wait a couple of days, let me finish what I'm adding to the document and I think you'll find the result more useful. ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Evans [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 11, 2003 9:34 AM >

Re: Jetty Architecture

2003-12-11 Thread David Evans
Hello, On Wed, 2003-12-10 at 16:08, Filip Hanik wrote: > I have a basic doc (text no pictures) one page that describes some of this, > let me see if I can dig it up for you, > but your diagram would be "much" bigger :), since the number of components > in Tomcat is "slightly" more complex than Je

RE: Jetty Architecture

2003-12-11 Thread Shapira, Yoav
Hi, I got your diagrams -- they're great! They're about 80% of what I was looking to do. I'm just going to add a little overview and that's about it. I'll post the completed web page on my apache account for you to see before I put it in CVS or anything like that. Thanks, Yoav Shapira Millenn

DO NOT REPLY [Bug 25415] - in JSTL fmt Multiple setLocale work is not compatible JSTL 1.1 specif

2003-12-11 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-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2003-12-11 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2003/12/10 21:50:39 Modified:catalina/src/share/org/apache/catalina Realm.java catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java catalina/src/share/org/apache/catalina/realm RealmBase.java Log: First attempt to get Tomcat compl

Re: Likely bug in org.apache.jasper.servlet.JspServlet (Tomcat 5)

2003-12-11 Thread Remy Maucherat
Reshat Sabiq wrote: I think i found a bug in Tomcat 5 implementation (J2EE 1.4-DR). I would highly appreciate if somebody could provide a brief description of what includeUri, and requestUri below stand for. I looked at the comments in Constants, but can't make out a lot out of them. Please see

Re: AbstractMethodError

2003-12-11 Thread Bill Barker
You could try asking on the users list for more info. TC 3.2.x has been unsupported for a very long time. The only advice I can offer is to upgrade to a supported version of Tomcat (e.g. 3.3.x, 4.1.x, 5.0.x). - Original Message - From: "Katalin Fónagy (IJ/ETH)" <[EMAIL PROTECTED]> To: <

DO NOT REPLY [Bug 23190] - JNDIRealm doesn't escape search filters

2003-12-11 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 16541] - jndi realm role search cannot handle \ in user dn correctly

2003-12-11 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

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector SaveConnectorAction.java

2003-12-11 Thread markt
markt 2003/12/10 15:05:05 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector SaveConnectorAction.java Log: - Fix bug 24771: Unable to create new connector Revision ChangesPath 1.12 +11 -12 jakarta-tomcat-4.0/webapps

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets WebdavServlet.java

2003-12-11 Thread markt
markt 2003/12/10 13:36:05 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - Fix bug 23999, 24001, 24005 Revision ChangesPath 1.30 +122 -96 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets

AbstractMethodError

2003-12-11 Thread Katalin Fónagy (IJ/ETH)
Hi, I am writing in connection with tomcat. I would like to use openorb-1.3.1 on linux. But the servlet (it is started through tomcat) cannot work. The following error msg appears: Location: /Toolbox/servlet/ToolboxGenerator Internal Servlet Error: java.lang.AbstractMethodError at org.o

Likely bug in org.apache.jasper.servlet.JspServlet (Tomcat 5)

2003-12-11 Thread Reshat Sabiq
I think i found a bug in Tomcat 5 implementation (J2EE 1.4-DR). I would highly appreciate if somebody could provide a brief description of what includeUri, and requestUri below stand for. I looked at the comments in Constants, but can't make out a lot out of them. Please see my comment below. o