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/index.jsp
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<title>Discovery Services Home Page</title>
<script type="text/javascript" src="script/check_form.js"> </script>
</head>
<body>
<% session.setAttribute("state", "Discovery services / Home /");%>
<jsp:include page="header.jsp"></jsp:include>
<jsp:include page="template/checkSession.jsp" />
<%
if (session.getAttribute("sessionID") == null) {
%>
<%
String value = request.getParameter("value");
if (value != null && "false".equals(request.getParameter("value"))) {
%>
<div style="color:red;text-align:center;font-weight:bold;">Bad login or password.</div>
<%
}
%>
<jsp:include page="authentificationForm.jsp" />
<%
return;
}
%>
</body>
</html>
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<title>Discovery Services Home Page</title>
<script type="text/javascript" src="script/check_form.js"> </script>
</head>
<body>
<% session.setAttribute("state", "Discovery services / Home /");%>
<jsp:include page="header.jsp"></jsp:include>
<jsp:include page="template/checkSession.jsp" />
<%
if (session.getAttribute("sessionID") == null) {
%>
<%
String value = request.getParameter("value");
if (value != null && "false".equals(request.getParameter("value"))) {
%>
<div style="color:red;text-align:center;font-weight:bold;">Bad login or password.</div>
<%
}
%>
<jsp:include page="authentificationForm.jsp" />
<%
return;
}
%>
</body>
</html>

Formats disponibles : Unified diff