Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ac
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OATS-CADC
ac
Commits
c634a655
Commit
c634a655
authored
8 years ago
by
Brian Major
Browse files
Options
Downloads
Patches
Plain Diff
s1849 - removed dependency of reg.git in cadcTomcat
parent
e14cb641
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cadcTomcat/src/ca/nrc/cadc/tomcat/CadcBasicAuthenticator.java
+1
-3
1 addition, 3 deletions
...Tomcat/src/ca/nrc/cadc/tomcat/CadcBasicAuthenticator.java
with
1 addition
and
3 deletions
cadcTomcat/src/ca/nrc/cadc/tomcat/CadcBasicAuthenticator.java
+
1
−
3
View file @
c634a655
...
@@ -83,8 +83,6 @@ import org.apache.catalina.realm.RealmBase;
...
@@ -83,8 +83,6 @@ import org.apache.catalina.realm.RealmBase;
import
org.apache.log4j.Level
;
import
org.apache.log4j.Level
;
import
org.apache.log4j.Logger
;
import
org.apache.log4j.Logger
;
import
ca.nrc.cadc.reg.Standards
;
/**
/**
* Custom class for Tomcat realm authentication.
* Custom class for Tomcat realm authentication.
*
*
...
@@ -99,7 +97,7 @@ public class CadcBasicAuthenticator extends RealmBase
...
@@ -99,7 +97,7 @@ public class CadcBasicAuthenticator extends RealmBase
{
{
private
static
Logger
log
=
Logger
.
getLogger
(
CadcBasicAuthenticator
.
class
);
private
static
Logger
log
=
Logger
.
getLogger
(
CadcBasicAuthenticator
.
class
);
private
static
final
String
AC_URI
=
Standards
.
UMS_LOGIN_01
.
toString
()
;
private
static
final
String
AC_URI
=
"ivo://ivoa.net/std/UMS#login-0.1"
;
static
static
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment