You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to create a request with a slash character (/) in the name fails with an unhelpful error message.
It looks like Bruno attempts to create a file with an illegal character in the file name.
Bruno should either transparently escape illegal FS characters or provide a helpful error message in this case, such as "Could not create a request with this name because this name contains illegal characters ({presentIllegalChars})"
Present in 1.6.1 on Windows
The text was updated successfully, but these errors were encountered:
it's not validation message what is a problem, forward slashes absolutely must be allowed in request names. It's natural that request name represents some part of url.
I have merged the PR #3274 that will now better warnings and prevent file deletion.
This will go out in the upcoming v1.36.0 release scheduled to be released on 4 Dec 2024
Attempting to create a request with a slash character (/) in the name fails with an unhelpful error message.
It looks like Bruno attempts to create a file with an illegal character in the file name.
Bruno should either transparently escape illegal FS characters or provide a helpful error message in this case, such as "Could not create a request with this name because this name contains illegal characters ({presentIllegalChars})"
Present in 1.6.1 on Windows
The text was updated successfully, but these errors were encountered: