java-cas-client/cas-client-core/src
Scott a7010659f1 CASC-231 HttpsURLConnectonFactory is Not Serializable
Problem: THe HttpsURLConnectionFactory is not serializable, causing problems for clients that must serialize
the principal (which depends on a ProxyRetriever).

Solution: Make the HttpsURLConnectionFactory serializable.

QA Notes: added unit test to confirm serialize-deserialize
2014-12-07 13:32:14 -05:00
..
main/java/org/jasig/cas/client CASC-231 HttpsURLConnectonFactory is Not Serializable 2014-12-07 13:32:14 -05:00
test CASC-231 HttpsURLConnectonFactory is Not Serializable 2014-12-07 13:32:14 -05:00