-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Route Parameters No Longer Url Decoded #3342
Comments
Seems more like Kestrel bug - when using |
@shawnwildermuth - there's no intended change here, we need to look into this. @halter73 |
@rynowak and @Kukkimonsuta - I've replicated this behavior in Beta 7 with Kestrel. Clearly that's where the problem lies. It's not a new code change. I was using WebListener and IISExpress in the course before so that's why it worked. Once I moved the Beta 7 version and tried it in Kestrel it happened. Problem a bug. /cc @halter73 |
This is the same as aspnet/KestrelHttpServer#124, right? |
@Eilon - looks the same, as long as we'll end up in RC with an unescaped parameter values, I'm happy. |
Yep, we have an engineer working on it! |
Hi @shawnwildermuth, I'm working on unescapes the Url path. As of now the fix is targeting rc1. |
@troydai Perfect. Thanks! |
Closing |
Is this a design change or a regression? I am seeing this in Beta8.
For example, if I do a GET to /api/values/Hello%20World I get:
This is a breaking change from Beta 7. Just want to know whether I need to allow for this.
The text was updated successfully, but these errors were encountered: