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
Sounds like an issue to me... can't remember if * is a valid char in urls though. I think I might have written a check with an error in there somewhere. I'll take a look.
Not sure if this is a true issue, but I ran into this while testing peek-mode with the scratch buffer, which contains the '*' character.
A simple example:
Then visit:
http://localhost:8010/blah/
--> 404 not found, this is fine.
http://localhost:8010/bl*ah/
--> string 'Server error' returned with status 200
The text was updated successfully, but these errors were encountered: