View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 1861 | RackTables | default | public | 2018-11-02 21:08 | 2018-11-04 23:47 |
| Reporter | djrzulf | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.20.14 | ||||
| Summary | 1861: Custom port problem with logout | ||||
| Description | When you run server on other port than 80 or 443, there is problem with logout. Patch included. | ||||
| Additional Information | --- interface.php.orig 2018-11-02 21:05:10.780030989 +0100 +++ interface.php 2018-11-02 21:03:53.863472264 +0100 @@ -90,7 +90,7 @@ // add a trailing slash if the installation resides in a subdirectory if ($dirname != '/') $dirname .= '/'; - printf ('http%s://logout@%s%s?logout', $https, $_SERVER['SERVER_NAME'], $dirname); + printf ('http%s://logout@%s%s%s?logout', $https, $_SERVER['SERVER_NAME'], $port, $dirname); } $quick_links = NULL; // you can override this in your local.php, but first initialize it with getConfiguredQuickLinks() | ||||
| Tags | No tags attached. | ||||
| duplicate of | 496 | closed | infrastation | logout did not work as expected |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-11-02 21:08 | djrzulf | New Issue | |
| 2018-11-04 23:44 | infrastation | Relationship added | duplicate of 496 |
| 2018-11-04 23:47 | infrastation | Status | new => closed |
| 2018-11-04 23:47 | infrastation | Resolution | open => duplicate |
| 2018-11-04 23:47 | infrastation | Note Added: 0003853 |