Reamer commented on PR #4621:
URL: https://github.com/apache/zeppelin/pull/4621#issuecomment-1608925309

   > is `web.xml` needed?
   
   I think so.
   
   I don't think the context is currently being used anywhere.
   ```
   <context-param>
       <param-name>configuration</param-name>
       <param-value>deployment</param-value>
     </context-param>
   ```
   
   but the session-config should work.
   ```
     <session-config>
       <cookie-config>
         <http-only>true</http-only>
         <secure>true</secure>
       </cookie-config>
     </session-config>
     ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to