[
https://issues.jboss.org/browse/TEIIDDES-2795?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-2795.
------------------------------------
Assignee: Barry LaFond
Resolution: Done
11.0.x :
https://github.com/Teiid-Designer/teiid-designer/commit/803312c7cf3d991ed...
Basically, there's no way to determine what OS the server will be on, so the best I
could do was add a validation rule that checked for the URL connection properties in a
source model and add a warning marker.
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
Assignee: Barry LaFond
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)