Modify ↓
Opened 19 years ago
Closed 18 years ago
#5116 closed defect (worksforme)
logout issues - Using Apache on Windows.
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
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 (0)
Change History (3)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 18 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 18 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
No response in 3 months, so I'm going to close this. Please feel free to reopen if you can provide more information (see comment:2).
Note:
See TracTickets
for help on using tickets.



Can you provide more details about your installation? What version of Trac and Apache? Are you using any plugins (if so, which)? Is this problem repeatable?