I am trying to debug an issue I am having trying to get 2 way ssl working by using CAS 3.5.1 source code and adding print statements. However, when trying to run cas-sever-webapp I get th following error:
2012-12-18 08:25:12,689 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noRedirectHttpClient' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'followRedirects' of bean class [org.jasig.cas.util.HttpClient]: Bean property 'followRedirects' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? Can someone tell me if there is a bug/fix for this? Thanks -- View this message in context: http://jasig.275507.n4.nabble.com/Error-creating-bean-with-name-noRedirectHttpClient-defined-in-ServletContext-resource-tp4657254.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
