Phil Proctor
Phil Proctor
#737 changes the way the matching templates are created and used, I did not change this behavior as it appeared to be by design. A few days ago I tried...
That last part looks like a bug to me, converting this issue.
I believe adding more sophisticated route claims requirements in general would help with this, will discuss with the team best approaches.
This will be resolved as part of my work on https://github.com/ThreeMammals/Ocelot/issues/737 Currently regex will work in the path, but the capture groups cannot be sent to the downstream. After this...
These changes were needed to get it to compile on Arch. The signature change on 62 was my mistake, didn't intend for that to go into this pull request. Apologize...
@margaale Any ideas as to what that configuration container should look like? That's where I'm a bit unsure as we need some way of providing a JSON Scheme onto FileConfiguration....
The ASP.NET configuration used doesn't allow that out of the box without defining the structure up front, that I'm aware of. I think in order to do that we'd have...
In OcelotMiddlewareExtensions.cs we have this: ``` // make configuration from file system? // earlier user needed to add ocelot files in startup configuration stuff, asp.net will map it to this...
I'm leaning towards providing the Dictionary with options, at least with the initial implementation. Perhaps we could allow some further customization in an update, but doing it with the Dictionary...
Sounds good, I'll start work on this one soon. I'll probably also pick up #737 as I have found that one would resolve a number of other issues/requests in the...