~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to contrib/struts-faces/web/systest/logon1.jsp

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
 
3
 
 Copyright 2002,2004 The Apache Software Foundation.
4
 
 
5
 
 Licensed under the Apache License, Version 2.0 (the "License");
6
 
 you may not use this file except in compliance with the License.
7
 
 You may obtain a copy of the License at
8
 
 
9
 
      http://www.apache.org/licenses/LICENSE-2.0
10
 
 
11
 
 Unless required by applicable law or agreed to in writing, software
12
 
 distributed under the License is distributed on an "AS IS" BASIS,
13
 
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 
 See the License for the specific language governing permissions and
15
 
 limitations under the License.
16
 
 
17
 
-->
18
 
 
19
 
<%@ page contentType="text/html;charset=UTF-8" %>
20
 
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
21
 
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
22
 
<%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %>
23
 
 
24
 
<f:view>
25
 
  <s:html locale="true" xhtml="true">
26
 
    <head>
27
 
      <title>logon1</title>
28
 
      <s:base/>
29
 
      <s:stylesheet path="/stylesheet.css"/>
30
 
    </head>
31
 
    <body>
32
 
 
33
 
    </body>
34
 
  </s:html>
35
 
</f:view>