Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: de528ba1d994880f962f7f630a6da52773bfd034
https://github.com/jenkinsci/jenkins/commit/de528ba1d994880f962f7f630a6da52773bfd034
Author: OHTAKE Tomohiro <[email protected]>
Date: 2012-03-05 (Mon, 05 Mar 2012)
Changed paths:
M core/src/main/resources/jenkins/model/Jenkins/manage.jelly
Log Message:
-----------
Ajax parameters option should not be a raw string
See http://www.prototypejs.org/api/ajax/options
This can be provided either as a URL-encoded string or as any
Hash-compatible object (basically anything), with properties representing
parameters.
Prototype 1.5.1.1 encodes parameters, but 1.7.0 does not.
If Jenkins uses 1.7.0, he warns us of container's encoding
regardless of container's configuration.