Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-flow-plugin
  Commit: bb0c97ba88eb7c0ccd60343245566c79aa55811a
      
https://github.com/jenkinsci/build-flow-plugin/commit/bb0c97ba88eb7c0ccd60343245566c79aa55811a
  Author: James Nord <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M 
src/main/resources/com/cloudbees/plugins/flow/BuildFlow/configure-entries.jelly

  Log Message:
  -----------
  Form checking for the DSL should use HTTP POST.

As the DSL can get rather large the queryParameter will eventually exceed
the maximum supported GET URL for various servers.

To defend around this use the POST method for checking the DSL.

Jenkins should automatically use post for all textareas, or if @RequirePOST is
rewuired.
set on the doCheckXXX method - however this is not the case and an immediate 
fix is


  Commit: 85fc3fca9beef90d1b89f023f792c00a7e547cd0
      
https://github.com/jenkinsci/build-flow-plugin/commit/85fc3fca9beef90d1b89f023f792c00a7e547cd0
  Author: Nicolas De loof <[email protected]>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M 
src/main/resources/com/cloudbees/plugins/flow/BuildFlow/configure-entries.jelly

  Log Message:
  -----------
  Merge pull request #42 from jtnord/checkShouldUsePost

Form checking for the DSL should use HTTP POST.


Compare: 
https://github.com/jenkinsci/build-flow-plugin/compare/4461ead768d0...85fc3fca9bee

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to