spyhunter99 commented on code in PR #422: URL: https://github.com/apache/jspwiki/pull/422#discussion_r2524494362
########## jspwiki-main/src/main/resources/ini/jspwiki.properties: ########## @@ -668,6 +668,11 @@ jspwiki.userdatabase = org.apache.wiki.auth.user.XMLUserDatabase jspwiki.aclManager = org.apache.wiki.auth.acl.DefaultAclManager +# Secure Cookie flag, when setting a browser cookie, this will set the +# secure flag to true and the http flag to true. +# set to false if you're using non-SSL/TLS connections +jspwiki.securecookie = false Review Comment: ```suggestion jspwiki.securecookie = true ``` should turn this on by default -- 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]
