User tests: Successful: Unsuccessful:
Pull Request for Issue # .
fix header for Authorization
401
200
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
| Category | ⇒ | Front End Plugins |
| Status | New | ⇒ | Pending |
| Category | Front End Plugins | ⇒ | Front End Plugins Unit Tests |
| Labels |
Added:
PR-4.3-dev
|
||
| Labels |
Added:
?
|
||
Unit tests are passing. Failing system tests in drone are not related to this PR. I will restart later to see if they succeed.
yes
I have tested this item
I have used a hack for testing with Basic authentication, which is not available in the dropdown for the authentication type. So I have set in database in the task's params the "authType" to "Basic" and the "authKey" to the bease64 encoded combination of user name and password separated by a colon. This worked, i.e. without the PR applied I got a 401 and with the PR applied a 200.
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
?
bug
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-09 01:12:03 |
| Closed_By | ⇒ | obuisard |
@alikon I think you have to adapt the expected result of the unit tests (file
tests/Unit/Plugin/Task/Requests/Extension/RequestsPluginTest.phpline 242) to your change, see https://ci.joomla.org/joomla/joomla-cms/65072/1/11 .