RTC bug PR-6.0-dev Pending

User tests: Successful: Unsuccessful:

avatar svenbluege
svenbluege
14 Sep 2025

Summary of Changes

The login module adds a return URL as a base64 encoded string. The login form needs to transport this in the right way.
image

Testing Instructions

Use a component which uses the login page and requires a redirect after successful authentication. If this is not available, a simple link like in the example for the BEFORE behavior is enough.

  1. open the test URL
  2. login with a user
  3. see the return URL in the browser address bar (you will see an error page, but this is expected since the referenced component is not available)

Actual result BEFORE applying this Pull Request

URLs like http://localhost/index.php/component/users/login?return=aW5kZXgucGhwP29wdGlvbj1jb21fZXZlbnRnYWxsZXJ5JnZpZXc9Y2hlY2tvdXQmbGF5b3V0PWNoYW5nZSZJdGVtaWQ9MTY3 will not trigger a redirect to the origin of the login-attempt (index.php?option=com_eventgallery&view=checkout&layout=change&Itemid=167).

Expected result AFTER applying this Pull Request

After a successful login, the redirect to the origin of the login attempt works.

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar svenbluege svenbluege - open - 14 Sep 2025
avatar svenbluege svenbluege - change - 14 Sep 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Sep 2025
Category Front End com_users
avatar tecpromotion tecpromotion - change - 14 Sep 2025
Title
Add the return URL base64 encoded to ensure it gets added to the logi…
[6.0] Add the return URL base64 encoded to ensure it gets added to the logi…
avatar tecpromotion tecpromotion - edited - 14 Sep 2025
avatar Fedik Fedik - test_item - 14 Sep 2025 - Tested successfully
avatar Fedik
Fedik - comment - 14 Sep 2025

I have tested this item ✅ successfully on 1d1a9d9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46096.

avatar joomdonation joomdonation - test_item - 15 Sep 2025 - Tested successfully
avatar joomdonation
joomdonation - comment - 15 Sep 2025

I have tested this item ✅ successfully on 1d1a9d9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46096.

avatar joomdonation joomdonation - change - 15 Sep 2025
Status Pending Ready to Commit
avatar joomdonation
joomdonation - comment - 15 Sep 2025

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46096.

avatar softforge softforge - change - 16 Sep 2025
Labels Added: RTC bug PR-6.0-dev
avatar softforge softforge - close - 16 Sep 2025
avatar softforge softforge - merge - 16 Sep 2025
avatar softforge softforge - change - 16 Sep 2025
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2025-09-16 19:20:41
Closed_By softforge
avatar softforge
softforge - comment - 16 Sep 2025

Thank you for your bug fix @svenbluege and for the testers and reviewers

Add a Comment

Login with GitHub to post a comment