[Acegisecurity-developer] Acegi J2ME client

2005-05-21 Thread Marco Mistroni
hello all, i plan to use acegi as security framework for my webapplication... however i want to have also J2ME clients which will communicate using SOAP API.. will i have any problems for that? i want to avoid J2ME client to login all the time has anyone any idea on how can i achieve that? thanx

Re: [Acegisecurity-developer] Velocity security toolbox.

2005-05-21 Thread Ben Alex
Achmad Arif Rachim wrote: Hi guys, is there any plan integrating velocity toolbox into springMacroRequestContext ? like jsp authz tag ? thanx Hi Achmad There is no plan to do this, as I use FreeMarker (and JSP when unavoidable). FreeMarker can use the existing JSP taglibs. As usual, I

Re: [Acegisecurity-developer] just to say hello....

2005-05-21 Thread Ben Alex
mannobug wrote: hi all, i'm manuel from the Tor Vergata University i wish to say hello to everybody in this list. I chose Acegi to develop my thesis, it's a web portal (i study computer science) based on, Spring, Struts and Hibernate framework. For my work i decide to study and implemet all

Re: [Acegisecurity-developer] Acegi J2ME client

2005-05-21 Thread Ben Alex
Marco Mistroni wrote: hello all, i plan to use acegi as security framework for my webapplication... however i want to have also J2ME clients which will communicate using SOAP API.. will i have any problems for that? i want to avoid J2ME client to login all the time has anyone any idea on how

Re: [Acegisecurity-developer] SecurityContextImpl not Serializable

2005-05-21 Thread Ben Alex
Tobias Järlund wrote: You should either have SecurityContext extend Serializable (like before) or have SecurityContextImpl implement it. Fixed in CVS. I made the interface extend Serializable, as all implementations should be serializable into the HttpSession at least. Best regards Ben

Re: [Acegisecurity-developer] Question about AbstractSecurityInterceptor

2005-05-21 Thread Ben Alex
Venkat Sonnathi wrote: Would this change be in the next release? I would be glad to help if you want. Yes, it will be in 0.9.0. I have added it to my TODO list. You're welcome to email me patches based on current CVS if you would like to. This is was commented by Mansoor. I agree with