]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/web/welcome.xhtml
webish: add button to make directories and unit test of it
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Dec 2007 22:31:12 +0000 (15:31 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Dec 2007 22:31:12 +0000 (15:31 -0700)
commita85a4d71f77012b267f503870d2c7fc927237d4e
tree7cb48ec27eaf1e2ba4b7e26e8db130d1a6cbafb3
parenta7361179aa698c3af3221e70933b01eb94161e22
webish: add button to make directories and unit test of it
Unfortunately although it passes the unit tests, it doesn't work, because the unit tests and the implementation use the "encode params into URL" technique but the button uses the "encode params into request body" technique.
src/allmydata/test/test_web.py
src/allmydata/web/welcome.xhtml
src/allmydata/webish.py