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

actual fix for issue #43 #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 24, 2015

  1. reverted slashJoin function, the faulty logic was outside the functio…

    …n, I added a new case check for req.url URLs that contain '/?query=param' as well as '?query=param', tests pass
    jlank committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    9e2a7e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. slashJoin() should only combine p1 & p2 and add a slash if a slash ex…

    …ists on either p1 or p2, or on both.
    jlank committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    3205362 View commit details
    Browse the repository at this point in the history