|
From: Ron S. <rs...@re...> - 2015-03-14 02:30:50
|
The security features of Xerces are a moving target. Could you attach the surefire report file TEST-org.jboss.resteasy.test.xxe.TestSecureProcessing.xml? Thanks, Ron On 02/27/2015 01:44 PM, Alexandre Kieling wrote: > I'm new to the project but will try to fix the broken tests. > > Is the project integrated with a CI service? > > Alexandre Kieling > > On Wed, Feb 25, 2015 at 8:07 PM, Konstantin Gribov <gr...@gm... > <mailto:gr...@gm...>> wrote: > > Oh, sorry. > > It'll fail build on JDK 1.8 after these tests. I'm currently > building with `-DskipTests=true`. > > -- > Best regards, > Konstantin Gribov > > Thu Feb 26 2015 at 2:02:38, Konstantin Gribov <gr...@gm... > <mailto:gr...@gm...>>: > > Hi, Alexandre. > > JDK 1.8 breaks ant scriptlets because script engine changed > from `rhino` to `nashorn`, see [1]. > It builds fine on JDK 1.7 with fixes from my other PR on > github [2]. > > [1]: https://github.com/resteasy/Resteasy/pull/625/files > [2]: https://github.com/resteasy/Resteasy/pull/624/files > > -- > Best regards, > Konstantin Gribov > > Wed Feb 25 2015 at 23:07:19, Alexandre Kieling > <ale...@gm... <mailto:ale...@gm...>>: > > Hi, > > I have forked and cloned the Resteasy repository. When I > run 'mvn install', the following tests fail: > > Failed tests: > > TestSecureProcessing.testSecurityDefaultDTDsFalseExpansionDefault:136->doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 > expected:<200> but was:<400> > > TestSecureProcessing.testSecurityDefaultDTDsFalseExpansionFalse:143->doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 > expected:<200> but was:<400> > > TestSecureProcessing.testSecurityDefaultDTDsFalseExpansionTrue:150->doTestFailsFailsPassesPasses:326->doExternalEntityExpansionPasses:451 > expected:<200> but was:<400> > > TestSecureProcessing.testSecurityTrueDTDsFalseExpansionDefault:262->doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 > expected:<200> but was:<400> > > TestSecureProcessing.testSecurityTrueDTDsFalseExpansionFalse:269->doTestFailsFailsPassesFails:318->doExternalEntityExpansionFails:437 > expected:<200> but was:<400> > > TestSecureProcessing.testSecurityTrueDTDsFalseExpansionTrue:276->doTestFailsFailsPassesPasses:326->doExternalEntityExpansionPasses:451 > expected:<200> but was:<400> > TestXXE.testXXEWithoutExpansion:89 expected:<204> but > was:<400> > TestXXE.testXXEWithExpansion:109 expected:<200> but > was:<400> > TestIIOImageProvider.testPostJPEGIMage:81 > > Tests run: 676, Failures: 9, Errors: 0, Skipped: 2 > > [INFO] RESTEasy JAX-RS Implementation .................... > FAILURE [37.896s] > > > I'm using JDK 8 on Linux and have installed Java > Cryptography Extension. > > Is there anything I'm missing? > > Thanks, > Alexandre Kieling > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go > Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, > is your hub for all > things parallel software development, from weekly thought > leadership blogs to > news, videos, case studies, tutorials and more. Take a > look and join the > conversation now. > http://goparallel.sourceforge.net/_______________________________________________ > Resteasy-developers mailing list > Res...@li... > <mailto:Res...@li...> > https://lists.sourceforge.net/lists/listinfo/resteasy-developers > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > Resteasy-developers mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-developers |