Prashant created FALCON-2237:
--------------------------------
Summary: Falcon UI password file field doesn't work for RDBMS
import while defining a Datasource entity
Key: FALCON-2237
URL: https://issues.apache.org/jira/browse/FALCON-2237
Project: Falcon
Issue Type: Bug
Components: falcon-ui
Affects Versions: 0.10
Reporter: Prashant
Falcon UI password file field doesn't work for RDBMS import while defining a
Datasource entity.
The field doest accept "/"
The accepted values are ng-pattern="/^(([a-zA-Z]([\-a-zA-Z0-9])*){1,39})$/"
<input type="text" class="form-control ng-pristine ng-isolate-scope ng-invalid
ng-invalid-required ng-valid-pattern ng-touched"
ng-model="datasource.interfaces.interfaces[0].credential.passwordFile"
ng-required="true" validation-optional-message="{"empty":"You
need to provide password file","patternInvalid":"The
password file has an invalid format"}"
ng-pattern="/^(([a-zA-Z]([\-a-zA-Z0-9])*){1,39})$/" required="required">
Attached a screenshot for the same
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)