Bug 65002

Summary: HTTP(S) Test Script recorder creates an invalid Basic authentication URL
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 2.13   
Target Milestone: JMETER 5.4.1   
Hardware: All   
OS: All   

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