Ticket #5116 (closed defect: worksforme)
logout issues - Using Apache on Windows.
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description (last modified by cboos) (diff)
When clicked on logout the first time, nothing happens. When clicked the second time, get the following error
Python Traceback
Traceback (most recent call last):
File "D:\python2.4.3\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "D:\python2.4.3\Lib\site-packages\trac\web\main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "D:\python2.4.3\lib\site-packages\trac\web\auth.py", line 103, in process_request
self._redirect_back(req)
File "D:\python2.4.3\lib\site-packages\trac\web\auth.py", line 208, in _redirect_back
def __init__(self, filename):
File "D:\python2.4.3\Lib\site-packages\trac\web\api.py", line 337, in redirect
self.end_headers()
File "D:\python2.4.3\Lib\site-packages\trac\web\api.py", line 279, in end_headers
self._write = self._start_response(self._status, self._outheaders)
File "D:\python2.4.3\Lib\site-packages\trac\web\wsgi.py", line 111, in _start_response
assert not self.headers_set, 'Response already started'
AssertionError: Response already started
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


