I'm using tomcat 5.0 and wanted to deploy the sample provided with acegi 0.7.0. Im getting the following problem.
SEVERE: Error listenerStart
I didn't change anything. So anybody??
...
Type: Posts; User: fossil; Keyword(s):
I'm using tomcat 5.0 and wanted to deploy the sample provided with acegi 0.7.0. Im getting the following problem.
SEVERE: Error listenerStart
I didn't change anything. So anybody??
...
Fixed turned out I was looking in the wrong direction.
My object is now extending PathBasedFilterInvocationDefinitionMap.
This is were I use addSecureUrl.
Finally I made a bean of it setting...
Problem:
Custom objectDefinitionSource for FilterSecurityInterceptor!
Want to replace:
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
...
I need the BasicAclEntryVoter, but.. kan anybody tell me how i can get this working.
I tried to get the BasicAclEntryVoter from cvs compile it and put it in the right package.
the following...
Is it possible to ad a Voter to a JSP? This is the only placa besides in Hibernate, where my object methode is invoked. So is there a way to do this.
I know its possible for the objects in my...
:evil: I can't get it right :evil:
:D I took the xml (web, applicationContext) from Sample :D
Just modified it and it works just GREAT.
If just got another question? Don't wont to...
Partial solved the problem! After the logoff (session.invalidate()) I can't login again! It wil produce a net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: Authentication credentials...
I can't login.
what i do is login (from samples) than do my stuff. than I logoff (from sample) when i directly want to go to de page that i have secured, and try to login afterwards i get...
I know I know.
But that wasn't is. (Mayby is was, but...) Fixed it allready!
Thanx!!
It seems to work if I place:
filter>
<filter-name>Acegi Security System for Spring Auto Integration Filter</filter-name>
...
My web.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
...
Is is the error if I place the filters just like in contacts-sample
INFO: Server startup in 39306 ms
Oct 20, 2004 9:48:38 AM org.apache.catalina.core.StandardHostDeployer stop
INFO:...
:cry: :cry: :cry: :cry: :cry:
Unfortunately, It's still not working. Same error. Premature Happiness
:shock: We are still using Spring's ContextLoaderServlet :shock:
We think we need the ContextLoaderListener. We have tested it and we have no error yet.
ContextLoaderServlet
Note that...
Ok some questions, because we want to use Acegi in our Struts-Spring-Hibernate application:
- first of all, is there a good tutorial, besides the examples
- second, we trying to get the...