sbglasius commented on code in PR #16174: URL: https://github.com/apache/grails-core/pull/16174#discussion_r3824012470
########## grails-test-examples/spring-security/cas/README.md: ########## @@ -16,19 +16,73 @@ limitations under the License. This is a CAS-enabled test application. To run it successfully, a CAS server is required. The URL for the CAS server is configured in the -[application.groovy](test1/grails-app/conf/application.groovy) -file. Setting up a CAS server is out of the scope of this document, but -good places to start are [Apereo CAS GitHub](https://github.com/apereo/cas) -and the [CAS Initializr](https://getcas.apereo.org/ui) service. +This is a CAS-enabled test application. It no longer needs a hand-run CAS server: an Review Comment: Good catch — fixed in e4a3e8e. The rewrite extracted the license header by line count and stopped two lines short, so the opening of the old text ("To run it successfully, a CAS server is required...") stayed above the new paragraph. Removed. Also corrected "two configurations" to three while I was in there, since `casNoSingleSignout` was added later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
