[
https://issues.jboss.org/browse/TEIIDDES-2795?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-2795:
----------------------------------------
per comments on TEIIDDES-2493, there's not much we can do to prevent spaces from being
used and pushed to Teiid during data source creation.
And because a user could connect to a Teiid Server on ANY OS system... there's no way
clean way to ensure that the URL is correctly set anyway.
Check if URL contains empty spaces
----------------------------------
Key: TEIIDDES-2795
URL:
https://issues.jboss.org/browse/TEIIDDES-2795
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 10.0.1
Environment: Fedora 23
Reporter: Matej Kralik
Fix For: 11.0.2
Attachments: Screenshot from 2016-02-25 15-08-51.png
When I tried to reproduce this bug
([
TEIIDDES-2493|https://issues.jboss.org/browse/TEIIDDES-2493])
I've found a way how set file whose path contains empty string. I set the file path
as a URL and use import from remote flat file. Problem is same as
([
TEIIDDES-2493|https://issues.jboss.org/browse/TEIIDDES-2493]).
When i created datasource, file path is written to the standalone.xml with empty space.
{code:java}
<config-property name="EndPoint">
file:/home/mkralik/Downloads/folder with space/productdata_data.csv
</config-property>
{code}
I think user
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)