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

router support #6

Merged
merged 1 commit into from
Jan 26, 2016
Merged

router support #6

merged 1 commit into from
Jan 26, 2016

Conversation

hobbypunk90
Copy link
Contributor

adds req.originalUrl || before req.url, to support express router.

without this if the routers baseurl is /login and real url is /login/cas, the value of req.url is only /cas, so the cas server gives an error

adds req.originalUrl || before req.url, to support express router.

without this if the routers baseurl is /login and real url is /login/cas, the value of req.url is only /cas, so the cas server gives an error
joshAppDev added a commit that referenced this pull request Jan 26, 2016
@joshAppDev joshAppDev merged commit 1e5de67 into appdevdesigns:master Jan 26, 2016
@illegalprime illegalprime mentioned this pull request Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants