This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new 5871051  JSESSIONID mask as httpOnly
     new d147840  Merge pull request #173 from 
jcabrerizo/feature/http-only-cookie
5871051 is described below

commit 5871051e0e8ec1a4a6bfcd5651ac70fc52f3e57e
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Mon Jul 12 15:59:14 2021 +0100

    JSESSIONID mask as httpOnly
---
 karaf/features/src/main/resources/resources/etc/org.ops4j.pax.web.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.web.cfg 
b/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.web.cfg
index 39947eb..325bf6b 100644
--- a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.web.cfg
+++ b/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.web.cfg
@@ -16,4 +16,4 @@
 #
 # TODO use the PortService - ${port:8081,8200}
 org.osgi.service.http.port=8081
-
+org.ops4j.pax.web.session.cookie.httpOnly=true

Reply via email to