Changes between Initial Version and Version 2 of Ticket #94


Ignore:
Timestamp:
2007-08-09T05:59:29Z (17 years ago)
Author:
zooko
Comment:

fixing formatting

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
  • Ticket #94 – Description

    initial v2  
    11  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:
    22
    3 
     3{{{
    44/usr/lib/python2.5/site-packages/allmydata/webish.py, line 515 in renderHTTP
    55513
     
    2222name    ''
    2323self    <allmydata.webish.POSTHandler object at 0x8a8988c>
    24 t       'delete'
     24t       'dele
    2525
    2626<type 'exceptions.RuntimeError'>: delete requires a name
     27}}}