-
New Feature
-
Resolution: Fixed
-
Major
Executables WAR enforces random cookies, which is not comfortable in some cases (e.g. when you define your Jetty session manager). There are also issues like JENKINS-25046
It would be great to have an option to opt-out from the default behavior and to delegate decision to Jetty.
Another use-case is to be able to specify a custom cookie name via system property.
- is related to
-
JENKINS-25046 Cookie header too long, causing a 413 HTTP error
-
- Open
-
- links to
Code changed in jenkins
User: Oleg Nenashev
Path:
README.md
src/main/java/Main.java
http://jenkins-ci.org/commit/extras-executable-war/7afa0adbd7a6b0f1391e7ebd3213e4a79ae45e3f
Log:
JENKINS-44894- Add options to disable random Cookie generation or to specify a custom one (workaround for JENKINS-25046) (#9)JENKINS-44894- Add options to disable random Cookie generation or to specify a custom one (workaround for JENKINS-25046)