Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1053792 (TEIID-2800-DV6)

Summary: Teiid Login Issue with special characters
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Van Halbert <vhalbert>
Component: TeiidAssignee: jolee
Status: CLOSED ERRATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: felias, gtmbanerjee, vhalbert
Target Milestone: ---   
Target Release: One-off release   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
When logging in to JBoss Data Virtualization programmatically through a datasource, users are noticing problems when the username has special characters. This is due to the fact that usernames are encoded as per URL encoding. For example, username %xyz is encoded as %25xyz, but JBoss Data Virtualization does not decode the special character when passing username. This means that the username passed by JBoss Data Virtualization is %25xyz which fails authentication as the actual username is %xyz.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-09 13:41:45 UTC Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1042824    

Comment 1 JBoss JIRA Server 2014-01-15 19:21:43 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-2800 to Resolved

Comment 2 jolee 2014-02-14 20:58:48 UTC
https://github.com/teiid/teiid/tree/8.4.x

[jolee@jolee teiid]$ git log --grep=TEIID-2800
commit da5f40f208bb1d02e547a4628fb91c1d217da710
Author: shawkins <shawkins>
Date:   Wed Jan 15 14:00:05 2014 -0500

    TEIID-2800 fix for url encoding and user/password with TeiidDataSource

Comment 3 gtmbanerjee 2014-03-07 10:49:48 UTC
We need to know if this defect is fixed. If it is so, then in which version. Can it be backported to other versions?

Comment 4 Van Halbert 2014-03-07 13:08:53 UTC
This fix is targeted to go into the first DV rollup, which is currently being built for QE to test.   As for an estimate when it will be available, assuming everything passes testing, around 2-3 weeks.

Comment 5 Filip Elias 2014-03-24 09:46:05 UTC
Verified on DV 6.0 + rollup 1

Comment 6 gtmbanerjee 2014-03-27 11:22:57 UTC
We need to know if this defect is fixed. If it is so, then in which version. Can it be backported to other versions?

Comment 7 JBoss JIRA Server 2014-04-16 19:20:38 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-2800 to Closed

Comment 8 jolee 2014-07-09 13:41:45 UTC
released with: https://bugzilla.redhat.com/show_bug.cgi?id=1042824