Modify ↓
Opened 18 years ago
Closed 17 years ago
#2947 closed defect (fixed)
connection loss
| Reported by: | anonymous | Owned by: | Álvaro Iradier |
|---|---|---|---|
| Priority: | normal | Component: | SearchAllPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
When searching on all projects, the website disappears: connection interrupted. I tracked down the code to the place:
#Update request data
newreq = copy.copy(req)
which does not come back. The system log does not show any hint. Apache runs.
I have Trac 0.11dev-r6814 and Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color SVN/1.4.4 mod_python/3.3.1 Python/2.5.2 mod_jk/1.2.25 PHP/5.2.3
Attachments (1)
Change History (2)
Changed 18 years ago by
comment:1 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



(In [3886]) Fixed #2947