org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method:#155
org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method:#155zhuyouzhufu wants to merge 75 commits into
Conversation
Abstracts the HTTP header processing out of BasicHttpAuthenticationFilter into HttpAuthenticationFilter (to support both BASIC and Bearer tokens) Adds `authcBearer` to DefaultFilter (to match `authcBasic`)
[SHIRO-681] Upgrade to compiler Java 8
[SHIRO-688] Upgrade to commons-cli 1.4
…rn null/empty string
[SHIRO-685] Potential NullPointerException if PermissionResolver retu…
[SHIRO-689] Upgrade to commons-codec 1.12
[SHIRO-661] Add check for the principal of subject whether is null
rat is checking for http://www.apache.org/licenses/LICENSE-2.0, and doesn't like 'https'
[SHIRO-691] Upgrade to maven-jar-plugin 3.1.1
Fix maven warning for exec-maven-plugin and upgrade to 1.6.0
[SHIRO-692] Upgrade and enforce min buid maven version to 3.5.0
Adds BearerToken support
|
Refer to this link for build results (access rights to CI server needed): |
|
Hey @zhuyouzhufu Thanks for the PR It looks like you might have picked the wrong source/target branch though? |
SHIRO-710 - Update Commons Lang3 + remove older Commons Lang
|
Refer to this link for build results (access rights to CI server needed): |
|
@zhuyouzhufu you want to push on the |
|
thank you
…------------------ 原始邮件 ------------------
发件人: "François Papon"<notifications@github.com>;
发送时间: 2019年6月27日(星期四) 凌晨1:19
收件人: "apache/shiro"<shiro@noreply.github.com>;
抄送: "樊松"<562167488@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [apache/shiro] org.apache.shiro.authz.AuthorizationException: Notauthorized to invoke method: (#155)
@zhuyouzhufu you want to push on the 1.4.x branch instead of master branch. It's better to make a PR on master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
SHIRO-712 - Add BasicIniEnvironment
Updating aspectj maven plugin
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
Remove old JSTL jars
|
Refer to this link for build results (access rights to CI server needed): |
SHIRO-711 - Deprecate JavaEnvironment
|
Hi @zhuyouzhufu, do you need some help to fix your branch issue? I can create a new PR based on yours if you want. Let me know ;) |
|
Refer to this link for build results (access rights to CI server needed): |
Remove old junit.framework imports
Remove com.sun Base64 import
|
Closing for now. |
Can this exception be thrown?Because I want to customize the message。