You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (Jira)" <ji...@apache.org> on 2019/10/22 14:04:00 UTC

[jira] [Created] (TOMEE-2716) Fix for com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest

Jonathan Gallimore created TOMEE-2716:
-----------------------------------------

             Summary: Fix for com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest
                 Key: TOMEE-2716
                 URL: https://issues.apache.org/jira/browse/TOMEE-2716
             Project: TomEE
          Issue Type: Improvement
    Affects Versions: 8.0.0-Final
            Reporter: Jonathan Gallimore
             Fix For: 8.0.1


This test can be run with: 

./runtests -Dtomee.version=8.0.1-SNAPSHOT -Dopenejb.version=8.0.1-SNAPSHOT -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 --env -nc -c -w tomee-plume com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest

It fails due to the request being unwrapped in EEFilter: [https://github.com/tomitribe/tomee/blob/106cbb657a702bb8aaad054feccbcf21eeb69fca/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/EEFilter.java#L108]

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)