Am 17.07.2010 um 11:27 schrieb Gisborne:

Seems that the post from my (very simple) test form -- same form, same
browser, same client machine -- is being properly treated as a POST
when sent to the back-end code on my dev machine, but is for some
reason being considered a GET (and hence getting funneled to get_all()
rather than post()) on the test server. It looks like this even right
at the top of the stack, in beaker.middleware, before my code has
gotten anywhere near it.

Any idea why this would happen?

Not the slightest. All I can think of is some proxying issue. I'd set a breakpoint in as early a piece of code I could get + see, what the WSGI-environ contains. If that's already GET, then it must be something between browser & webapp.

Diez

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to