Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 5dd512973d3d937cff75e82aeb049b80c82ae0b5
https://github.com/jenkinsci/jenkins/commit/5dd512973d3d937cff75e82aeb049b80c82ae0b5
Author: Stephen Connolly <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M core/src/main/resources/lib/form/textarea.jelly
Log Message:
-----------
With a textarea the likelyhood of the value exceeding the maximum safe length
for a GET request (which IE8/9 pegs to somewhere between 2k and 5k depending on
the context) is too great as to not provide for the checkMethod to be specified
in order to allow for POST requests to be used in place of GET requests for
form validation