diff options
Diffstat (limited to 'BKUOnline/src/main/webapp')
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 4 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/web.xml | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html index 4714e82f..b3aeb8e0 100644 --- a/BKUOnline/src/main/webapp/SLRequestForm.html +++ b/BKUOnline/src/main/webapp/SLRequestForm.html @@ -176,8 +176,8 @@ name="RedirectURL" value="" id="RedirectURL"></p> <p><label for="DataURL">DataURL</label> <input name="DataURL" value="" id="DataURL"></p> - <p><label for="StyleSheetURL">StyleSheetURL</label> <input - name="StyleSheetURL" value="" id="StyleSheetURL"></p> + <p><label for="StylesheetURL">StylesheetURL</label> <input + name="StylesheetURL" value="" id="StylesheetURL"></p> <p> --> </fieldset> diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index 7697885e..46e69c4a 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -54,7 +54,7 @@ <servlet-name>help</servlet-name> <jsp-file>/help.jsp</jsp-file> </servlet> - <servlet-mapping> + <servlet-mapping> <servlet-name>BKUServlet</servlet-name> <url-pattern>/http-security-layer-request</url-pattern> </servlet-mapping> @@ -70,17 +70,17 @@ <servlet-name>help</servlet-name> <url-pattern>/help/*</url-pattern> </servlet-mapping> - - <!-- + + <!-- | Configure alternative applet pages that may be requested - | via the 'appletPage' form parameter (cf. SLRequestForm.html) + | via the 'appletPage' form parameter (cf. SLRequestForm.html) <servlet> <servlet-name>BKUAppletAlternative</servlet-name> <jsp-file>/appletAlternative.jsp</jsp-file> </servlet--> - - <!-- - | To disable applet caching load the applet via the AppletDispatcher + + <!-- + | To disable applet caching load the applet via the AppletDispatcher | (cf. applet.jsp) <servlet> <servlet-name>AppletDispatcher</servlet-name> @@ -113,7 +113,7 @@ <welcome-file>index.html</welcome-file> <welcome-file>index.jsp</welcome-file> </welcome-file-list> - <session-config> + <session-config> <session-timeout>5</session-timeout> </session-config> </web-app> |