Re: login security include file

2001-03-01 Thread Geoff Marshall
<[EMAIL PROTECTED]> > Organization: Lokion > Reply-To: Orion-Interest <[EMAIL PROTECTED]> > Date: Wed, 28 Feb 2001 16:35:44 -0500 > To: Orion-Interest <[EMAIL PROTECTED]> > Subject: login security include file > > I'm trying to do a response.send

RE: login security include file

2001-03-01 Thread Juan Lorandi (Chile)
and  closes the outputstream too -Original Message-From: Manne Fagerlind [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 01, 2001 6:20 AMTo: Orion-InterestSubject: RE: login security include file Strangely enough, always flushes the writer - i.e. the flush="

RE: login security include file

2001-03-01 Thread Manne Fagerlind
Strangely enough, always flushes the writer - i.e. the flush="false" is ignored. This is in the JSP 1.1 spec. Don't ask me why...   /Manne -Original Message-From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]]Sent: 28 February 2001 22:36To: Orion-InterestSubject:

login security include file

2001-02-28 Thread Vaskin Kissoyan
I'm trying to do a response.sendRedirect() from an include file and wanted to avoid doing a directive.include (preparser),   I keep getting "Response has already been committed, be sure not to write to the OutputStream or to trigger a commit due to any other action before calling this met