BugRat Report #381 has been filed.

2000-11-14 Thread BugRat Mail System
Bug report #381 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com:/BugRatViewer/ShowReport/381 REPORT #381 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity:

BugRat Report #382 has been filed.

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

Re: BugRat Report #380 has been filed.

2000-11-14 Thread Hans Bergsten
BugRat Mail System wrote: Bug report #380 has just been filed. [...] Environment: Release: 3.2 Beta 7 JVM Release: 1.3 Operating System: Linux/NT OS Release: 2.2.16/4 Platform: any Synopsis: Sessions don't work without cookies Description: If Cookies are turned

Re: BugRat Report #380 has been filed.

2000-11-14 Thread cmanolache
As close as I can tell, SessionInterceptor needs to be called first to parse the url sessionid out of the URL before it can be context mapped. StandardSessionInterceptor lets you work with the sessions once you know which context the request is going to. I've done some work in there, but I

Re: *.apache.org traffic, configuration, etc

2000-11-14 Thread Jon Stevens
on 11/11/2000 5:10 PM, "Roy Wilson" [EMAIL PROTECTED] wrote: You mentioned that you thought *.apache.org gets 2M hits per day. Is there a (good?) source of info re: hardware/software/traffic information? Essentially, i think it is a piii 500mhz box, lots of disk space, i think around 500megs

Re: Make rant

2000-11-14 Thread Matthew Dornquast
Hi Roy! If someone can provide a link to something like "Make for Dummies" I'd appreciate it. You betcha, and fyi-- this format is VERY similar to the make file Nick Bauman, myself and others use at our place of employment. (Some might say better!?) At the very least, it's well documented.

Tomcat 4.0 -- JSP XML representation problems

2000-11-14 Thread Boyd Waters
Howdy... Tomcat 4.0 attempts to conform to the JSP 1.2 spec. JSP 1.2 specifies an XML representation for JSP pages. One is supposedly able to use the original syntax, or the new XML rep, but one CANNOT inter-mingle XML and the original syntax in the 1.2 spec. People, this is *awful*. All of my

Bug-Report

2000-11-14 Thread Granzer Andreas ARC
I'am using Tomcat 3.2 beta 7 I am getting a "not found"-Response when posting a quite large file to a servlet (file upload with a filve about 30 Meg) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[BUG] j_security_check forward no longer working

2000-11-14 Thread Barry Dunne
Hi, I need to trap the username and password entered by the user when accessing a secured web page, this is so that I can use this information when connecting to an external system in a servlet. The method I used was to have form based authentication but with the action posting to a jsp

Re: [BUG] j_security_check forward no longer working

2000-11-14 Thread Craig R. McClanahan
Barry Dunne wrote: Hi, I need to trap the username and password entered by the user when accessing a secured web page, this is so that I can use this information when connecting to an external system in a servlet. The method I used was to have form based authentication but with the action

Re: BugRat Report #380 has been filed.

2000-11-14 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: I started to look at this one, and noticed that there are two interceptors that deal with sessions: * SessionInterceptor, seems to deal with session IDs in the URL but doesn't care about cookies. This one is invoked first. * StandardSessionInterceptor, seems

Ajpv13 protocol

2000-11-14 Thread Sam Wang
Title: Ajpv13 protocol Is there a RFC on Ajp protocol? Or any documentation at all? -Sam

