Bug #2333

2001-09-10 Thread GOMEZ Henri
Hi, Sometimes ago we received a patch for bug #2333 related to ajp12. It came from Roloff, Dirk [[EMAIL PROTECTED]] and I'd like to have your opinion before commiting it. Regards De: Roloff, Dirk [[EMAIL PROTECTED]] Envoyé: mardi 26 juin 2001 19:10 À: '[EMAIL PROTECTED]'

RE: What will happen to BUG #2333

2001-07-06 Thread GOMEZ Henri
80E6 >-Original Message- >From: Roloff, Dirk [mailto:[EMAIL PROTECTED]] >Sent: Friday, July 06, 2001 4:01 PM >To: '[EMAIL PROTECTED]' >Subject: AW: What will happen to BUG #2333 > > >Hi Andrej, > >> Von: Andrej Koelewijn [mailto:[EMAIL PROTECTED]] >&g

AW: What will happen to BUG #2333

2001-07-06 Thread Roloff, Dirk
Hi Andrej, > Von: Andrej Koelewijn [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 5. Juli 2001 16:05 > I think sending 'content-disposition: attachment' in the http > headers will > cause msie to save the file. But I'm not sure if it's > supported in 5.0... Sounds good - i will have a look

AW: What will happen to BUG #2333

2001-07-06 Thread Roloff, Dirk
Hi Tom, > "Thomas Colin de Verdiere" wrote: > what's your problem in ajp12 the problem, using sendRedirect( very long URL ) should send a HTTP-Header to the client like : HTTP/1.1 302 FOUND Location: the new location the Result i got was something like HTTP/1.1 302 htp:// and a lot of more

Re: What will happen to BUG #2333

2001-07-05 Thread Andrej Koelewijn
Roloff, Dirk wrote: >Hi all, > > >By the way - dose anybody know a way to send a JPEG-File to the Browser >so that _all_ browsers (MSE 5.0) will save it on disk (save as dialog) >and do not show it in a window ? >Setting MIME to youdonknoit/saveitondisk will not help M$ seams to look >inside the

Re: What will happen to BUG #2333

2001-07-05 Thread Thomas Colin de Verdiere
what's your problem in ajp12 Tom "Roloff, Dirk" wrote: > > Hi all, > > just a question - i found an error in TC 3.2.2 and i hope i fixed it. I > added a Bugreport and a patch but no one here in the list say anything > about it, nore the report will be visited. > Nobody here with the same probl

What will happen to BUG #2333

2001-07-04 Thread Roloff, Dirk
Hi all, just a question - i found an error in TC 3.2.2 and i hope i fixed it. I added a Bugreport and a patch but no one here in the list say anything about it, nore the report will be visited. Nobody here with the same problem ? Who is the guy for AJP12 ? Did i some thing wrong ? By the way -

[PATCH] for BUG #2333

2001-06-26 Thread Roloff, Dirk
Hi Developers, tomcat 3.2.2 - mod_jk - using AJP12 with apache 1.3.20 I found this problem while a servlet use sendRedirect( very long URL ). The result was a not well formated HTTP-Header sending to the client. What is the maximum length of URL`s ??? I found something in the jk_ajp12_worker.c: