Ticket #2531 (closed defect: worksforme)
Reconstruction of absolute URL fails in a proxy setup
| Reported by: | tom@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.5 |
| Component: | general | Version: | 0.9.3 |
| Severity: | major | Keywords: | |
| Cc: | jberry@… |
Description (last modified by cmlenz) (diff)
(ticket changed direction somewhat since original submission, see below)
checked that user running trac (www) has write access to the attchments folder.
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/attachment.py", line 265, in process_request
self._do_save(req, attachment)
File "/usr/local/lib/python2.4/site-packages/trac/attachment.py", line 295, in _do_save
upload = req.args['attachment']
File "/usr/local/lib/python2.4/cgi.py", line 559, in __getitem__
raise KeyError, key
KeyError: 'attachment'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


