Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  hazelcast 6648 over 12 years ben leinfelder delete system metadata when MN.delete() is called.
CNodeService.java 44.8 KB 6676 over 12 years Chris Jones Use Subject.equals() when comparing DNs rather ...
D1NodeService.java 35.6 KB 6664 over 12 years ben leinfelder check for authenticated and verified user permi...
MNodeService.java 45.6 KB 6663 over 12 years ben leinfelder throw NotAuthorized when there is no session
ObjectFormatService.java 7.22 KB 6622 over 12 years ben leinfelder upgrade to 1.0.1-SNAPSHOT DataONE jars

Latest revisions

# Date Author Comment
6676 11/18/2011 09:10 AM Chris Jones

Use Subject.equals() when comparing DNs rather than CertificateManager.equalsDN(). Don't lock the pid in isNodeAuthorized() to debug for timeout issues. Minor debugging changes.

6665 11/16/2011 06:15 PM Chris Jones

Minor logging for isNodeAuthorized(), and compare subjects properly. Change this to Subject.compareTo() when it is vetted.

6664 11/16/2011 04:09 PM ben leinfelder

check for authenticated and verified user permissions

6663 11/16/2011 03:34 PM ben leinfelder

throw NotAuthorized when there is no session

6662 11/16/2011 02:27 PM Chris Jones

Catch RuntimeExceptions thrown by Hazelcast as opposed to general Exceptions to we don't catch exceptions we're trying to throw.

6659 11/16/2011 10:45 AM ben leinfelder

generalize exception handling -- add cause detail

6657 11/16/2011 10:34 AM Chris Jones

Changes to setReplicationStatus and isNodeAuthorized(), working out minor bugs in replication.

6656 11/16/2011 09:50 AM ben leinfelder

include exception cause when throwing new exception (combine RuntimeException in Exception handling -- they are almst identical)

6653 11/15/2011 10:48 AM ben leinfelder

throw InvalidToken when session is null

6652 11/15/2011 10:47 AM ben leinfelder

correct typo

View revisions

Also available in: Atom