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

Fix problem with req.url not being not properly replaced. #218

Merged
merged 2 commits into from Jun 5, 2012
Merged

Fix problem with req.url not being not properly replaced. #218

merged 2 commits into from Jun 5, 2012

Conversation

coderarity
Copy link
Contributor

This fixes #215. It changes the method to use url.parse (because it's easier to read, that old stuff took me a while to wrap my head around), and fixes it by replacing the path's part of the URL with the target's part of the URL, instead of just getting rid of it completely.

@coderarity
Copy link
Contributor Author

What the... there's something added onto the end of a line! Let me fix that =P

@coderarity
Copy link
Contributor Author

There we go =D (I did run tests on this btw, so I probably typed into the wrong window while committing.)

@coderarity
Copy link
Contributor Author

Please wait before merging this pull request. I need to add tests and fix a few more cases based on other people's pull requests.

@coderarity
Copy link
Contributor Author

There we go, now it can be pulled in. =D

@itay
Copy link

itay commented May 9, 2012

Any news on this pull request?

@No9
Copy link
Contributor

No9 commented Jun 2, 2012

Hey @coderarity do you know if this is this going in or not?

@coderarity
Copy link
Contributor Author

Not yet.

On Saturday, June 2, 2012 at 7:06 AM, Anton Whalley wrote:

Hey @coderarity do you know if this is this going in or not?


Reply to this email directly or view it on GitHub:
#218 (comment)

@No9
Copy link
Contributor

No9 commented Jun 2, 2012

Thanks. Any clue what is blocking release?

coderarity added a commit that referenced this pull request Jun 5, 2012
Fix problem with req.url not being not properly replaced.
@coderarity coderarity merged commit 64c9747 into http-party:master Jun 5, 2012
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.

routing broken with express server
3 participants