Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Won't Fix
-
Component/s: validating-string-parameter-plugin
-
Labels:None
-
Environment:Linux 2.6.9-55.0.2.ELhugemem #1 SMP Tue Jun 12 18:11:10 EDT 2007 i686 i686 i386 GNU/Linux
-
Similar Issues:
Description
"Validating String Parameter Plugin" can't be used after updated it from 1.2 to 1.3, it may occurred such errors:
Status Code: 500
Exception:
Stacktrace:
java.lang.IllegalArgumentException: A702700 is not a valid value for BASED_VERSION
at hudson.plugins.validating_string_parameter.ValidatingStringParameterDefinition.createValue(ValidatingStringParameterDefinition.java:111)
at hudson.model.ParametersDefinitionProperty._doBuild(ParametersDefinitionProperty.java:126)
at hudson.model.AbstractProject.doBuild(AbstractProject.java:1408)
at sun.reflect.GeneratedMethodAccessor362.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:259)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:126)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:65)
......
......
This is intentional to prevent users from submitting values that do not pass the regular expression. I couldn't figure out how to make it more user friendly other than bombing out with an exception.