Solved it...
replace List with... (Collection<GrantedAuthority> authorities,
so simple...
Type: Posts; User: Daxon; Keyword(s):
Solved it...
replace List with... (Collection<GrantedAuthority> authorities,
so simple...
I've upgraded from 3.0 to 3.0.2 and now my custom authentication is somewhat broken.
when the "super()" is set the UserDetailsImpl sets "authorities" to a "Collections$UnmodifiableSet" when it...
Thanks, yea I'll get the nightly build in the next day or two.
forgot to check the source
I'm in Ireland,its late
Now I understand your JIRA,
Grails gave me no indecation as to what was wrong. Even with log4j warn,error and debug messages.
I converted everything over to Spring MVC and tested,
then when I...
Cool, there's one more thing in the online API documentation.
The listener in the web.xml entry has not been updated.
...
Does it have to do with your custom
<bean id="authenticationProcessingFilter" class="oas.security.MyAuthenticationProcessingFilter">
As i have the same problem...
I'm trying to implement concurrent sessions, but I have a custom AuthenticationFilter meaning there's some more work involved.
So reading the documentation under 11.3 Concurrency Control,
...
To begin I know about
http://blog.kadirpekel.com/2009/11/09/facebook-connect-integration-with-spring-security/
The only problem is that it completely replaces the Form Login with Facebook...
Hi, I sent you a PM for your email address,
I can give u the project. With only everything required for the spring/ spring security and applet
Yes the cos.jar is in the Web-inf/lib folder,
and I'm using Eclipse,
Jumploader_z.jar is placed within the webapp root directory.
not in the web-inf. thanks for clearing that up for me.
webapp/
.
.jumploader_z.jar
.
.JavaScript/
I tried what you posted but no luck,
I'm a little confused as to your mapping using the standard
web.xml mapping, where I have to put both the front end DispatcherServlet(all requests should be...
Nope it didn't work
the param name="uc_uploader" is the url called to post the images.
I just want to be able to run the applet on screen.
I think there is a problem due to spring security....
Outside the WEB-INF folder. Accessible on the client side
webapp/
.
.jumploader_z.jar
.
.JavaScript/
.
.WEB-INF/
Did you ever find a solution to this?
I can't figure it out.
The DispatcherServlet wants a mapping to the *.class
yet I have added the jar file to the root of the project thus leaving it...
I have both POST/GET in the one controller. Does that make a difference?
Controller A {
@RequestMapping(method = GET, value = "/pages/{id}")
getMethod(...) {
@RequestMapping(method =...
I have an Annotated controller mapped like
@Controller
public class UsernameController {
@Autowired
private UsernameService usernameService;
First thing is, can yo get it to send an email atall without Quartz?
I've been trying to just be able to send an email for awhile now,
http://forum.springsource.org/showthread.php?t=68558
Hey karldmoore,
Using method 1, I am able to load 7 collections along with the User object in one batch load, and count the collection.
But now the collections are getting large and need to be...
Which is the best method to use to only load a limited amount
of items from an assocated collection?
The idea is to only load a certain ammount of objects.
I have one User object with 4...
Kind of a total Hibernate Question, But I'm sure people here can help
I looking for the best method(in efficientcy of time/database hits/processing/memory load)
to load a User domain class along...
One more thing, check this out,
http://www.manning-sandbox.com/thread.jspa?messageID=89177𕱙
Should you not have in the GrantedAuthority[] method in userDetailsServiceImpl to get the roles for that user?
I have something like
@Service("userDetailsService")...
Well...
I wasn't as I don't really know AOP, and didn't know its was required from
only finding your mail implementation.
But now having read up on it. From Apress's Pro Spring 2.5 and the...
Again trying to get this to work I follow Springs online documentation
and it still won't work?
http://static.springframework.org/spring/docs/2.0.x/reference/mail.html
In debugging I get
...