1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Remove compiler warnings for spring-security-cas:check

Signed-off-by: jieun <jkdev1324@gmail.com>
This commit is contained in:
jieun
2026-01-25 16:03:00 +09:00
committed by Rob Winch
parent afa3e2311c
commit de23ade14b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
plugins {
id 'security-nullability'
id 'javadoc-warnings-error'
id 'compile-warnings-error'
}
apply plugin: 'io.spring.convention.spring-module'
@@ -91,7 +91,8 @@ public class CasAuthenticationEntryPoint implements AuthenticationEntryPoint, In
*/
protected String createServiceUrl(HttpServletRequest request, HttpServletResponse response) {
return WebUtils.constructServiceUrl(null, response, this.serviceProperties.getService(), null,
this.serviceProperties.getArtifactParameter(), this.encodeServiceUrlWithSessionId);
this.serviceProperties.getServiceParameter(), this.serviceProperties.getArtifactParameter(),
this.encodeServiceUrlWithSessionId);
}
/**