What is the "File" servlet?

Ralph Eddy
415-383-4924
fax) 415-383-6560
mailto:[EMAIL PROTECTED]


> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gillard dIon
> Sent: Sunday, June 06, 1999 9:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP and session scope variables
>
>
> I specifically mentioned that forcing a login was not sufficient. The
> session-scope beans are set initially via a redirect from the
> home page.
>
> If there are 100 jsp files, I'll need to put the same check
> at the start
> of every one of them....this is very tedious....What about
> altering/improving the "File" servlet?
>
>
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Play:        http://www.trongus.com
>
> ----- Forwarded by dIon Gillard/Multitask Consulting/AU on
> 07/06/99 02:42
> PM -----
> Re: JSP and session scope variables
>
> The bookmark will cause a jsp page to run.
> In the header you can store the Requested URL (first item in
> SnoopServlet)
> in the session.
> Then determine if the user has logged in.
> If not then force a login. And then return them to their original
> Requested
> URL.
> Obviously, it is your job (and headache) to initialize
> session values and
> beans and determine if they can in fact "jump" to the requested page.
> I believe that in JRun you can use CallPage to do this.
> Does anyone have any other suggestions.
>
> Ralph Eddy
> 415-383-4924
> fax) 415-383-6560
> mailto:[EMAIL PROTECTED]
>
>
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification
> > and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Gillard dIon
> > Sent: Sunday, June 06, 1999 1:27 AM
> > To: [EMAIL PROTECTED]
> > Subject: JSP and session scope variables
> >
> >
> > Hi, a quick question:
> >
> > How have people solved the problem where jsp's are bookmarked
> > by users,
> > and when the user returns to the page, none of the session beans are
> > instantiated?
> >
> > This is a public access scenario, so a "make them login
> > response" will not
> > suffice.
> >
> > --
> > dIon Gillard, Multitask Consulting
> > Work:      http://www.multitask.com.au
> > Play:        http://www.trongus.com
> >
> > ==============================================================
> > =============
> > To unsubscribe, send email to [EMAIL PROTECTED] and
> > include in the body
> > of the message "signoff JSP-INTEREST".  For general help,
> > send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
> >
>
> ==============================================================
> =============
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff JSP-INTEREST".  For general help,
> send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>
>
>
> Previous Document
>
>
> Next Document
> Return to View
>
> ==============================================================
> =============
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
> of the message "signoff JSP-INTEREST".  For general help,
> send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to