[
https://issues.apache.org/jira/browse/SLING-4978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725172#comment-14725172
]
Bertrand Delacretaz commented on SLING-4978:
--------------------------------------------
Reverting to org.apache.felix.http.jetty/3.0.2 (instead of 3.1.0) in
http://svn.apache.org/r1700482 fixes this issue.
I'm leaving it open to investigate more and find out whether it's our code or
the Felix/Jetty code that's at fault.
Interestingly the WebDAV double slash behavior tested by WebDavDoubleSlashTest
(SLING-4976) is also back to the old behavior, I had to temporarily change that
test as well.
> VersionParameterTest integration test fails
> -------------------------------------------
>
> Key: SLING-4978
> URL: https://issues.apache.org/jira/browse/SLING-4978
> Project: Sling
> Issue Type: Bug
> Components: Servlets
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Labels: sling-IT
>
> The launchpad/integration-tests VersionParameterTest currently fails, it
> passes with launchpad/builder at revision 1686223
> With current trunk it looks like the ;v=1.1 suffix has no effect, the error is
> {code}
> testVersionParameter(org.apache.sling.launchpad.webapp.integrationtest.VersionParameterTest)
> Time elapsed: 2.932 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:<v[2]> but was:<v[3]>
> at junit.framework.Assert.assertEquals(Assert.java:100)
> at junit.framework.Assert.assertEquals(Assert.java:107)
> at junit.framework.TestCase.assertEquals(TestCase.java:269)
> at
> org.apache.sling.launchpad.webapp.integrationtest.VersionParameterTest.testVersionParameter(VersionParameterTest.java:69)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)