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 #4

Closed
tillig opened this issue Sep 4, 2015 · 3 comments

Comments

@tillig
Copy link
Member

tillig commented Sep 4, 2015

From @alexmg on April 2, 2014 12:1

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.

Copied from original issue: autofac/Autofac#510

@tillig
Copy link
Member Author

tillig commented Sep 4, 2015

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 Author

tillig commented Sep 4, 2015

@tillig
Copy link
Member Author

tillig commented Sep 18, 2015

I think this is addressed with PR #3.

@tillig tillig closed this as completed Sep 21, 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

1 participant