Very cool! Thanks for bringing it up. BTW: Tomcat 5.5 seems to support client-side authentication :)

Gili

Jonathan Carlson wrote:
Another idea is to use SSL, which (I wasn't aware of this before) allows
the server to authenticate the client using public key cryptography like
RSA and DSS.  That way you also get your data encrypted between the
client and server, as well as client authentication.

Here is page 5 of an article on servlet security with some additional
links:
http://www.informit.com/articles/article.asp?p=24253&seqNum=6

- Jonathan



[EMAIL PROTECTED] 2005-05-26 8:26:18 PM >>>

you should just use servlet filter
this is really not the responsibility of a ui
framework in my opinion

--- Gili <[EMAIL PROTECTED]> wrote:

        Say I wanted to secure an entire application such
that none of its pages could be accessed outside a certain IP or user authentication, how would I do it? I believe in classic JSP one would have to secure each page individually. Is there some way for us to do something in Application to have it apply to all pages?

Thanks,
Gili




-------------------------------------------------------

This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create
apps using Yahoo!
Search APIs Find out how you can build Yahoo!
directly into your own
Applications - visit


http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Wicket-user mailing list
[email protected]

https://lists.sourceforge.net/lists/listinfo/wicket-user


                
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/

-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit
http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________
Wicket-user mailing list
[email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

______________________________________________________________________
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

Katun Corporation -- www.katun.com _____________________________________________________________________


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to