forked from loafle/openapi-generator-original
Update client.mustache (#8970)
Bash Client Escapes parameters with a 't' to %09 and leaves tabs unescaped Fixes https://github.com/OpenAPITools/openapi-generator/issues/7303
This commit is contained in:
@@ -245,7 +245,7 @@ url_escape() {
|
||||
-e 's/(/%28/g' \
|
||||
-e 's/)/%29/g' \
|
||||
-e 's/:/%3A/g' \
|
||||
-e 's/\t/%09/g' \
|
||||
-e 's/\\t/%09/g' \
|
||||
-e 's/?/%3F/g' <<<"$raw_url");
|
||||
|
||||
echo "$value"
|
||||
|
||||
Reference in New Issue
Block a user