extend the note about a potentially buggy behavior
This commit is contained in:
parent
3050d6dcbf
commit
a650b97378
1 changed files with 5 additions and 1 deletions
|
@ -76,4 +76,8 @@ runTest port = run port test
|
||||||
-- however...
|
-- however...
|
||||||
-- visit http://localhost:8000/hello/world/foo
|
-- visit http://localhost:8000/hello/world/foo
|
||||||
-- -> this will just match "world" but won't complain about the additional "/foo"
|
-- -> this will just match "world" but won't complain about the additional "/foo"
|
||||||
-- do we want that?
|
--
|
||||||
|
-- do we want that?
|
||||||
|
--
|
||||||
|
-- maybe we want to check that the pathInfo list is empty when we reach Get
|
||||||
|
-- (and Post etc when the time comes :-) )
|
Loading…
Reference in a new issue