eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Strip the query string from the URL before routing #8

Closed jorams closed 9 years ago

jorams commented 9 years ago

The first question mark in a URL always denotes the start of a query string, which we don't want to consider when determining the appropriate route.

Fixes #6

eudoxia0 commented 9 years ago

Thanks!