You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/12/12 21:03:43 UTC

[4/6] shiro-site git commit: minor change in jaxrs page

minor change in jaxrs page


Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/84676719
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/84676719
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/84676719

Branch: refs/heads/master
Commit: 84676719fff3eaeace8575336b319ca9b7c2a386
Parents: 555d49a
Author: Brian Demers <bd...@apache.org>
Authored: Mon Dec 12 15:44:34 2016 -0500
Committer: Brian Demers <bd...@apache.org>
Committed: Mon Dec 12 15:44:34 2016 -0500

----------------------------------------------------------------------
 jaxrs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/84676719/jaxrs.md
----------------------------------------------------------------------
diff --git a/jaxrs.md b/jaxrs.md
index 6043a57..d88b07e 100644
--- a/jaxrs.md
+++ b/jaxrs.md
@@ -103,7 +103,7 @@ The `ShiroFeature` does three things:
 
 * configures exception mapping from Shiro's `AuthorizationException` to HTTP status codes (401 and 403)
 * exposes Shiro's `Subject` as a `java.security.Principal`
-* Configures processing of Shiro's annotations.
+* Configures processing of Shiro's annotations
 
 In the above example, requests to either `/api/shiro` or `/api/shiro/define` will return an HTTP status of `401` if a user is not currently logged in.  A request to `/api/shiro/define` made by a user without the `hello:define` will return a `403`.