-
Bug
-
Resolution: Fixed
-
Minor
looking at the code I think that the no-store option should be used in addition to the no-cache.
as navigating back or resubmitting the data will likely lead to an out of date captcha.
- links to
looking at the code I think that the no-store option should be used in addition to the no-cache.
as navigating back or resubmitting the data will likely lead to an out of date captcha.
Code changed in jenkins
User: Wadeck Follonier
Path:
core/src/main/java/hudson/security/SecurityRealm.java
test/src/test/java/hudson/security/SecurityRealmTest.java
http://jenkins-ci.org/commit/jenkins/80d17f5a68739eafc27d5a3fd003b7eee4cfe8f3
Log:
JENKINS-43852add caching options for captcha (#3126)JENKINS-42852add caching options for captcha