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 > - Making bookmarks > for zeppelin notes work after authentication. > > BTW, would it be possible to do websocket connection authentication with > sh

Re: Making bookmarks for zeppelin notes work after authentication

2016-09-07 Thread Prasad Wagle
Thanks Damien! I created 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 tickets

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/ )