]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fix bug in arg handling around 'delete' button in directory view
authorrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:46:54 +0000 (16:46 -0700)
committerrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:46:54 +0000 (16:46 -0700)
commit15c30551765756171058313ce8a956cfdcc1fe64
tree087986bd1c3e8ca2cd542534ed26adf420230632
parent908cc0e481e366019a85de76200cda11c204aacb
fix bug in arg handling around 'delete' button in directory view

the code composing the form providing the 'delete' button in a dir
view was broken in that it tried to put some of the arguments into
the url query, rather than as the form's post args.  worse, nevow
was kind enough to escape the querystring making it invalid.
src/allmydata/webish.py