User tests: Successful: Unsuccessful:
This PR fixes two issues related to cookie settings in global configuration
config.cookie_domain and config.cookie_path. The correct call is without the config. part.cookie_path parameter didn't fetch the correct default value /. Together with SEF turned on, this could result in cookies only being valid for a submenu of the page since the path was taken from the current URL instead from root.Indeed, obvious error.
| Description | <p>This PR fixes two issues related to cookie settings in global configuration</p> <ul> <li>The languagefilter and logout plugins were looking for the config parameters <code>config.cookie_domain</code> and <code>config.cookie_path</code>. The correct call is without the <code>config.</code> part.</li> <li>There were some places where the <code>cookie_path</code> parameter didn't fetch the correct default value <code>/</code>. Together with SEF turned on, this could result in cookies only being valid for a submenu of the page since the path was taken from the current URL instead from root.</li> </ul> | ⇒ | <p>This PR fixes two issues related to cookie settings in global configuration</p> <ul class="task-list"> <li>The languagefilter and logout plugins were looking for the config parameters <code>config.cookie_domain</code> and <code>config.cookie_path</code>. The correct call is without the <code>config.</code> part.</li> <li>There were some places where the <code>cookie_path</code> parameter didn't fetch the correct default value <code>/</code>. Together with SEF turned on, this could result in cookies only being valid for a submenu of the page since the path was taken from the current URL instead from root.</li> </ul> |
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-06-03 10:26:10 |
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33099