Skip to content

Commit bc138fe

Browse files
committed
Fix webServiceUser in SpelContext
1 parent 8ef7280 commit bc138fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/eu/openanalytics/containerproxy/spec/expression/SpecExpressionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public LdapUserDetails getLdapUser() {
192192
}
193193

194194
public WebServiceAuthenticationBackend.WebServiceUser getWebServiceUser() {
195-
if (oidcUser == null) {
195+
if (webServiceUser == null) {
196196
throw new SpelContextObjectNotAvailableException("webServiceUser");
197197
}
198198
return webServiceUser;

0 commit comments

Comments
 (0)