Task #7194
Story #7190: Code review with emphasis on authentication implementation
Review Metacat implementation for token auth support
Start date:
2015-06-16
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Rob Nahf almost 9 years ago
- Category set to Metacat
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Metacat handlers extract the Session from the Request object using the PortalCertificateManager.
public void handle(byte httpVerb) { logMetacat = Logger.getLogger(D1ResourceHandler.class); try { // first try the usual methods session = PortalCertificateManager.getInstance().getSession(request);