Bug 1119394

Summary: Parse authentication information (host and port) from REST address
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Tomas Rohovsky <trohovsk>
Component: SwitchYard, SwitchYard EditorAssignee: Rob Cernich <rcernich>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: oskutka, soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Rohovsky 2014-07-14 16:45:37 UTC
If I configure only a user and a password in the authentication configuration of the REST binding, then the IAE " java.lang.IllegalArgumentException: Host name may not be null" is thrown during deployment.

If I fill the host, everything is ok. However, the REST address already contains this information. It would be great if it will be parsed from the REST address. The same applies for the port.

Maybe the host and the port attributes could be completely removed from the configuration - I don't see any purpose of their configuration. It is possible to configure them also for the HTTP binding authentication. In case of removing them in REST, please remove them in HTTP too. These changes would have an influence on the tooling.

Comment 1 Tomas Rohovsky 2014-07-14 16:51:38 UTC
It is SWITCHYARD-2218, but I am unable to add external reference.