FLUID-6599: New DataSource implementation applies default port of 80 even if https URL is supplied

Metadata

Source
FLUID-6599
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2021-02-26T16:11:36.629-0500
Updated
2024-07-22T10:35:21.438-0400
Versions
N/A
Fixed Versions
  1. 4.0
Component
  1. Framework

Description

Since the new implementation (in the FLUID-6145 etc.) branch defaults each element of a DataSource URL separately in the parsed structure, the inbuilt default port of 80 ends up being applied even if an https URL is supplied - in order to get the expected behaviour the user needs to explicitly supply port 443 in the URL or options, which is a usability failure.

Comments