Ticket #1484637 (closed Bugs: invalid)
RoundCube sets unneeded HTTP header
| Reported by: | EdSchouten | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Client Scripts | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | http header |
| Cc: |
Description
For some reason, RoundCube feels the urge to set the session ID into a HTTP header, while that's already done in a cookie. The problem with that, is that some minimalistic HTTP servers don't understand this method, of passing HTTP headers to environment variables (which is how the value is obtained in the RoundCube sourcecode).
It has one advantage, which is that users will never see raw RoundCube data, which is actually just Security throught Obscurity.
The following patch fixes RoundCube on my XS-HTTPD webserver. I don't need to run it in devel_mode anymore to make it run out of the box.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
