By accident I ran into some strange behavior in Orbit. If I add a dispatch function like this:
myapp:dispatch_post(handlePost, "/something/(%a+)") ... calling a url starting with "test_" in the last word, Orbit returns the "Not Found" html page. For example, this is ok: http://localhost:8080/something/testthis and this is not: http://localhost:8080/something/test_this Thijs _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/