SV: Login Security

2002-03-03 Thread Magnus Rydin
: Login Security I've been using Orion since the 1.4.x version and I love it so far. I have used it for deploying JSP, Servlets, and JavaBeans under the default web-app. I've even learned how to create virtual hosts with Orion.Now I am learning more about web-apps, EAR files, and WAR files

Re: Login Security

2002-03-03 Thread Joacim Järkeborn
Checkout: http://kb.atlassian.com/content/atlassian/howto/securingdirectory.html Best regards Joacim Järkeborn - Original Message - From: Tom Holmes Jr. To: Orion-Interest Sent: Saturday, March 02, 2002 9:51 PM Subject: Login Security I've been using Orion since the 1.4.x version

Login Security

2002-03-02 Thread Tom Holmes Jr.
WebLogic. However, my main question is about Login Security with Orion, it looks daunting to say the least. Let's say I have two different web-sites: http://www.mywebsite.com/mywebapp and http://www.mywebsite.com/mydirectory Both of these can be browsed to, but I want one of these to pop-up

RE: login security include file

2001-03-01 Thread Manne Fagerlind
Strangely enough, jsp:include 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-InterestSubj

RE: login security include file

2001-03-01 Thread Juan Lorandi (Chile)
andjsp:forward 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, jsp:include always flushes the writer

Re: login security include file

2001-03-01 Thread Geoff Marshall
askin Kissoyan" [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.sendRedirect() from an include file jsp:include

login security include file

2001-02-28 Thread Vaskin Kissoyan
I'm trying to do a response.sendRedirect() from an include file jsp:include 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