Carsten Ziegeler created SLING-3788:
---------------------------------------
Summary: Integration test failure regarding vanity paths
Key: SLING-3788
URL: https://issues.apache.org/jira/browse/SLING-3788
Project: Sling
Issue Type: Bug
Components: ResourceResolver
Reporter: Carsten Ziegeler
Priority: Critical
Fix For: Resource Resolver 1.1.2
When running latest trunk, I get this integration test failure:
testRedirectOnPathWithExtension(org.apache.sling.launchpad.webapp.integrationtest.VanityPathTest)
Time elapsed: 0.039 sec <<< FAILURE!
junit.framework.AssertionFailedError: Expecting temporary redirect
expected:<302> but was:<404>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.TestCase.assertEquals(TestCase.java:401)
at
org.apache.sling.launchpad.webapp.integrationtest.VanityPathTest.testRedirectOnPathWithExtension(VanityPathTest.java:186)
Might be related to the changes of the vanity path handling?
--
This message was sent by Atlassian JIRA
(v6.2#6252)