Is this documentation on extending webflows still apply for CAS 6.2: https://apereo.github.io/cas/6.2.x/webflow/Webflow-Customization-Extensions.html
I've included cas-server-core-webflow dependency, copied/pasted the SomethingConfiguration and SomethingWebflowConfigurer classes and added an EnableAutoConfiguration entry in src/main/resources/META-INF/spring.factories. Ran gradlew clean build then debug mode gradle run. After I login, i get a ticket issued. I expected to hit a break point in SomethingWebflowConfigurer class but I don't. I don't even see log statements getting printed out. Thanks. -psv -- - 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/aa2eff78-eae5-4377-8e5e-2e47a0fee01en%40apereo.org.
