Bug #6518
Authentication 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.
History
#1 Updated by Jing Tao over 6 years ago
- Assignee set to Jing Tao
- Status changed from New to Resolved
Using the SystemUtil.getMetacatServletUrl to replace the hard-coded "http" in authenciation, put, authenticatedQuery and identifier services. It worked right now.