Skip to content
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

Provide the ability to control middleware execution order in the OWIN integration #510

Closed
alexmg opened this issue Apr 2, 2014 · 3 comments

Comments

@alexmg
Copy link
Member

alexmg commented Apr 2, 2014

The order of middleware is currently determined based on the order of registration. A mechanism needs to be provided to control this order. The ability to add stage markers also needs to be considered when solving this issue.

@tillig
Copy link
Member

tillig commented Apr 24, 2014

Stage markers are specific to hosting in IIS, which is probably something we'd want to not involve by default to leave the hosting open.

From the comment chain in this article it appears that registration order is the only ordering mechanism available. Which kind of sucks, but kind of makes sense, too.

As such, I'm not sure we can do too much to aid here other than providing some documentation on how to use the OWIN integration.

@tillig
Copy link
Member

tillig commented Apr 24, 2014

@tillig
Copy link
Member

tillig commented Sep 4, 2015

This issue was moved to autofac/Autofac.Owin#4

@tillig tillig closed this as completed Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants