Ben answered your original email on this subject...

Is there a reason you cannot use a PropertyPlaceholderConfigurer?

http://www.springframework.org/docs/api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html



On 1/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
>
> In using Acegi with Cas in a web application. As you know, I have to set the
> serviceProperties property of CasProcessingFilterEntryPoint to the url that
> CAS will call after authentication. I don't like to set this url in
> applicationContext-acegi-security.xml but I prefere this
> value Is build automatically. To do it I'm going to extends
> org.acegisecurity.ui.cas.ServiceProperties with a class
> that try to build the service property if is not setted (null) using
> something like this:
>
>
>
> serviceProperties="http://"+request.request.getLocalAddr()+":"+request.getLocalPort()+"/"+request.getContextPath()+"/j_acegi_cas_security_check"
>
> (I don't use https in this caseā€¦.)
>
>
>
> What's your opinion?
>
>
>
> Please, any suggestions are welcome.
>
>
>
> Regards
>
> Mario Buonopane
>
>
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the email by you is prohibited.
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Home: http://acegisecurity.org
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to