disable Servlet sessions for /restconf web context 06/80006/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 29 Jan 2019 20:49:55 +0000 (21:49 +0100)
committerJakub Morvay <jmorvay@frinx.io>
Mon, 4 Feb 2019 11:50:35 +0000 (12:50 +0100)
Unless RESTCONF, or JAX RS, is doing something I am not aware of, I
doubt that we need our chosen Servlet Container (currently Jetty) tokeep
track of Servlet API HTTP Sesssion objects for connections to /restconf?

This probably saves a (little bit) of memory in Jetty & Co.

Change-Id: Ia57c22036b65b03eada81991e1566fc9da65ecb6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>

No differences found