-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DownstreamUrlCreatorMiddleware a bug that caused a parameter loss #473
Comments
@aqa510415008 Which version of Ocelot are you using? I will look at this ASAP. Feels like a bug. |
@TomPallister use ocelot 8.0 |
This modification can solve my problem, but I don't know if it will cause other problems, I hope to help you.
|
@aqa510415008 thanks, I can add failing test, make the change and see if all the tests still pass! |
@TomPallister Is there any progress on this issue? |
@aqa510415008 sorry I haven’t been able to do this yet. Will try ASAP. |
@aqa510415008 I will close this when it is in the main nuget package 😄 |
Released in version 8.0.1 |
@TomPallister Thank you for your efforts |
no problem, let me know if it doesnt work! |
Expected Behavior / New Feature
Route conversion
Request address: http://localhost:5000/uc/Authorized/refresh?refreshToken=2288356cfb1338fdc5ff4ca558ec785118dfe1ff2864340937da8226863ff66d
Actual Behavior / Motivation for New Feautre
Steps to Reproduce the Problem
refreshToken
parameter is missing after other routes are converted byDownstreamUrlCreatorMiddleware
2、 Debugging found that the problem occurred in this place
Ocelot/src/Ocelot/DownstreamUrlCreator/Middleware/DownstreamUrlCreatorMiddleware.cs
Line 55 in 8f4ae03
Specifications
The text was updated successfully, but these errors were encountered: