]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
webish: look for when_done= in POST fields as well as queryargs. Closes #101.
authorBrian Warner <warner@allmydata.com>
Tue, 14 Aug 2007 00:45:02 +0000 (17:45 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 14 Aug 2007 00:45:02 +0000 (17:45 -0700)
commit179d5462c0d95ea8539e2694f8a1ac6eb6982b12
tree7a2a018e4a9330330dc48769ceb211b5a937f289
parente6195caff19f7cf17eaf07ec9010983857903455
webish: look for when_done= in POST fields as well as queryargs. Closes #101.

We need to look in the fields because that's how we build the mkdir/upload
forms. Without this, uploading or creating directories would leave us on a
page that had just a URI, instead of something actually useful to a human.
src/allmydata/test/test_web.py
src/allmydata/webish.py