extend the note about a potentially buggy behavior

This commit is contained in:
Alp Mestanogullari 2014-10-21 15:46:20 +02:00
parent 3050d6dcbf
commit a650b97378
1 changed files with 5 additions and 1 deletions

View File

@ -76,4 +76,8 @@ runTest port = run port test
-- however...
-- visit http://localhost:8000/hello/world/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 :-) )