Hi, Cas 5.1 is based on Spring-Boot1.5/Spring4 and uses Java config approach for bean declaration instead of config files. So the cas-servlet doesn't exists anymore.You can find the bean declaration into the classes xxxxConfiguration annotated with @Configuration.
Regards Le 27 oct. 2017 02:14, "zl anson" <[email protected]> a écrit : > Hello, everybody > I have question about the SLO (single log out) problem for CAS5.1, I > don't know if it is a bug. > When I used CAS4.2.x , and used 2 Java client as CAS client, the SLO > function works well, when I logout in A system, the account in B system > will logout also. > But when I keep anything same (include filter in web.xml) in CAS > client, and only changed CAS server from 4.2 to 5.1, I found the SLO is not > worked. > Does any body know reason? > I had test a little, and found some beans affect this slo , actually > in CAS4.2, there is a file "cas-severlet.xml", its beans include logout and > something. maybe it make slo works > But in CAS5.1 I cannot find this file, and don't know how to do , > any help will be very appricated, thanks > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/a/ > apereo.org/d/msgid/cas-user/c948af02-20d0-4968-be67- > bb5e7df26984%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/c948af02-20d0-4968-be67-bb5e7df26984%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAJtMnTF8N25kqDiaXGYbY13YMbKd7hWHxzYwfGreHeNvkU87fw%40mail.gmail.com.
