Skip to content

Commit

Permalink
bugfix(docs): fixed comments in UnauthenticatedExceptionExceptionMapp…
Browse files Browse the repository at this point in the history
…er and UnauthorizedExceptionExceptionMapper to show correct return codes

relates to #1383
  • Loading branch information
lprimak committed May 22, 2024
1 parent ca42e81 commit 9db8fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* JAX-RS exception mapper used to map Shiro {@link UnauthenticatedException} to HTTP status codes.
* {@link UnauthenticatedException} will be mapped to 403.
* {@link UnauthenticatedException} will be mapped to 401.
*
* @since 1.4
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* JAX-RS exception mapper used to map Shiro {@link UnauthorizedException} to HTTP status codes.
* {@link UnauthorizedException} will be mapped to 401.
* {@link UnauthorizedException} will be mapped to 403.
*
* @since 1.4
*/
Expand Down

0 comments on commit 9db8fd1

Please sign in to comment.