Hi all,

I was curious to find out if anyone has ran into the following problem. After 
Groovy Post Processor was implemented, CAS no longer will shut down all the 
way. Even if we don’t login , CAS will keep running after we initiate a 
shutdown.
We are using the following basic Groovy script that is documented with CAS.

cas.authn.engine.groovyPostProcessor.location=file:/opt/test/GroovyPostProcessor.groovy

import org.apereo.cas.*
import org.apereo.cas.authentication.*
import org.apereo.cas.authentication.credential.*
import java.net.*

def run(Object[] args) {
    def builder = args[0]
    def transaction = args[1]
    def logger = args[2]
true
}

def supports(Object[] args) {
    def credential = args[0]
    def logger = args[1]
    true
}

Any thoughts or ideas would be great!

-Gary

-- 
- 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/CY4PR03MB2823F083DFDB1DD97088355B955B0%40CY4PR03MB2823.namprd03.prod.outlook.com.

Reply via email to