Hi Prasad Removing the # might not solve the use case you are talking about (cf. http://stackoverflow.com/a/30669503) However, redirecting to the right page can probably be done on the front-end side (cf. http://nadeemkhedr.com/redirect-to-the-original-requested-page-after-login-using-angularjs/ )
If you create an issue, I will take care of it On Sat, Sep 3, 2016 at 8:44 AM, Prasad Wagle <prasadwa...@gmail.com> wrote: > Many users in my company bookmark Zeppelin notes e.g. > http://localhost:8080/#/notebook/2A94M5J1Z. If users are authenticated, > the bookmarks work great. If users are not authenticated, we send them to > an authentication server that has a mechanism to remember the original > query string that can be used to redirect users to the original note after > authentication. Since Zeppelin note URLs have # in them, the note name is > not sent to the server and after authentication, users are sent to the home > page. Any ideas on how to fix this? > > I am not very familiar with angular. What are your thoughts on: > https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag > http://stackoverflow.com/questions/14771091/removing- > the-fragment-identifier-from-angularjs-urls-symbol > > Thanks, > Prasad >