Skip to content
Commit f6662a8f authored by Jesse Glick's avatar Jesse Glick
Browse files

Frequent test failure on PR builder.

Invalid request submission: {json=[Ljava.lang.String;@2c46358e, .crumb=[Ljava.lang.String;@35661457}
Diagnostics added in 21bf5c45.
Failing I think because message.groovy uses f.submit rather than a plain <input type="submit">,
so JSON gets created and then StaplerRequest.getParameter cannot find it.
But if this is the problem then why would it ever work?
Perhaps a timing issue: JavaScript is used to massage the form just prior to submission,
and maybe this only happens sometimes?
Cannot reproduce test failure locally.
parent ac8dab9f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment