-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
E.g. in the EC2 plugin the 'endpoint url' field can only be reliably validated using the accesskey and secretkey, so we would want
doCheckec2EndpointUrl(@QueryParameter String EndpointUrl, @QueryParameter String accessId, @QueryParameter String secretKey) {
...
}