mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-20 11:23:44 +00:00
* [Bugfix][Maven-Plugin] Bugfix for remote input specs with parameters If the inputSpec was a web address that contained parameters, code generation would fail, because the filepath would contain illegal characters, since the code inside the if-block would be skipped. A side effect of this was, that in the log and in the filename in linux the parameters would be leaked, which could potentially sensitive information like Gitlab Access Tokens * [Test][Gradle Plugin] Update GenerateTaskDslTest.kt Extended the Test for testing remote inputSpecs with urlParams, a case that caused problems in the maven plugin.