Skip to content

Commit de23ade

Browse files
jieun-dev1rwinch
authored andcommitted
Remove compiler warnings for spring-security-cas:check
Signed-off-by: jieun <jkdev1324@gmail.com>
1 parent afa3e23 commit de23ade

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cas/spring-security-cas.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id 'security-nullability'
33
id 'javadoc-warnings-error'
4+
id 'compile-warnings-error'
45
}
56

67
apply plugin: 'io.spring.convention.spring-module'

cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationEntryPoint.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public final void commence(final HttpServletRequest servletRequest, HttpServletR
9191
*/
9292
protected String createServiceUrl(HttpServletRequest request, HttpServletResponse response) {
9393
return WebUtils.constructServiceUrl(null, response, this.serviceProperties.getService(), null,
94-
this.serviceProperties.getArtifactParameter(), this.encodeServiceUrlWithSessionId);
94+
this.serviceProperties.getServiceParameter(), this.serviceProperties.getArtifactParameter(),
95+
this.encodeServiceUrlWithSessionId);
9596
}
9697

9798
/**

0 commit comments

Comments
 (0)