Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OATS-CADC
ac
Commits
dffd24f8
Commit
dffd24f8
authored
Feb 02, 2017
by
Dustin Jenkins
Browse files
Post review changes.
parent
035d2e14
Changes
1
Hide whitespace changes
Inline
Side-by-side
cadc-access-control/src/main/java/ca/nrc/cadc/ac/client/GMSClient.java
View file @
dffd24f8
...
...
@@ -1109,7 +1109,7 @@ public class GMSClient implements TransferListener
if
(
serviceURL
==
null
)
{
throw
new
AccessControl
Exception
(
throw
new
Runtime
Exception
(
String
.
format
(
"Unable to get Service URL for '%s', '%s', '%s'"
,
serviceID
.
toString
(),
Standards
.
GMS_GROUPS_01
,
getAuthMethod
()));
...
...
@@ -1139,7 +1139,7 @@ public class GMSClient implements TransferListener
}
else
{
return
AuthMethod
.
ANON
;
throw
new
AccessControlException
(
"Anonymous access not supported."
)
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment