Actions
Bug #5488
closeddomain/username/password in command line hadn't been parsed in kepler when kepler needed them to access external data objects
Start date:
09/08/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5488
Description
When I used the command line to run a workflow which would access some private data, i found the domain/username/password arguments in command line were not used. So the execution failed since kepler thought the public user wanted to access those data.
The reason is the authentication path was done earlier than the path which parsed the domain/username/password in KeplerConfigurationApplication class. I changed the order and the bug was fixed.
Actions