Bug 1053792 (TEIID-2800-DV6)
| Summary: | Teiid Login Issue with special characters | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Van Halbert <vhalbert> |
| Component: | Teiid | Assignee: | jolee |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | 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
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 We need to know if this defect is fixed. If it is so, then in which version. Can it be backported to other versions? 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. Verified on DV 6.0 + rollup 1 We need to know if this defect is fixed. If it is so, then in which version. Can it be backported to other versions? Steven Hawkins <shawkins> updated the status of jira TEIID-2800 to Closed released with: https://bugzilla.redhat.com/show_bug.cgi?id=1042824 |