I am using cas-server-3.3.1 and have a client app to check the response from the server. In this client app I have Hyperlink to test response with /validate and /serviceValidate. Though both work fine and show proper responses, but with /validate no logs are bieng printed at the server side (not even a single line) where as with /serviceValidate all the logs are being printed. I have added additional logs to ServiceValidateController class.
According to cas-servlet.xml:- /serviceValidate -> serviceValidateController -> org.jasig.cas.web.ServiceValidateController /validate -> legacyValidateController -> org.jasig.cas.web.ServiceValidateController I understand that in both cases the flow goes to ServiceValidateController, hence the logs should be printed. Even a simple info log message(not under any condition) in method handleRequestInternal() in ServiceValidateController, gets printed with /serviceValidate but not with /validate. Help me in understanding this behavior and how can I fix it. Ashima -- 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
