Changeset 97:434264e1839a in AnnotationManagerN4J for src


Ignore:
Timestamp:
Feb 11, 2015, 5:14:00 PM (9 years ago)
Author:
casties
Branch:
default
Message:

fixed http login realm name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationsUiRestlet.java

    r94 r97  
    9393        }
    9494        // Create a Guard
    95         ChallengeAuthenticator guard = new ChallengeAuthenticator(getContext(), ChallengeScheme.HTTP_BASIC, "Tutorial");
     95        ChallengeAuthenticator guard = new ChallengeAuthenticator(getContext(), ChallengeScheme.HTTP_BASIC, "Annotation Server Admin");
    9696        guard.setVerifier(verifier);
    9797        // put everything through guard
Note: See TracChangeset for help on using the changeset viewer.