[Boost-bugs] [Boost C++ Libraries] #6532: KeyError: 'attachment'

Subject: [Boost-bugs] [Boost C++ Libraries] #6532: KeyError: 'attachment'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-07 13:24:36


#6532: KeyError: 'attachment'
----------------------------------+-----------------------------------------
 Reporter: Trvus549@… | Owner: rwgk
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
  Version: Boost 1.48.0 | Severity: Not Applicable
 Keywords: |
----------------------------------+-----------------------------------------
 ==== How to Reproduce ====

 While doing a POST operation on `/attachment/ticket/5372/`, Trac issued an
 internal error.

 ''(please provide additional details here)''
 }
 void doSomething(boost::weak_ptr<int> weakp, int* number) {

 int i = 0; while(++i<10000) {


 User agent: `Mozilla/5.0 (iPad; CPU OS 5_0_1 like Mac OS X)
 AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405
 Safari/7534.48.3`

 ==== System Information ====
 ''System information not available''

 ==== Enabled Plugins ====
 ''Plugin information not available''

 ==== Python Traceback ====
 {{{
 Traceback (most recent call last):
   File "build/bdist.linux-i686/egg/trac/web/main.py", line 513, in
 _dispatch_request
     dispatcher.dispatch(req)
   File "build/bdist.linux-i686/egg/trac/web/main.py", line 235, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "build/bdist.linux-i686/egg/trac/attachment.py", line 448, in
 process_request
     self._do_save(req, attachment)
   File "build/bdist.linux-i686/egg/trac/attachment.py", line 620, in
 _do_save
     upload = req.args['attachment']
 KeyError: 'attachment'
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6532>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC