I had the same problem, thanks for the solution....
A CNFE would not hit the spot as it is the XSD-Schema-File in spring-aop that is missing. That is also the reason that the XML parser is...
Type: Posts; User: jhausherr; Keyword(s):
I had the same problem, thanks for the solution....
A CNFE would not hit the spot as it is the XSD-Schema-File in spring-aop that is missing. That is also the reason that the XML parser is...
One possible Solution to the problem is that Acegi does only save the RequestUrl and appended Request Parameters for the originally requested URL (copied out of the original http request). Any...
Hi,
I have a little problem configuring Log4j with my spring app. Maybe someone has an idea. Otherwise I'll just have to stick with ${catalina.home} as my Log-Root...
I am currently using:
...
Solved. Just a simple Typo in my transition...
Hi,
after upgrading to 1.0-RC4 I get a missind ID/IDREF in my subflow-state. Neither the documentation nor the upgrade guide lost a word about it. Is this a bug or didi I miss something.
Snip...
Thanks for the quick reply, Keith.
My Spring enlightenment grows every day ;)
Jens
Hi,
I am trying to pass some configuration to my flows by means of setting the executionAttributes property of the FlowExecutorFactoryBean (I want to utilize the...
Hi,
will Release 0.6 be available at the maven repository?
Until now th most recent releas I can find is 0.5.
Thanks,
Jens
The HttpSessionContextIntegrationFilter should handle this.
For authorization you can use either Interceptors or the authz-Taglib by Acegi.
Hi,
you'll only need the SecurityContextHolderAwareRequestFilter if you have to support J2EE-Security webapps using HttpServletRequest.isUserInRole() and HttpServletRequest.getRemoteUser().
If...
For SSO Acegi and CAS is definitely a way to go. If you are looking for transparent SSO with IE then you should google for SPNEGO-Solutions like the ones offered by www.it-practice.dk (looks quite...
Yes, I can. Unfortunately we are stuck with Java 1.4 due to the dreaded "vendor supported environment feature" ;).
With the XML parser I was thinking in the same direction. Maybe we could replace...
Hi all,
I am currently moving from Webfloew 1.0-RC3 to 1.0-RC4 and I am experiencing some Problems with FormActions and the XmlFlowExcecutionTests.
FormActions:
the method...
Hi Peter,
have you checked whether there could be some classloading issues, e.g. is the jar once used in the global classpath and once in the webapp-classpth?? This would explain why an instanceof...
Hi,
I am not qute sure if I understand your problem.
You could use a org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor to enforce role-level access to all business...
It is there.
http://www.ibiblio.org/maven2/org/springframework/spring/2.0-rc3/
Try using
<groupId>org.springframework</groupId> as group id with maven2 dependencies. There is a version 2.0-rc3 there.
The other maven groupIds "spring" and "springframework" are outdated.
...
In most cases the ACL is granted directly to an individual user (eg. User#42 is granted the ACL to change project#445). Granting ACLs to roles is IMHO not as commonly used - or the roles are named...
IMHO the cleaner solution is the one proposed by meshenka.
Granting CREATE permission by ACL is impossible because the target object on which the permission is grante has to exist beforehand.
...
Don't you think that for global Permissions a role would be more appropriate? Enforcing the role could be performed by an interceptor wrapped around domain object instances of the selected class.
Here is my configuration for channel security. I found that the port mapper is important for the entry points (perhaps only important when using non-standard ports) - at first, channel switching...
Have you looked into the ACL framework of Acegi? It is supposed to support ACL inheritance of Permissions, but I have not yet tested it.
Hi all,
on test systems it is often useful to prevent mail messages to get sent out to the real world, but to redirect mails to a fixed e-mail address.
Some time ago I implemented such a...
Hi all,
I am currently planning to implement a database-backed ConversationService for WebFlows (along with a db-backed FlowExecutionRepository).
I would like to use...
There is nothing odd about putting it into a hidden form field.
The flow execution key captures the state of a conversation for a single point in time and as such the data is valid only for the...