On 4/10/14, 7:51 AM, "Robert Oschwald" <[email protected]> wrote:
> >I think I can abstract the code and provide on GitHub. >The only thing which is not implemented yet is cleanup of the >attributeMap. >As I remove users attribute from the map on a serviceValidate call, I >need to cleanup the map if no serviceValidate call ever happens for this >user to avoid an OOM. >I need to take a look to the caching personAttributeDao how it is handled >there, but the SSL HeartBleeding is keeping me very busy currently. > Robert / Stefan Apologies coming in way late on this thread. This sounds a lot like what I did to pull and populate the AttributeMap from the incoming header values using the requestAttirbutesDao. As long as you add the proper request filter to the servlet then it works pretty well. <https://gist.github.com/kevinfoote/6908427> ------ thanks, kevin.foote -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
