jfudickar / json2puml

Generate PlantUML files based on JSON files.
GNU General Public License v3.0
8 stars 0 forks source link

Having a "." in a curl parameter and using the parameter as part of a file name leads to problems with the generated files #11

Closed jfudickar closed 1 year ago

jfudickar commented 1 year ago

Having a "." in a curl parameter and using the parameter as part of a file name leads to problems with the generated files.

When the curl parameter was not translated then the . can be identified as extension separator.

jfudickar commented 1 year ago

Fixed in 2.2.10.106