Please add the ability for CAS to send responses as POSTs when specifying "method=POST" as an argument.
Testing in our dev environment with Jasig Java CAS client indicates working as intended.
I used the following (somewhat awkward) configuration with the Jasig Java CAS Client to trigger method=POST behavior:
casServerUrlPrefix=https://login-dev.middleware.vt.edu/profile/cas casServerLoginUrl=https://login-dev.middleware.vt.edu/profile/cas/login?method=post
Please add the ability for CAS to send responses as POSTs when specifying "method=POST" as an argument.