Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/1590
@bzz that function `loadAllNotes` is called only from constructor and when
loading from constructor you're either in anonymous mode, or in shiro and
loading all notes by anonymous (public). For the cases when specific user logs
in another function for reloading note in
[here](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java#L479)
is called with specific user credentials.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---