And to answer my own question, if I start at http://myhost/foo I see the form, I click on the button and get 404 /crunch not found.
if I start at http://myhost/foo/ -- *note trailing slash* -- I see the form, I click on the button and get to http://myhost/foo/crunch just fine. Can somebody please tell me what tf is the right way to make URIs work with or without the trailing slash? Do I have to add an apache url rewrite for each top-level wsgi url? -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/groups/opt_out.
