BugRat Report #810 has been filed.

2001-01-20 Thread BugRat Mail System
Bug report #810 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/810 REPORT #810 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

Parsing text to date - Urgent

2001-01-20 Thread Venkata Ratnam Vadlamannati
Dear All I am taking date from an HTML form in 01/01/2001 format and take read this in a jsp page as request.getParameter("date") I try to put this in my MSSQL Server 7 table (table column is date with 8 characters width - default) with a prepared statement, it gives the following error:

Re: [PROPOSAL] Tomcat 4.0-beta API Change: Security ManagerFacades

2001-01-20 Thread Kief Morris
Craig R. McClanahan typed the following on 10:09 PM 1/19/2001 -0800 How about if we create a branch of 4.0, and I check in these changes on that branch? If things work out well, we can merge back to the main branch -- otherwise, wel'll have learned what needs to be done to add this functionality

Re: The case of the disappearing webapps...

2001-01-20 Thread Aaron Mulder
Probably caused by using a URLClassLoader. On Windows, it locks JAR files and never lets go (I've seen this). Also, there was a rumor that it caches JAR files so if you redeploy an updated app with a new JAR file with the same name as the old one it will still use the old one, or

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/naming/resources ProxyDirContext.java

2001-01-20 Thread remm
remm01/01/20 10:32:49 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Replace \ with / in the query string to be consistent with the JNDI naming convention. Of course, URLs strings shouldn't use the Windows style

Re: Catalina + Apache

2001-01-20 Thread Arshad Mahmood
Can you recommend any documents for trying to understand the architecture of mod_webapp and catalina connectors, or is the source the best place. I am fairly keen in getting involved in this area, so any indication of where to get started would be gratefully received. I am a fairly good 'C' and

cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/naming/resources WARDirContext.java LocalStrings.properties

2001-01-20 Thread remm
remm01/01/20 10:54:36 Modified:catalina/src/share/org/apache/naming/resources LocalStrings.properties Added: catalina/src/share/org/apache/naming/resources WARDirContext.java Log: - Add a new WARDirContext. - Enables to

cvs commit: jakarta-tomcat RELEASE-PLAN-3.3

2001-01-20 Thread costin
costin 01/01/20 11:28:21 Modified:.RELEASE-PLAN-3.3 Log: Added a paragraph about the release team and release manager, listing the current volunteers. ( the final list will be of course decided in the voting process ). Added an action item to add a credits page

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test - New directory

2001-01-20 Thread costin
costin 01/01/20 11:33:43 jakarta-tomcat/src/share/org/apache/tomcat/util/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

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

2001-01-20 Thread remm
remm01/01/20 11:41:30 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java StandardHost.java Log: - StandardContext will now use the new WARDirContext if the url given ends with ".war". - Add a new "unpackWARs" flag in the

Re: Parsing text to date - Urgent

2001-01-20 Thread Filip Hanik
couple of things, 1. Don't cross post this to three different lists. Tomcat dev is for the developers of tomcat and development related issues. 2. Try to convert your string into a Date before you pass it into the prepared statement. A Date object is not of the same class as a String object.

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-01-20 Thread costin
costin 01/01/20 12:11:04 Modified:src/tests build.xml src/tests/share/gtest GTest.java src/tests/webpages index.html src/tests/webpages/WEB-INF test-tomcat.xml Log: Few changes to the self-test building. The Golden files will be

cvs commit: jakarta-tomcat/src/admin/test - New directory

2001-01-20 Thread costin
costin 01/01/20 12:11:57 jakarta-tomcat/src/admin/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntServletLogger.java GTestTEI.java GTestTag.java

2001-01-20 Thread costin
costin 01/01/20 12:14:28 Modified:src/admin/WEB-INF admin.tld Added: src/admin/WEB-INF/classes/tadm AntServletLogger.java GTestTEI.java GTestTag.java Log: Added a new admin tag that runs a GTest test ( using ant as a driver - not easy since ant

Re: cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/coreStandardContext.java StandardHost.java

2001-01-20 Thread Nick Bauman
On 20 Jan 2001 [EMAIL PROTECTED] wrote: - Add a new "unpackWARs" flag in the StandardHost : if true, the host will deploy WARs as before. If false, the WARs found in the host path won't be unpacked and the WARDirContext will be used. Very very cool.

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

2001-01-20 Thread Remy Maucherat
On 20 Jan 2001 [EMAIL PROTECTED] wrote: - Add a new "unpackWARs" flag in the StandardHost : if true, the host will deploy WARs as before. If false, the WARs found in the host path won't be unpacked and the WARDirContext will be used. Very very cool. :) I guess I get the award

Re: Call for volunteers

2001-01-20 Thread James Duncan Davidson
On 1/19/01 12:17 PM, "Hans Bergsten" [EMAIL PROTECTED] wrote: Based on the number of answers I've seen so far, I assume that it will be put up for a vote soon. I ask, however, that you wait with that until we have an agreement on how to interpret our decision guidelines (or amend them if

Re: Catalina + Apache

2001-01-20 Thread James Duncan Davidson
On 1/19/01 2:03 PM, "Jon Stevens" [EMAIL PROTECTED] wrote: on 1/19/01 12:21 PM, "Craig R. McClanahan" [EMAIL PROTECTED] wrote: I know Pier has a bunch of bugfixes currently in his local CVS tree, so hopefully we will be much closer to the "reality" end of the scale soon. Why isn't

Re: Clarification of PMC emails

2001-01-20 Thread James Duncan Davidson
On 1/18/01 6:27 PM, "Timm, Sean" [EMAIL PROTECTED] wrote: Is this something that needs to be addressed on a per-project level basis, or is this a new policy handed down from the ASF? I'd be interested in seeing this happen on xml.apache.org as well... It's something that needs to happen

Re: Proposed release of 3.3

2001-01-20 Thread James Duncan Davidson
On 1/18/01 12:30 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: 2. It seems he made a distinction between +1 ( I support the plan or release ) and "commited" +1 ( I support the plan _and_ I commit to help). 3. My vote will be a "commited" +1. My reading of the situation is that if you

Re: Forming an opinion

2001-01-20 Thread James Duncan Davidson
On 1/18/01 2:49 AM, "Paulo Gaspar" [EMAIL PROTECTED] wrote: To be clear, I am fed up that Jon: - tells everybody what they should do; - judges and condemns people without knowing how their lives are (as with, but not only, the several remarks about people not dialing-in in the PMC

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java

2001-01-20 Thread costin
costin 01/01/20 13:33:04 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java Log: Remove a trace message in JspInterceptor ( was used during development ). Fix a small typo/bug in RequestDispatcherImpl (

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

2001-01-20 Thread costin
costin 01/01/20 13:40:47 Modified:src/share/org/apache/tomcat/modules/config DefaultCMSetter.java ServerXmlInterceptor.java Log: Few minor changes/fixes ( done long ago ) to better guess tomcat.home ( useful if you embed tomcat or use "java -jar" style of

: RE: Tomcat NoClassDefFoundError

2001-01-20 Thread Peter Bhola
On downloading the latest version of Jarkarta (jakarta-tomcat-3.2.1) and attempting to run the startup.sh under in the bin directory I got the NoClassDefFoundError. What I found was untarring the files under the directory foo, the directory foo/tomcat/jakarta-tomcat-3.2.1 was created. The scripts

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test GTest.java

2001-01-20 Thread costin
costin 01/01/20 13:44:40 Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java src/share/org/apache/tomcat/util/http AcceptLanguage.java ContentType.java src/share/org/apache/tomcat/util/log Logger.java

cvs commit: jakarta-tomcat/src/tests/share/gtest GTest.java

2001-01-20 Thread costin
costin 01/01/20 13:50:24 Modified:.build.xml src/admin/WEB-INF admin.tld src/admin/WEB-INF/classes/tadm GTestTag.java TomcatAdmin.java src/tests/share/gtest GTest.java Added: src/admin/test test.jsp

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat - New directory

2001-01-20 Thread costin
costin 01/01/20 13:59:40 jakarta-tomcat/src/share/org/apache/tomcat/util/compat - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Forming an opinion

2001-01-20 Thread Paulo Gaspar
I would rather let waters stay still. I am behaving and so is Jon. However, you choused to write about this mess on the list again. So, I will answer on the list. I hope this does not (re)start anything. Everything I am writing here was already told before in previous postings. Maybe you had no

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java ServletHandler.java

2001-01-20 Thread costin
costin 01/01/20 15:25:45 Modified:src/admin/WEB-INF/classes/tadm GTestTag.java src/admin/test test.jsp src/facade22/org/apache/tomcat/facade JspInterceptor.java ServletHandler.java Log: - accept a "target" request parameter (

Re: sendRedirect, include and forward don't work with mod_jk and non standard ssl port

2001-01-20 Thread Filip Hanik
Even in Ajp13 there is still a bug. In the API docs for javax.servlet.ServletRequest.getRequestDispatcher it says "The pathname specified may be relative, although it cannot extend outside the current servlet context. If the path begins with a "/" it is interpreted as relative to the current

BugRat Report #812 has been filed.

2001-01-20 Thread BugRat Mail System
Bug report #812 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/812 REPORT #812 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: cosmetic

BugRat Report #813 has been filed.

2001-01-20 Thread BugRat Mail System
Bug report #813 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/813 REPORT #813 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

RE: Forming an opinion

2001-01-20 Thread James Cook
-Original Message- From: James Duncan Davidson [mailto:[EMAIL PROTECTED]] So as a PMC member, he shouldn't voice an opinion? That's akin to what I've been told that as PMC chair, I have to put my opinions aside. Perhaps as the PMC chair you could ask Jon to tone it down. If his

Meeting dialins

2001-01-20 Thread David Weinrich
I am wondering if it might be possible to have people reserve spots for the dialin, with committers having priority of course. For some reason I had assumed that the lines would be pretty much tied up ( bad assumption I know ). If anything this could give the person handling the details for the

Re: Forming an opinion

2001-01-20 Thread Jon Stevens
on 1/20/01 7:56 PM, "James Cook" [EMAIL PROTECTED] wrote: Many others seem to be able to voice their opinions (even when they are strong disagreements) without appearing condescending or unusually harsh. I tried to be nice. More than once. It didn't work. -jon

RE: Forming an opinion

2001-01-20 Thread Timm, Sean
Alright, this thread was off-topic, and I wasn't going to respond, but, personally, I think Jon *has* toned down the presentation of his opinions, and I sent him a quick thank you several days ago to let him know I appreciated it. It can be hard to recognize change for the better in someone when

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-01-20 Thread costin
costin 01/01/20 22:39:22 Modified:src/admin/WEB-INF admin.tld src/admin/WEB-INF/classes/tadm GTestTag.java src/admin/test test.jsp src/share/org/apache/tomcat/util/test DefaultMatcher.java GTest.java Header.java

Re: Forming an opinion

2001-01-20 Thread Anil Vijendran
James Duncan Davidson wrote: Jon was around since *way* back in Jserv days. Does that make him part of the clique? Probably. Face it, cliques happen. Open Source is built on trust more than anything else and Jon has built up more Open Source projects than I can keep track of. I won't ask