public class

TestDownloadGateKeeper

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.security.TestDownloadGateKeeper

Summary

Constants
String PATH1
[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDownloadGateKeeper()
Public Methods
void setUp()
void testAnonymousAccess()
void testCleaningWorks()
void testKnock()
void testNoAnonymousAccess()
void testNonDownloadPathThrowsExpectedException()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Constants

public static final String PATH1

Constant Value: "/download/FOO"

Public Constructors

public TestDownloadGateKeeper ()

Public Methods

public void setUp ()

Throws
Exception

public void testAnonymousAccess ()

public void testCleaningWorks ()

public void testKnock ()

public void testNoAnonymousAccess ()

public void testNonDownloadPathThrowsExpectedException ()