com.atlassian.plugins.rest.common.security.jersey
Class TestCorsResourceFilter
java.lang.Object
com.atlassian.plugins.rest.common.security.jersey.TestCorsResourceFilter
public class TestCorsResourceFilter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCorsResourceFilter
public TestCorsResourceFilter()
setUp
public void setUp()
testSimplePreflightForGet
public void testSimplePreflightForGet()
testPreflightSucceedsWhenOneCorsDefaultsAllowsOrigin
public void testPreflightSucceedsWhenOneCorsDefaultsAllowsOrigin()
testSecondCorsDefaultsIsNotHitIfDoesntAllowOrigin
public void testSecondCorsDefaultsIsNotHitIfDoesntAllowOrigin()
testSimplePreflightForGetWrongDomain
public void testSimplePreflightForGetWrongDomain()
testSimplePreflightForGetWrongMethod
public void testSimplePreflightForGetWrongMethod()
testSimplePreflightForGetWrongHeaders
public void testSimplePreflightForGetWrongHeaders()
testSimpleGet
public void testSimpleGet()
testSimpleGetWhenOneCorsDefaultsAllowsOrigin
public void testSimpleGetWhenOneCorsDefaultsAllowsOrigin()
testSecondCorsDefaultIsNotCalledWhenItDoesntAllowOrigin
public void testSecondCorsDefaultIsNotCalledWhenItDoesntAllowOrigin()
testSimpleGetWrongOrigin
public void testSimpleGetWrongOrigin()
testSimpleGetNoOrigin
public void testSimpleGetNoOrigin()
Copyright © 2014 Atlassian. All Rights Reserved.