Skip to content

Commit 572bf3e

Browse files
committed
fixed 405 when using api with token
1 parent 245aa23 commit 572bf3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roda-ui/roda-wui/src/main/java/org/roda/wui/filter/CasApiAuthFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void doFilter(final ServletRequest servletRequest, final ServletResponse
9696
} catch (final GenericException e) {
9797
throw new ServletException(e.getMessage(), e);
9898
}
99+
return;
99100
}
100101

101102
// try basic auth

0 commit comments

Comments
 (0)