7
votes
How do you authenticate against an Active Directory server using Spring Security?
I had the same banging-my-head-against-the-wall experience you did, and ended up writing a custom authentication provider that does an LDAP query against the Active Directory server.
So my …
2
votes
How do you maintain java webapps in different staging environments?
I just use different Spring XML configuration files for each machine, and make sure that all the bits of configuration data that vary between machines is referenced by beans that load from those Sp …
0
votes
Spring Advice - submitting a form
The confusing thing to me about your question is the onSubmitAction() call -- are you using the Spring portlet code or the servlet code?
If you're using the portlet code, then you should be …
