Hello everyone, I'm trying to update my project from CAS 3.5.2 to the new 4.2, but I'm having some problems.
I finally clean all the errors caused by the moved or removed classes. I run it on Jetty and see that spring-configuration errors are gone too. But, when jetty starts up and I try to access to the login page (or any other resource) I get this response: * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 8081 (#0) > GET /cas/login HTTP/1.1 > Host: localhost:8081 > User-Agent: curl/7.43.0 > Accept: */* > < HTTP/1.1 302 Found < Content-Type: text/html < Location: http://localhost:8081/cas/login < Content-Length: 0 < Server: Jetty(6.1.25) < Any ideas about what am I missing? It seems that controllers are not listening... Controllers are not reached while debugging Please feel free to ask for any configuration file you need Just for see what happens, I cloned the apereo-CAS repo and run jettyRunWar on cas-server-webapp module, obtaining the same behaviour Thank you David -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.
