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

Set router context from current request to correctly pre match route #59

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

QuingKhaos
Copy link
Member

Q A
Fixed tickets fixes #54
Related issues/PRs -
License GPL-3.0+

What's in this PR?

Set router context from current request to correctly pre match route. It's later done in the router listener too, but since we pre match to see if RealURL must handle or not, it's necessary here too.

It's later done in the router listener too, but since we pre match to
see if RealURL must handle or not, it's necessary here too.
@QuingKhaos QuingKhaos added this to the 1.0.0 milestone Mar 14, 2017
@QuingKhaos QuingKhaos self-assigned this Mar 14, 2017
@QuingKhaos QuingKhaos merged commit ba0b978 into master Mar 14, 2017
QuingKhaos added a commit that referenced this pull request Mar 14, 2017
Set router context from current request to correctly pre match route
@QuingKhaos QuingKhaos deleted the 54-router-request-context branch March 14, 2017 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request/Context is not set correctly
1 participant