View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
18566 | Bug reports | Other | public | 2022-12-21 13:38 | 2023-05-17 23:27 |
Reporter | ollehar | Assigned To | |||
Priority | low | Severity | partial_block | ||
Status | confirmed | Resolution | open | ||
Summary | 18566: Resourcemanager(Filemanager, Resources) throws javascript errors in rare cases | ||||
Description | The reason the resource manager is not working is as follows: The reason why this doesn't work is that if you look at the line marked with x in the image, this value is used to set the cookie in the browser if a subdomain is detected. However, this fails if a port is set since browser cookies don't support ports. For the ip address with port a simple regex could be attached (1 in image)
The value for the line marked with x in the image could be changed to empty string just as the condition before, but this would make the whole condition irrelevant since you could just always set $this->config['cookieDomain'] = ""; which sets the current domain as the cookie Domain, which is what we always want or is that a wrong assumption? | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | master | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | - | ||||
Database type & version | - | ||||
Server OS (if known) | - | ||||
Webserver software & version (if known) | - | ||||
PHP Version | - | ||||
Where is this code ? |
|
|
|
related ? |
|
I couldn't even login when LS installed on someting like |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-21 13:38 | ollehar | New Issue | |
2022-12-21 13:38 | ollehar | Note Added: 73236 | |
2022-12-21 13:38 | ollehar | File Added: image.png | |
2022-12-21 13:38 | ollehar | Bug heat | 0 => 2 |
2022-12-21 13:41 | ollehar | Priority | none => low |
2022-12-21 13:42 | ollehar | Severity | minor => partial_block |
2022-12-21 15:16 | DenisChenu | Note Added: 73244 | |
2022-12-21 15:16 | DenisChenu | Bug heat | 2 => 4 |
2022-12-23 13:58 | gabrieljenik | Note Added: 73303 | |
2022-12-23 13:58 | gabrieljenik | File Added: image-2.png | |
2022-12-23 13:58 | gabrieljenik | Bug heat | 4 => 6 |
2022-12-23 13:58 | gabrieljenik | Assigned To | => gabrieljenik |
2022-12-23 13:58 | gabrieljenik | Status | new => assigned |
2022-12-23 13:59 | gabrieljenik | Description Updated | |
2022-12-23 14:03 | gabrieljenik | Steps to Reproduce Updated | |
2022-12-23 16:23 | DenisChenu | Note Added: 73307 | |
2023-01-19 23:14 | p_teichmann | Steps to Reproduce Updated | |
2023-04-17 10:22 | p_teichmann | Summary | Resourcemanager throws javascript errors in rare cases => Resourcemanager(Filemanager, Resources) throws javascript errors in rare cases |
2023-05-17 23:27 | gabrieljenik | Note Added: 75052 | |
2023-05-17 23:27 | gabrieljenik | Assigned To | gabrieljenik => |
2023-05-17 23:27 | gabrieljenik | Status | assigned => confirmed |