Re: wicket security future - contribute!

2010-01-14 Thread Les Hazlewood
Just a quick note to those interested - the Shiro dev team is trying very hard to get a 1.0 final release out hopefully before the end of this month. Best, Les (Apache Shiro team) On Thu, Jan 14, 2010 at 2:14 AM, Adrian Wiesmann wrote: > Hi Alex > >> i think we will not find one person who deve

Re: Future of Wicket Security (WASP/SWARM)

2010-01-22 Thread Les Hazlewood
> [ ] adopt Wicket security into Apache Wicket > [x] keep Wicket security at Wicket Stuff I am biased, yes, but I much prefer Shiro in my Wicket apps too :) - Les On Fri, Jan 22, 2010 at 10:03 AM, Martin Grigorov wrote: > On Fri, 2010-01-22 at 10:52 +0100, Martijn Dashorst wrote: >> Guys, >> >>

Re: webapp authentication

2010-02-03 Thread Les Hazlewood
Hi Martin, What do you mean by you couldn't set Shiro up? Did you mean shiro-wicket in wicketstuff? Or just Shiro's out-of-the-box web support? Setting up Shiro for any webapp is as painless as possible: http://cwiki.apache.org/confluence/display/SHIRO/Web Of course, any recommendations are a

Re: webapp authentication

2010-02-04 Thread Les Hazlewood
ds, > Martin > > -Original Message- > From: les.hazlew...@anjinllc.com [mailto:les.hazlew...@anjinllc.com] On > Behalf Of Les Hazlewood > Sent: Wednesday, February 03, 2010 6:56 PM > To: users@wicket.apache.org > Subject: Re: webapp authentication > > Hi Mart

Re: intercept security check in wicket-auth-roles

2009-07-13 Thread Les Hazlewood
JSecurity has been renamed to Apache Shiro and is referenced in the linked page as 'wicket-shiro'. Cheers, Les On Mon, Jul 13, 2009 at 3:41 AM, Erik van Oosten wrote: > You don't have to use the spring xml config files to use Sprint Security. > Just instantiate the beans from code! > > There is

Re: Wicket Security - best practices?

2008-09-25 Thread Les Hazlewood
Haha, funny you should ask this - I'm doing it now ;) I've recently started using Wicket for my latest web application, and naturally I wanted to do this. I'll have to do a little write-up when I'm finished with it. Any questions that I could help with in particular in the meantime? Naturally,

Re: Wicket Security - best practices?

2008-10-13 Thread Les Hazlewood
I'm going to finish up the Authorization and Session support Cheers, Les On Mon, Oct 13, 2008 at 4:10 PM, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > Hello Les, > > On Thu, Sep 25, 2008 at 5:11 PM, Les Hazlewood <[EMAIL PROTECTED]>wrote: > >> Haha, funny you

Re: Wicket Security - best practices?

2008-10-14 Thread Les Hazlewood
> >>> But I have the feeling that the quality and level of maintenance varies >>> greatly between wicket-stuff projects. >>> >>> What do the wicket core devs think ? >>> >>> In the meantime it would be super if you could send the files directly

Re: Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
; } > }; > > A custom save() method processes the form and returns true or false. Could > also do it in the onSubmit method if you prefer. So long as you return some > sort of status, then do the appendJavascript() > > > > cheers, > Steve > > > >

Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
Hi all, I have a quick question that I hope is easily answered by some of the Wicket gurus on this list :) I have a simple requirement to show a popup dialog if form submission fails. Think of it as the feedback panel that usually shows error messages, but in a popup instead of embedded into the

Re: Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
I should clarify, just in case, that the alert/popup I'm talking about is shown AFTER an unsuccessful submission, NOT before the form is allowed to submit (a common case, such as using javascript form validation - that's not what I'm looking for :) ). On Mon, Jan 5, 2009 a

Re: Wicket Security Question

2009-02-27 Thread Les Hazlewood
ever it wan't what we needed in the end - we went > > > with the wicket.aurthorization package and rolled our own dynamic > > > acl-list/roles etc. > > > I had some promising converstions with Les Hazlewood from > > > jsecurity.org - that looks like another great

Re: Security in a Spring & Wicket layered application

2009-03-10 Thread Les Hazlewood
Hi Kent, Although it is early, I am using the wicket-jsecurity integration in one of my (big) projects. It is working pretty well. Feel free to ask questions - I'm happy to help along the way. Cheers, Les (JSecurity founder) On Tue, Mar 10, 2009 at 1:42 PM, Kent Larsson wrote: > Integrating

Re: wicketstuff / ki / jsecurity

2009-03-25 Thread Les Hazlewood
Yep, I agree - please feel free to contribute. We might want to hold off on the name change though. There *might* be a name discrepancy with ki and another project in the interwebs. We're still waiting on what we should do per the project Mentors after they come back from Apache Con, where they'

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 Les Hazlewood
2010 at 12: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 for >> 1.0 in a day or two and then we

Re: Spring Security 3 and Wicket

2011-01-04 Thread Les Hazlewood
Hi Dmytro, > My point is to use authentication and authorization provided by SS 3 and > Wicket as a great component framework. > > P.S. I'm not going to use Apache Shiro, because it doesn't suite my needs. Why doesn't Apache Shiro suit your needs? AIUI, Shiro can do all that Spring Security can