Ignore:
Timestamp:
Feb 9, 2015, 11:55:51 AM (9 years ago)
Author:
casties
Branch:
admin_ui_rel_links
Message:

starting web admin ui with relative links. doesn't fully work yet.

File:
1 edited

Legend:

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

    r75 r93  
    1 /**
    2  *
    3  */
    41package de.mpiwg.itgroup.annotations.restlet.annotations_ui;
    52
     
    4239public class AnnotationsUiRestlet extends BaseRestlet {
    4340
    44     public final String version = "AnnotationManagerN4J/AnnotationsUI 0.3";
     41    public final String version = "AnnotationManagerN4J/AnnotationsUI 0.4";
    4542
    4643    public static Logger logger = Logger.getLogger("de.mpiwg.itgroup.annotations.restlet.annotations_ui.AnnotationsUiRestlet");
     
    8481        }
    8582        // Create a Guard
    86         ChallengeAuthenticator guard = new ChallengeAuthenticator(getContext(), ChallengeScheme.HTTP_BASIC, "Tutorial");
     83        ChallengeAuthenticator guard = new ChallengeAuthenticator(getContext(), ChallengeScheme.HTTP_BASIC, "Annotation Server");
    8784        guard.setVerifier(verifier);
    8885        // put everything through guard
Note: See TracChangeset for help on using the changeset viewer.