diff options
Diffstat (limited to 'BKUOnline/src')
| -rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 2 | ||||
| -rw-r--r-- | BKUOnline/src/main/webapp/applet.jsp (renamed from BKUOnline/src/main/webapp/login.jsp) | 0 | ||||
| -rw-r--r-- | BKUOnline/src/main/webapp/slRequestForm.html | 4 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index e7a4e058..cc37b782 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -50,7 +50,7 @@  	</servlet>      <servlet>          <servlet-name>BKUApplet</servlet-name> -        <jsp-file>/login.jsp</jsp-file> +        <jsp-file>/applet.jsp</jsp-file>      </servlet>      <servlet>        <servlet-name>help</servlet-name> diff --git a/BKUOnline/src/main/webapp/login.jsp b/BKUOnline/src/main/webapp/applet.jsp index 44d9347c..44d9347c 100644 --- a/BKUOnline/src/main/webapp/login.jsp +++ b/BKUOnline/src/main/webapp/applet.jsp diff --git a/BKUOnline/src/main/webapp/slRequestForm.html b/BKUOnline/src/main/webapp/slRequestForm.html index 95eb1947..9a96e9be 100644 --- a/BKUOnline/src/main/webapp/slRequestForm.html +++ b/BKUOnline/src/main/webapp/slRequestForm.html @@ -17,11 +17,11 @@  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <html>  <head> -<title>Infobox Requests</title> +<title>Security-Layer v1.2 Request Formular</title>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  </head>  <body> -<h1>Securitykapsel - HTTP-Bindung</h1> +<h1>Security-Layer v1.2 Request Formular</h1>  <style type="text/css">  fieldset {  	padding: 1em; | 
