Hi phil,

phil darley schrieb:
> I think the simplest solution to protect my jsp's would be a Servlet
> Filter. The filter will check if the jsp requested lives in the
> private directory, if it does check that the user is in session
> (logged in), if not forward to login page. If user is logged in
> continue with filter chain.
>
> Does that sound like a reasonable solution?
>   

if not already done, checkout the bugzooky example project bundled with
Stripes. It also uses a SecurityFilter for securing pages. Simple and
easy to understand.

Kind regards
Marcus

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to