Yes, thanks. I changed from springSecurityFilterChain to filterChainProxy while grasping at straws. I'd seen it used in section 8.2, FilterChainProxy, of the Spring Security 3.1.0 Reference...
Type: Posts; User: ThomBrando; Keyword(s):
Yes, thanks. I changed from springSecurityFilterChain to filterChainProxy while grasping at straws. I'd seen it used in section 8.2, FilterChainProxy, of the Spring Security 3.1.0 Reference...
I replaced spring-security-oauth-1.0.0.M5.jar with spring-security-oauth-1.0.0.BUILD-20111216.120012-419.jar and got the same result. Spring's trace output is at...
Later than 1.0.0.M5? That's the latest version available for download.
The app's WEB-INF/lib directory contains the following jars:
-rw-rw-r-- 1 tcservd tcservd 232771 Dec 13 18:53 commons-codec-1.6.jar
-rw-rw-r-- 1 tcservd tcservd 160519 Dec 13 18:53...
I'm trying to add 2-legged oauth 1.0 to a web service. The service was functional when I started. After modifying web.xml, creating applicationContext-security.xml, and adding the necessary jars,...
+1
I also have a pressing Grails question and am looking for a place to get help.
Yes, it does. Thanks.
I had hoped that, in preparing Tomcat for the enterprise, the folks at SpringSource might've provided support for configuring tc Server with an HTTP server. I've tried...
I need to integrate applications running in tc Server with a single sign-on domain implemented with CA SiteMinder. That means I need to put an Apache HTTP server "in front of" tc Server.
I found...