Project

General

Profile

« Previous | Next » 

Revision 675e977d

Added by Remy Menard about 11 years ago

  • ID 675e977d6baa946d508d77b8721408cbe9155a8e
  • Parent 8fd1d584

Version 2.1

  • All:
    - a few bugs fixed!
  • DELTa:
    - uses the new DS events
  • EpcisPHI, DiscoveryPHI:
    - improves the session management
    - the account creation by the web interface adds access policies to
    the interface ("admin" policies), this is always done even if a
    corresponding account exists in the LDAP directory
  • YPSilon:
    - simplifies the service
  • Installer:
    - upgrades Apache Tomcat to 7.0.42

View differences:

DSeTa/DiscoveryPHI/src/main/webapp/Login.jsp
<body>
<h2>DS Access Control Center</h2>
<%
if (request.getParameter("message") != null) {
if (request.getAttribute("message") != null) {
String message = (String) request.getAttribute("message");
message = message.replaceAll("<", "&#60;");
message = message.replaceAll(">", "&#62;");
%>
<div style="color:red;text-align:center;font-weight:bold;"><%=request.getParameter("message")%></div>
<div style="color:red;text-align:center;font-weight:bold;"><%= message %></div>
<%
}
%>

Also available in: Unified diff