Ignore:
Timestamp:
05/22/14 14:22:49 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Fixing automatic generation of a shibbolized user record and fixing update principals (both bugs appeared after refactoring). Fixing dynamic logout link. Fixing jsp page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/Helpers.java

    r5174 r5266  
    9898    }
    9999
    100     public static String welcomeString(String baseUri) {
     100    public static String welcomeString(String baseUri, String remoteID) {
    101101        String welcome = "<!DOCTYPE html><body>"
    102                 + "You are logged in.<br>"
     102                + "You are logged in as "
     103                + remoteID + ".<br>"
    103104                + "<h3>Welcome to DASISH Webannotator (DWAN)</h3><br>"
    104105                + "<a href=\"" + baseUri + "\"> To DWAN's test jsp page</a>"
Note: See TracChangeset for help on using the changeset viewer.