Problem: Some clients such as Spring Security configure the filter via Spring configuration, meaning the handler's init method is not called vai the Filter#init method. Solution: For now, have an atomic boolean to determine if init was called or not and call it if necessary as part of the flow. |
||
|---|---|---|
| .. | ||
| main/java/org/jasig/cas/client | ||
| test | ||