Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Move query string hack for request context to listener #662

Closed

Commits on Mar 27, 2013

  1. Move query string hack for request context to listener

    Currently the UrlMatcher depends on the request context which leads to all
    kinds of funky problems. Including failing tests in the current test suite.
    
    The solution is to have the request context no longer directly depend on
    the request, but instead populate the required information from a request
    listener.
    igorw committed Mar 27, 2013
    Copy the full SHA
    4b52680 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Inject the request context into the listener directly

    No need for laziness, since it is created early (with the dispatcher)
    either way.
    igorw committed Mar 28, 2013
    Copy the full SHA
    1a9ecd4 View commit details
    Browse the repository at this point in the history