Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
OK. That is the case , it was not present in the jar file.. So what procedure i should do to upgrade the acegi jar file? Is there any problem to the currently working application? Regards, jithesh PM -- View this message in context: http://www.nabble.com/Query-on-Exceptiontranslationfilter-

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread Matt Raible
You can look at security.xml in Subversion and see what's changed through the releases. http://fisheye4.cenqua.com/browse/appfuse/branches/BRANCH_1-9-x/web/WEB-INF/security.xml Hopefully this will help you see what you need to do for the various versions of Acegi. Matt On 9/11/07, jithesh <[EMA

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread Matt Raible
If org.acegisecurity.ui.ExceptionTranslationFilter isn't in the JAR, I'd suggest looking at a more recent version like 1.0.1 or the latest 1.0.5. Matt On 9/11/07, jithesh <[EMAIL PROTECTED]> wrote: > > hi, > Thanks for your response. > But i think to implement 'exceptionTranslationFilter' that

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-11 Thread jithesh
hi, Thanks for your response. But i think to implement 'exceptionTranslationFilter' that perticular class should be there in the acegi jar file right? When i opened the jar file i couldn't view that perticular class. Am i doing the correct approach? regards, Jithesh -- View this message in c

Re: [appfuse-user] Query on Exceptiontranslationfilter

2007-09-10 Thread Matt Raible
It looks like this filter was included in Acegi Security 1.0. http://www.jroller.com/raible/entry/how_to_upgrade_from_acegi1 Matt On 9/11/07, jithesh <[EMAIL PROTECTED]> wrote: > > hi, > >I am working with appfiuse 1.9x for my web app. I read an article on > ACEGI, that describes about 'Exc

[appfuse-user] Query on Exceptiontranslationfilter

2007-09-10 Thread jithesh
hi, I am working with appfiuse 1.9x for my web app. I read an article on ACEGI, that describes about 'Exceptiontranslationfilter'. But when i checked mu source o couldnot find that perticular filter. class="org.acegisecurity.ui.ExceptionTranslationFilter". The acegi used in this application