Re: Making bookmarks for zeppelin notes work after authentication

2016-09-12 Thread Eric Charles
On Thu, Sep 8, 2016 at 8:05 AM, Prasad Wagle wrote: > Thanks Damien! I created ZEPPELIN-1418 > <https://issues.apache.org/jira/browse/ZEPPELIN-1418> - Making bookmarks > for zeppelin notes work after authentication. > > BTW, would it be possible to do websocket connectio

Re: Making bookmarks for zeppelin notes work after authentication

2016-09-07 Thread Prasad Wagle
Thanks Damien! I created ZEPPELIN-1418 <https://issues.apache.org/jira/browse/ZEPPELIN-1418> - Making bookmarks for zeppelin notes work after authentication. BTW, would it be possible to do websocket connection authentication with shiro using jsessionid cookies so we don't need tic

Re: Making bookmarks for zeppelin notes work after authentication

2016-09-02 Thread Corneau Damien
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/ )

Making bookmarks for zeppelin notes work after authentication

2016-09-02 Thread Prasad Wagle
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 use