Changes between Initial Version and Version 2 of Ticket #94
- Timestamp:
- 2007-08-09T05:59:29Z (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #94
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Summary changed from uploading empty-string filenames confounds webish.py to deleting nameless file confounds webish.py
-
TabularUnified Ticket #94 – Description
initial v2 1 1 I tried to upload a (non) file to the Test Grid. I clicked upload file on the web interface to my client node when the upload field was empty. This resulted in the following Stack Trace: 2 2 3 3 {{{ 4 4 /usr/lib/python2.5/site-packages/allmydata/webish.py, line 515 in renderHTTP 5 5 513 … … 22 22 name '' 23 23 self <allmydata.webish.POSTHandler object at 0x8a8988c> 24 t 'dele te'24 t 'dele 25 25 26 26 <type 'exceptions.RuntimeError'>: delete requires a name 27 }}}