there could be many possibilities, as the error is very generic. it could be that the idp does not have the service provider (sp) metadata set up; it could be an http vs https issue; it could be...
Type: Posts; User: ps742626; Keyword(s):
there could be many possibilities, as the error is very generic. it could be that the idp does not have the service provider (sp) metadata set up; it could be an http vs https issue; it could be...
I am working on enhancing my SaaS-based web app to support sso; and I'm using spring-security-saml to do so. I have it all integrated with my web app, such that the IDP metadata is configured in the...
Solved.
This was a NullPointerException in the hashCode method of the object in the Set, somehow manifesting itself as a deserialization issue.
We have a spring-flex-blazeds web app working fine using spring 3.0.5.release and spring-flex 1.0.3.release. We have many actionscript ArrayCollections that get deserialized into java.util.Set.
...
Solved.
To get around the spring-flex FilterChainProxy conflict, I just needed to define my own bean, specifically with id="_loginCommandPostProcessor", and manually set the filterChainProxy...
Merging the two http elements worked, in that I get past the duplicate SessionFixationProtectionStrategy error; but now there is another conflict:
The spring-flex loginCommandPostProcessor ( a...
Also, here is my web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Here is the final merged security-context.xml
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
We have two separate web apps, both are secured using spring security, and both work fine on their own.
The first webapp is a spring-flex-blazeds webapp, using spring-flex-core-1.5.2.release,...
Thank you!
My issue was entirely an IDP configuration issue. Also, thank you very much for the patch that works with spring security 3.1.x. Now that I got the saml2 sample working, I have to get...
Solved.
In case anyone else has the same issue. The correct <http> element for the 3.1.0 version that corresponds to what's shown above in the 3.0.5 version is:
<security:http...
Hi,
I am trying to migrate a web app from using spring security 3.0.5 to 3.1.1. We are only using method-security; and my secured methods seem to work fine, but my unsecured methods are not...
I'm experiencing the same issue. Did you find a solution?
I'm trying to get a few things working with properties, and they don't seem to be working.
First, i was trying to get SAS to load props from multiple files (a default file and an external file ). ...
thanks. this was solved by using the SpringSessionUtil instead of the HibernateUtil class.
solved. just use the SpringSessionUtil rather than the HibernateUtil class.
i have the exact same problem. have you found a solution yet?
when integrating spring and flex, and when using the flex:remoting-destination configuration tag, how do you define a factory for your destination?
for example, say you need to provide a custom...
yes, the problem was the property tag in the object tags.
this does not work:
<object id="roLocaleService" parent="remoteObject">
<property name="destination" ref="localeService"/>
</object>
...
i'm trying to get springactionscript framework working. right away i'm having a weird issue with the applicationcontext.xml. i started with the example right from the documentation, chapter2.
my...
thanks!
i don't want multiple installs of eclipse, so i'm going to uninstall the sts distro and use my existing galileo's update mgr to install the plugin.
I downloaded and ran the STS executable installer (for winXP). it looks like it installed an entire eclipse distribution. fine. now i want to UNinstall it. it does not show up on the control...