Bug 65002 - HTTP(S) Test Script recorder creates an invalid Basic authentication URL
Summary: HTTP(S) Test Script recorder creates an invalid Basic authentication URL
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.13
Hardware: All All
: P2 normal (vote)
Target Milestone: JMETER 5.4.1
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2020-12-17 18:03 UTC by UbikLoadPack support
Modified: 2020-12-17 19:35 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2020-12-17 18:03:27 UTC
Record a website that uses Basic Auth using JMeter Recording Template
HTTP Authorization Manager will create Authorizations with below URL:

- https://:443/

This is because the HTTPSamplerBase built has no URL since it is defined in HTTP Request Defaults, so the HTTPSamplerBase will have an empty field for it.
Comment 1 Philippe Mouawad 2020-12-17 19:33:00 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new f0869b6  Bug 65002 - HTTP(S) Test Script recorder creates an invalid Basic authentication URL
f0869b6 is described below

commit f0869b6aef4ed865a9373f3ae2261d34a9c4b75c
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Thu Dec 17 20:29:53 2020 +0100

    Bug 65002 - HTTP(S) Test Script recorder creates an invalid Basic
    authentication URL
---
 .../jmeter/protocol/http/proxy/ProxyControl.java    | 21 ++++++++++++---------
 xdocs/changes.xml                                   |  2 ++
 2 files changed, 14 insertions(+), 9 deletions(-)
Comment 2 Philippe Mouawad 2020-12-17 19:35:30 UTC
Issue introduced in Bug 25430 by commit:
https://github.com/apache/jmeter/commit/cb891ece5a08232a37c20ba998d26de3770a679b
Comment 3 The ASF infrastructure team 2022-09-24 20:38:21 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5456