java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.securityfilter.test.http.TestBase
org.securityfilter.test.http.form.UTFTest
- All Implemented Interfaces:
- junit.framework.Test
- public class UTFTest
- extends org.securityfilter.test.http.TestBase
UTFTest - test with UTF-encoded URLs to ensure proper operation when UTF-encoded URLs
are used. Failures would indicate a security vulnerability.
- Version:
- $Revision: 1.2 $ $Date: 2003/06/10 12:11:26 $
| Fields inherited from class junit.framework.TestCase |
|
|
Method Summary |
void |
testUTFEncodedDirectorySeparator()
Test that the user is asked to login before accessing a secure page
with UTF-encoded directory separator. |
void |
testUTFEncodedPageName()
Test that the user is asked to login before accessing a secure page
with UTF-encoded page name. |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
UTFTest
public UTFTest(java.lang.String name)
- Constructor
testUTFEncodedDirectorySeparator
public void testUTFEncodedDirectorySeparator()
throws java.lang.Exception
- Test that the user is asked to login before accessing a secure page
with UTF-encoded directory separator.
testUTFEncodedPageName
public void testUTFEncodedPageName()
throws java.lang.Exception
- Test that the user is asked to login before accessing a secure page
with UTF-encoded page name.