-
Bug
-
Resolution: Fixed
-
Minor
-
None
The HTTP request plugin returns a ResponseContentSupplier when used from pipeline. This class is only package-scope, though.
Groovy is fine with this for the most part, but it can cause an IllegalAccessError in some cases, for example when trying to mock it with Spock.