Actions
Bug #6518
closedAuthentication service in Ecogrid only access metacat through http connection
Start date:
04/15/2014
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
In https://code.ecoinformatics.org/code/seek/trunk/projects/ecogrid/src/org/ecoinformatics/ecogrid/metacat/auth/MetacatAuthImpl.java class, it only accesses metacat through a http connection. If metacat doesn't have one, the login will fail.
Updated by Jing Tao over 10 years ago
- Status changed from New to Resolved
- Assignee set to Jing Tao
Using the SystemUtil.getMetacatServletUrl to replace the hard-coded "http" in authenciation, put, authenticatedQuery and identifier services. It worked right now.
Actions