Dayue Gao created KYLIN-1662:
--------------------------------
Summary: tableName got truncated during request mapping for
/tables/tableName
Key: KYLIN-1662
URL: https://issues.apache.org/jira/browse/KYLIN-1662
Project: Kylin
Issue Type: Bug
Components: REST Service
Affects Versions: v1.5.1
Reporter: Dayue Gao
Assignee: Dayue Gao
Request '/tables/default.kylin_sales' for table metadata return empty string.
This is because Spring by default treats ".kylin_sales" as a file extension and
path variable {{tableName}} receives value "default" rather than
"default.kylin_sales". As a result, Kylin searchs metadata for table
"default.default".
An easy fix is to use "/\{tableName:.+\}" in request mapping as suggested in
http://stackoverflow.com/questions/16332092/spring-mvc-pathvariable-with-dot-is-getting-truncated
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)