GitHub user vinayshukla opened a pull request: https://github.com/apache/incubator-zeppelin/pull/872
Fixing Zeppelin-838: Minor improvement to error message ### What is this PR for? This JIRA improves the error message displayed when the current user opens a notebook to which the user is not allowed access to. ### What type of PR is it? [Minor Improvement ] ### Todos * None ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-838 ### How should this be tested? Get the change in this pull request. Build Zeppelin, configure shiro authentication by commenting out the 1st line below and modifying the corresponding line for 2nd line. #/** = anon /** = authcBasic Log in as user1, configure a notebook to only allow access to only user1, now access that same notebook as user2 and note the new error message. ### Screenshots (if appropriate) [Screenshot:-Before](https://issues.apache.org/jira/secure/attachment/12802057/Screen%20Shot%202016-05-03%20at%203.16.58%20PM.png) [Screenshot:-After](https://issues.apache.org/jira/secure/attachment/12802065/Screen%20Shot%202016-05-03%20at%203.17.36%20PM.png) ### Questions: * Does the licenses files need update? --No * Is there breaking changes for older versions? --No * Does this needs documentation? -- No You can merge this pull request into a Git repository by running: $ git pull https://github.com/vinayshukla/incubator-zeppelin zeppelin-838 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/872.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #872 ---- commit ce4b3bd47ae83e27048267e5a1e0118c63b40697 Author: Vinay Shukla <vshukla@hw12335.local> Date: 2016-05-03T22:39:25Z Fixing Zeppelin-838: Minor improvement to error message ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---