-----Original Message----- From: Automatic digest processor [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:00 AM To: Recipients of JSP-INTEREST digests Subject: JSP-INTEREST Digest - 22 Feb 2003 to 23 Feb 2003 (#2003-52)
There are 2 messages totalling 64 lines in this issue. Topics of the day: 1. Secure JSP 2. inheritance =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com ---------------------------------------------------------------------- Date: Mon, 24 Feb 2003 10:29:35 +0530 From: Raju BSN <[EMAIL PROTECTED]> Subject: Re: Secure JSP U can do it by jsp session. Try to get the user info in login page or the starting page of ur application and put that info in the session to validate the user in each n every page he visit. regards Raju BSN ----- Original Message ----- From: "James Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 5:09 AM Subject: Secure JSP > Hi > > Is there any standar way to secure jsp pages and define only one entry point to > the application?? > > I can do it using URL rewriting but I don't know how to do it when the user allows > cokies. > > Thanks in advance! > > James > > When words aren't enough - Vodafone live! A new world of colour, sounds, picture messages and information on your mobile. <a href="http://ad.doubleclick.net/clk;4909903;7724245;q?http://www.vodafone.co .uk/live"> > Click here</a> to find out more. > > ------------------------------ Date: Mon, 24 Feb 2003 10:56:52 +0530 From: Peter <[EMAIL PROTECTED]> Subject: inheritance Dear All I am now using a application with 2 tier architecture servlets + sybase connection pooling is done through a java file servlets it is implemented by inheriting the class file in each servlet initializing it in first call. now i am planning to convert servlets into jsp what is the exact substitution of inheritance it can be done through application object but is that a optimized way is there any other way do advice regards J Peter ------------------------------ End of JSP-INTEREST Digest - 22 Feb 2003 to 23 Feb 2003 (#2003-52) ****************************************************************** =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
