fixed the bug i mentionned in a note, so removed that part of the note
This commit is contained in:
parent
85f883f4de
commit
dfc2676c25
1 changed files with 0 additions and 9 deletions
|
@ -75,12 +75,3 @@ runTest port = run port test
|
||||||
-- visit http://localhost:8000/hello/world
|
-- visit http://localhost:8000/hello/world
|
||||||
-- visit http://localhost:8000/hello/soenke
|
-- visit http://localhost:8000/hello/soenke
|
||||||
-- visit http://localhost:8000/hello/alp
|
-- visit http://localhost:8000/hello/alp
|
||||||
|
|
||||||
-- 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?
|
|
||||||
--
|
|
||||||
-- 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