]
Ted Jones reassigned TEIIDDES-2762:
-----------------------------------
Assignee: Ted Jones
REST import parameter issue - problem on java 8
-----------------------------------------------
Key: TEIIDDES-2762
URL:
https://issues.jboss.org/browse/TEIIDDES-2762
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 9.0.5
Reporter: Matus Makovy
Assignee: Ted Jones
Priority: Blocker
Attachments: Screen Shot 2016-01-15 at 11.41.18.png
I discovered this on 9.0.5, but the issue seems to be caused by Java 8, so it doesn't
matter which version of TD is used.
I tried to import data from REST ws and when I added some parameter (name of parameter is
"new") I got following error:
{code:java}
Illegal character(s) in message header field: rest_param:new
{code}
This seems to be problem only with Java 8. It works with Java 7.
Marked this as blocker, because user cannot import from REST if he wants to use some
parameters during import. After some googling I found out that this could be an issue in
Java not in Designer.
Java version: 1.8.0_65, vendor: Oracle Corporation