Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2020-02-06 Thread Raheem Shaik
This issue has been suppressed or fixed in cas 6 version @Andy, thank you very much for the help On Tuesday, December 17, 2019 at 9:38:18 AM UTC+5:30, Andy Ng wrote: > > Hi Raheem, > > I don't have time today to do a full test, but I suspect the problem > exists in the pathing: > > When

Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-16 Thread Andy Ng
Hi Raheem, I don't have time today to do a full test, but I suspect the problem exists in the pathing: When using CAS 5.2.x overlay, the structure seems like this: ├── *cas* │ └── src │ └── main │ └── resources │ ├── hbmsu.properties │ ├──

Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-16 Thread Raheem Shaik
Hi Andy, I have tried with provided steps by you but still getting the same error message. added the files to my Dockerfile like below FROM apereo/cas:v5.2.6 # A keypair is needed for SSL, and CAS simply will not work if you can't do SSL regardless of whether you actually need it. RUN keytool

Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-16 Thread Raheem Shaik
Hi Andy, Thanks for providing the steps, i will try to implement provided steps. Below is the process we are following # docker pull apereo/cas:v5.2.6 - > you will get the docker image After that I am following the steps provided by cas-overlay-template

Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-16 Thread Andy Ng
Hi Raheem, Where did you find the public CAS 5.2.x docker image? In any case, since you are able to create file and put it in the structure, maybe the following will work: == - Put a spring.factories in the following directory:

Re: [cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-15 Thread Raheem Shaik
Hi Andy, Thank you for providing the steps. But we are running cas on docker container, for that we are using docker image v5.2.6 from publicly and sending our config properties ( cas.properties, log4j2.xml, pom.xml, JWT.json, build.sh, run-cas.sh) to build our own image then running the cas.

[cas-user] Re: Suppress the GET for /cas/v1/tickets

2019-12-15 Thread Andy Ng
Hi Raheem, I also encountered this issue on 5.2.x, not sure if this is still an issue on later CAS version, I suspect this issue is fixed on later version since it seems like a spring problem. I used a very ugly method to suppress this message, basically I override the GET method and prevent