-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Platform: All, OS: All
The form on /m2release/ has a form using GET instead of POST. For small projects this is OK but once the
number of modules grows the URL for the form post gets so long that it causes problems with the
browser and/or proxies between tomcat can the browser.
I suggest that POST is used instead of GET.
Code changed in hudson
User: : teilo
Path:
trunk/hudson/plugins/m2release/plugin/src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly
http://fisheye4.cenqua.com/changelog/hudson/?cs=23205
Log:
[FIXED JENKINS-4393]
Change m2release form submission to HTTP POST