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

« back to all changes in this revision

Viewing changes to web/test/test/org/apache/struts/taglib/html/TestFrameTag2.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:
220
220
    </bean:define>
221
221
</logic:equal>
222
222
 
 
223
<logic:equal name="runTest" value="testFrameForwardTitleKeyAlt">
 
224
    <bean:define id="TEST_RESULTS" toScope="page">
 
225
        <html:frame forward="simpleForward" titleKey="alternate.bundle.message" bundle="alternate"/>
 
226
    </bean:define>
 
227
    <bean:define id="EXPECTED_RESULTS" toScope="page">
 
228
        <frame src="<%=response.encodeURL( request.getContextPath() + "/path/to/non/existing/jsp.jsp")%>" title="Testing Message">
 
229
    </bean:define>
 
230
</logic:equal>
 
231
 
223
232
 
224
233
<logic:equal name="runTest" value="testFrameForwardTransaction">
225
234
    <bean:define id="TEST_RESULTS" toScope="page">