[TC 3.2b7 PATCH] Sessions without cookies [Was: Re: BugRat Report #380 has been filed.]

2000-11-14 Thread Hans Bergsten
BugRat Mail System wrote: Bug report #380 has just been filed. [...] Environment: Release: 3.2 Beta 7 JVM Release: 1.3 Operating System: Linux/NT OS Release: 2.2.16/4 Platform: any Synopsis: Sessions don't work without cookies Description: If Cookies are turned

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java

2000-11-14 Thread pierred
pierred 00/11/14 14:06:22 Modified:jasper/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java Log: Bug fix: conversion of String to boolean was erroneous Submitted by: Gareth Morgan [EMAIL PROTECTED] Revision ChangesPath 1.3 +4 -4

Re: Tomcat 4.0 -- JSP XML representation problems

2000-11-14 Thread Pierre Delisle
Boyd, I cannot really use the XML representation, because the jsp:cdata tag doesn't work with current Tomcat-4.0-devel. I get classCastExceptions if I try to use this tag. But you could still use ![CDATA[ ... ]] for your CDATA. jsp:cdata should be in tomcat-4.0 befroe the end of the

Re: Building nsapi_redirector

2000-11-14 Thread Barbara Nelson
I think the problem is that the project file has carriage-returns only at the end of each line, rather than CRLF. You can verify this by opening the project file in notepad. Instead of looking like 'normal' text, it is all on one line. If you delete the CRs, and insert your own CRLF in

Client certificates in Tomcat 3.2beta7

2000-11-14 Thread Barbara Nelson
I am testing Tomcat standalone with client authentication on, and getting some odd results. It works fine if client authentication is not turned on (for both IE and Netscape browsers). If I turn on client authentication, Netscape claims that I do not have a personal certificate, and IE asks me

Re: [TC 3.2b7 PATCH] Sessions without cookies [Was: Re: BugRat Report#380 has been filed.]

2000-11-14 Thread cmanolache
Hi Hans, The patch is great, +1 from me. ( it's the way the code was supposed to work - if you look back 2-3 revisions for that file you'll find very similar code ). It seems the patch for "multiple session cookies" broke this part - it's great that we fix it back. For 3.3 we should probably

Re: *.apache.org traffic, configuration, etc

2000-11-14 Thread Roy Wilson
Thanks, Jon Roy Original Message On 11/14/00, 4:21:49 PM, Jon Stevens [EMAIL PROTECTED] wrote regarding Re: *.apache.org traffic, configuration, etc: on 11/11/2000 5:10 PM, "Roy Wilson" [EMAIL PROTECTED] wrote: You mentioned that you thought *.apache.org gets 2M hits per day. Is

Re: Ajpv13 protocol

2000-11-14 Thread cmanolache
Is there a RFC on Ajp protocol? Or any documentation at all? No, there are just incremental enhancements and changes to Ajp11 - and I would say we might still have some changes and enhancements. ( there are additional messages that will probably be needed, the current stuff is stable and if

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

2000-11-14 Thread remm
remm00/11/14 16:46:41 Modified:catalina/src/share/org/apache/catalina/connector RequestBase.java Log: - Make sure the request bytes are always consumed. Revision ChangesPath 1.6 +9 -4

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

2000-11-14 Thread remm
remm00/11/14 16:52:35 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java Log: - Fix POST parameters decoding : parameters on the URL are decoded using RequestUtil.URLDecode instead of java.net.URLDecoder.decode

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util RequestUtil.java

2000-11-14 Thread remm
remm00/11/14 16:52:45 Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java Log: - Fix POST parameters decoding : parameters on the URL are decoded using RequestUtil.URLDecode instead of java.net.URLDecoder.decode Revision ChangesPath 1.9

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

2000-11-14 Thread remm
remm00/11/14 16:52:51 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java Log: - Fix POST parameters decoding : parameters on the URL are decoded using RequestUtil.URLDecode instead of java.net.URLDecoder.decode

BugRat Report #355 was closed (apparently by: Remy Maucherat)

2000-11-14 Thread BugRat Mail System
Report #355 was closed by Person #0 Synopsis: java.net.SocketException ConnectionReset by peer (logged in as: Remy Maucherat) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mapping Requests to Servlets

2000-11-14 Thread Thom Park
I think you'll find what you're looking for in org.apache.tomcat/request/SimpleMapper1.java though I must confess to being no expert ;-) -T Aron Kramlik wrote: Hi, Could someone point me to the class in Tomcat where the servlet mappings are implemented. i.e. Chapter 10 of the 2.2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/session StandardSessionInterceptor.java

2000-11-14 Thread bergsten
bergsten00/11/14 20:19:20 Modified:src/share/org/apache/tomcat/session Tag: tomcat_32 StandardSessionInterceptor.java Log: Fix to Bug Report #380 Added code for setting the session in the Request for the case when the session ID is received as part of

Closing Bug Reports?

2000-11-14 Thread Hans Bergsten
I tried to find a way to close the following Bug Report through the admin interface, but no matter which option I choose I only get the admin menu: Bug report #380 has just been filed. [...] Synopsis: Sessions don't work without cookies If someone else has more BugRat karma than I do,

BugRat Report #386 has been filed.

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