war file loading and logging in TC 3.2.1

2001-03-12 Thread Stefán F. Stefánsson
Hello. I'm using an EmbededTomcat in a project and I'm wondering why I can't specify a war file in the method addContext(String, URL). I want to specify a war file to load up but I can't do that. I must specify the root directory of my webapp. Anybody have an idea? How are the war files

RE: make jsse support optional

2001-02-27 Thread Stefán F. Stefánsson
What do you mean by 'as long as jsse is not free'? I've never had to pay for it... to my best knowledge it _is_ free. Regards, Stefan. -Original Message- From: Guillaume Rousse [mailto:[EMAIL PROTECTED]] Sent: 27. febrar 2001 14:00 To: [EMAIL PROTECTED] Subject: make jsse support

RE: TOMCAT ENCRYPTION OF CREDIT CARD NUMS???????

2001-01-17 Thread Stefán F. Stefánsson
The only thing you probably need to do is make sure nobody can look at the credit card information while it's being sent from the client to the server. Regular HTTP is text based so everything going over the wire can actually be read by a person, that person could be mr. Evil Man and he could

[BUG] Security violation in Tomcat 3.2.1 (was: [BUG] problems with downloading a file, previous JSP gets buffered and sent instead)

2001-01-05 Thread Stefán F. Stefánsson
eam buffer of the response. I don't understand that... what is an unprocessed JSP file doing in the response buffer anyways? Please respond, Stefan Freyr p.s. I'll file a bug report on this later today unless somebody sees anything wrong with it. -Original Message----- From: Stefán F.

[BUG] problems with downloading a file, previous JSP gets buffered and sent instead

2001-01-04 Thread Stefán F. Stefánsson
Hi. This sure looks like some kind of bug to me but I can't really say what exactly is going on. I have a servlet that gets a file out of a database according to a file ID. This servlet works just fine when I call it directly (that is, when I manually write the URL into the address field in my

RE: stupid question on array return by javax.servlet.request.X509Certificateattribute

2000-12-18 Thread Stefán F. Stefánsson
The idea (I think) is to have the certificate chain in there. Your client certificate is signed by some authority which may, in turn, be signed by someone else and so on... So you could get your client certificate as the first element, the one who signed his certificate as the second and so

Differerences in Jakarta distributions (Was 3.2.1 build fails - any ideas?) Please comment

2000-12-15 Thread Stefán F. Stefánsson
Thanks everybody! I've managed to build it now. The problem was kindof weird and the "solution" (if I can call it a solution) was even weirder... Like one of you pointed out I had to do a "build clean". After that everything worked. I found this rather weird since I deleted EVERYTHING in my

RE: Réf. : RE: X509 client certificate (Mr. McClanahan, please take a look at this)

2000-12-15 Thread Stefán F. Stefánsson
] [mailto:[EMAIL PROTECTED]] Sent: 15. desember 2000 14:30 To: [EMAIL PROTECTED] Cc: Stefán F. Stefánsson Subject: Réf. : RE: X509 client certificate hello stefan, I prefere having two answer than any, so thank you for you help but... when I try with tomcat 4.0-m5 to sniffe my https request, I

RE: X509 client certificate

2000-12-04 Thread Stefán F. Stefánsson
Hi Alexandre. I'm not sure I fully understand your question but let me see if I can help you at all. The addSecureEndpoint method of EmbededTomcat used to be just like the one you described below. I added the addSecureEndpoint(int port, InetAddress addr, String hostname, String keyfile, String

RE: BugRat Report #516 has been filed.

2000-12-04 Thread Stefán F. Stefánsson
woops... this bug should not have that severity or priority... I didn't notice any place where I should have set that now that I think of it... hmmm... weird... maybe it's a bug in the bug-tracking system? -Original Message- From: BugRat Mail System [mailto:[EMAIL PROTECTED]] Sent: 4.

[BUG] setDebug in EmbededTomcat

2000-11-29 Thread Stefán F. Stefánsson
This is probably one of the strangest things I've seen so far! I'm working with EmbededTomcat and I have integrated it into our server application. I wanted to get some more information about what the web server was doing so I changed the setDebug(0) to setDebug(10). This resulted in me not

RE: ENCTYPE=multipart/form-data

2000-11-27 Thread Stefán F. Stefánsson
what does your form tag (in HTML) look like? -Original Message- From: Falcon cheetah [mailto:[EMAIL PROTECTED]] Sent: 27. nóvember 2000 07:19 To: [EMAIL PROTECTED] Subject: ENCTYPE="multipart/form-data" I am trying to load a file to my server, in order to use it as an attachment for a

Tomcat 3.2 b7 build broken???

2000-11-17 Thread Stefán F. Stefánsson
It can't be that... must be something on my side... but I keep getting the following error when I try to run build (doesn't matter if I do build or build dist). C:\jakarta\jakarta-tomcatbuild Buildfile: build.xml BUILD FAILED build.xml:33: Could not create task of type: copy because I can't

[PATCH] Bug 404 - EmbededTomcat and PoolTcpConnector

2000-11-17 Thread Stefán F. Stefánsson
Here is a patch for bug report 404. It's about the addSecureEndpoint method not working. EmbededTomcat.diff PoolTcpConnector.diff Stefan Freyr Stefansson Software Developer deCODE Genetics, Inc. Phone: (+354) 570 2854 GSM: (+354) 861 1718 Fax:

[PATCH] EmbededTomcat.java and PoolTcpConnector.java

2000-11-06 Thread Stefán F. Stefánsson
Hi. I've added one method to the EmbededTomcat and that is addCustomEndpoint. This method makes it possible to add an endpoint with a specific ServerSocketFactory. This is very handy when you are trying to integrate Tomcat into applications which have their own socket factory. For example, in