Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-27 Thread Jimi
des. Maybe I just haven't found the right web pages that document these frameworks(?) and how easy it can be to use them. Tips more then welcome! Regards /Jimi Hullegård -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-optio

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-27 Thread Ben Tilford
m. > > So, any input from you guys? What do you use to secure your wicket web > sites? Or maybe someone can explain how to best solve my Wicket+Spring > Security problem with the "hidden" http session attributes? > > Also, I hope I didn't step on anybody's toes wi

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-27 Thread James Carman
framework/plugin/whatever that makes Spring >> Security and Wicket integration into a breeze. Which it really was when I >> followed the Pet Clinic tutorial (see URL above), since that used the auto >> generated login form. >> >> So, any input from you guys? What do you

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Jimi
SpringSecurityandWicket-auth-roles-ExampleWicket1.3.5 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2068908.html Sent from the Wicket - User

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Giovanni
, 2010 1:51:57 AM Subject: Re: Wicket + security, what are the best options? Spring Security reached almost all the way... I have a SpringSecurityWebApplication and SpringSecurityWebSession class you can use if you want. On Tue, Apr 27, 2010 at 7:49 PM, Ben Tilford wrote: > You can use Spr

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Jimi
if you want. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2068916.html Sent from the Wicket - User mailing list archive at Nabb

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Reinout van Schouwen
Op dinsdag 27-04-2010 om 16:20 uur [tijdzone -0700], schreef Jimi: > 2. Seems old. [wicket auth roles + WASP/SWARM] Found a two year old > discussion labeled "is wicket-auth-roles discontinued?". And the comments on > the "Getting started with Swarm" wiki page is from 2007 and 2008, plus that > th

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread James Carman
. > > Best regards, > giovanni > > > > > > > From: James Carman > To: users@wicket.apache.org > Sent: Wed, April 28, 2010 1:51:57 AM > Subject: Re: Wicket + security, what are the best options? Spring Security   > reached almost all the way... > > I have a Sp

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread James Carman
gt; From: James Carman > To: users@wicket.apache.org > Sent: Wed, April 28, 2010 1:51:57 AM > Subject: Re: Wicket + security, what are the best options? Spring Security   > reached almost all the way... > > I have a SpringSecurityWebApplication and SpringSecurityWebSession > class

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Jimi
ite for it? Because it doesn't mention 1.4rc1 Regards /Jimi -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2069145.html Sent from the Wicket - User mailing list archiv

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Martijn Dashorst
uff.org/confluence/display/STUFFWIKI/Wicket-Security the > "official" web site for it? Because it doesn't mention 1.4rc1 > > Regards > /Jimi > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-04-28 Thread Jimi
documentation there. ok, sounds like a good move. Thanks for a great project, by the way. I'm starting to like it more and more now. :) /Jimi -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-07 Thread PDiefent
lication I didn't manage to get the examples form above to work. It would be nice, if anyone could post a little example application as a kick start especially with Wicket 1.4.x Thanks, Peter -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-t

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-07 Thread Brian Topping
yone could post a little example application as a > kick start especially with Wicket 1.4.x > > Thanks, Peter > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-10 Thread PDiefent
-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2165351.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-10 Thread Fernando Wermus
Spring in my application and only use it for authentication ... > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2165351.html > Sent from the Wicket - User

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-10 Thread Adrian Wiesmann
3. Doesn't seem stable. [wicket-shiro] No maven repository (you have to check out trunk and build yourself) and has three different SNAPSHOT dependencies. I can't talk for wicket-shiro, but using plain Shiro from your Wicket project is quite straightforward. Use the integration from wicket-shir

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-10 Thread PDiefent
where can I find the wicket-shiro-example stuff? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best-options-Spring-Security-reached-almost-all-the-way-tp2068415p2173369.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-10 Thread Les Hazlewood
Just a quick note to Wicket and Wicket-Stuff Shiro users: Shiro 1.0 is right around the corner. We should be code-complete for 1.0 in a day or two and then we being the ASF voting process to release the software. A concrete (non snapshot) release is coming very soon! Best, Les ---

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-11 Thread Martin Grigorov
On Mon, 2010-05-10 at 23:32 -0700, Les Hazlewood wrote: > Just a quick note to Wicket and Wicket-Stuff Shiro users: > > Shiro 1.0 is right around the corner. We should be code-complete for > 1.0 in a day or two and then we being the ASF voting process to > release the software. A concrete (non s

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-11 Thread Les Hazlewood
If it's any consolation, we only have a few remaining issues in Jira that should be finished today and tomorrow. 4 months ago, there was still over 50+ issues to resolve ;) Security frameworks are hard to get right - better to have a great 1.0 release than a crappy one :) On Tue, May 11, 2010 at

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-11 Thread James Carman
Martin, how many patches have you submitted? ;) On Tue, May 11, 2010 at 3:59 AM, Martin Grigorov wrote: > On Mon, 2010-05-10 at 23:32 -0700, Les Hazlewood wrote: >> Just a quick note to Wicket and Wicket-Stuff Shiro users: >> >> Shiro 1.0 is right around the corner.  We should be code-complete fo

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-11 Thread Fernando Wermus
try org.wicketstuff wicket-shiro 1.4-SNAPSHOT On Tue, May 11, 2010 at 3:15 AM, PDiefent wrote: > > where can I find the wicket-shiro-example stuff? > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-security-what-are-the-best