Monviech / os-caddy-plugin

Caddy Plugin with GUI for OPNsense
Other
38 stars 0 forks source link

Input validation for Handle Path is too strict #56

Closed Monviech closed 8 months ago

Monviech commented 8 months ago

The handle only allows for / /test/

but for example not: (even though thats valid!) /test /test/test

I will remove the input mask from the model in "HandlePath" that requires all handles to end with /*

Monviech commented 8 months ago

https://github.com/Monviech/os-caddy-plugin/pull/58