Re: Shiro security - cookie setting - throwing java.lang.NoSuchMethodError

2018-06-25 Thread Prabhjyot Singh
Hi Ying, This fails because of "cookie.secure = true" line, this is only supposed to be uncommented when Zeppelin is running over HTTPS. I guess we need to update the documentation done on https://zeppelin.apache.org/docs/latest/security/shiroauthentication.html to match with https://github.com/a

Shiro security - cookie setting - throwing java.lang.NoSuchMethodError

2018-06-25 Thread Ying Chen
Hello - This is on HDP 2.6.3 / Zeppelin version: 0.7.3 I was following the instruction in: https://zeppelin.apache.org/docs/0.7.3/security/shiroauthentication.html and set: cookie = org.apache.shiro.web.servlet.SimpleCookie cookie.name = JSESSIONID cookie.secure = true cookie.httpOnly = true ses