Projet

Général

Profil

« Précédent | Suivant » 

Révision bf9c3717

Ajouté par Remy Menard il y a environ 11 ans

Version 1.99

  • All:
    - a few bugs fixed!
  • New web application LaMBDa
  • ETa:
    - new testing application to capture events
  • SigMa-Test:
    - new options to the command line to configure the public/private keys
    for TLS and for signature
  • ALfA, OMeGa:
    - new method more accurate than "traceEPC": the events are sorted by
    EPCIS
  • OmICroN:
    - New options added to the command line
  • YPSilon, EpcisPHI:
    - user can be identified by alias, if the DN of his certificate is
    incompatible with the LDAP directory
  • YPSilon:
    - new shell script to configure the LDAP directory (same
    functionnalities as IoTa-Installer)
  • IoTa-Installer:
    - installs and configures LaMBDa
    - finer certificate mangagement
    - EpcILoN correctly subscribe with TLS to ETa
  • Greyc letters figures:
    - new figure for LaMBDa
    - shows data flows between PHI and YPSilon
    - sets DS and DSeTa in different schemas

Voir les différences:

IoTa-DiscoveryWS/IoTa-DiscoveryWS/src/main/webapp/header.jsp
<%@page import="fr.unicaen.iota.discovery.server.hibernate.User"%>
<%@page import="fr.unicaen.iota.discovery.server.util.Constants"%>
<jsp:include page="template/checkSession.jsp" />
<%--<div id="titleBack"><div id="title">&nbsp;</div></div>--%>
<div id="mainmenu">
<%
if (session.getAttribute("sessionID") != null) {
%>
<a href="profileManager.jsp">Profile Manager</a> <span>|</span> <a href="lookupService.jsp">Lookup Service</a> <span>|</span>
<a href="<%=Constants.XACML_IHM_URL + "?sid=" + session.getAttribute("sessionID")
+ "&uid=" + ((User) (session.getAttribute("user"))).getUserID()%>">Policy Manger</a>
<%
} else {
%>
Restricted area
<%
}
%>
</div>
<div id="statebar">
<div id="stateinfo"><%=session.getAttribute("state")%></div>
<div id="statelogout">
<%
if (session.getAttribute("sessionID") != null) {
%>
Click here to [ <a href="Logout">logout</a> ]
<%
}
%>
</div>
<div class="wrapper"></div>
</div>
<div id="ombreHeader">&nbsp;</div>
<%@page import="fr.unicaen.iota.discovery.server.hibernate.User"%>
<%@page import="fr.unicaen.iota.discovery.server.util.Constants"%>
<jsp:include page="template/checkSession.jsp" />
<%--<div id="titleBack"><div id="title">&nbsp;</div></div>--%>
<div id="mainmenu">
<%
if (session.getAttribute("sessionID") != null) {
%>
<a href="profileManager.jsp">Profile Manager</a> <span>|</span> <a href="lookupService.jsp">Lookup Service</a> <span>|</span>
<a href="<%=Constants.XACML_IHM_URL + "?sid=" + session.getAttribute("sessionID")
+ "&uid=" + ((User) (session.getAttribute("user"))).getUserID()%>">Policy Manger</a>
<%
} else {
%>
Restricted area
<%
}
%>
</div>
<div id="statebar">
<div id="stateinfo"><%=session.getAttribute("state")%></div>
<div id="statelogout">
<%
if (session.getAttribute("sessionID") != null) {
%>
Click here to [ <a href="Logout">logout</a> ]
<%
}
%>
</div>
<div class="wrapper"></div>
</div>
<div id="ombreHeader">&nbsp;</div>

Formats disponibles : Unified diff