I noticed one of the 2.6.2 unit tests is failing under windows. Failed tests: testMtomWithFileName(org.apache.cxf.systest.mtom.ClientMtomXopTest): can't get file name expected:<return detail + []me.bmp> but was:<return detail + [/C:/repos/cxf/tags/cxf-2.6.2/systests/uncategorized/target/test-classes/]me.bmp>
It seems that the file name extraction in AttachmentsUtils.createMtomAttachmentFromDH is not working under windows. I just submitted a fix for this (CXF-4476) into trunk and 2.6.x-fixes. But I can't tell if this fix is important or not. >From the test coverage point of view, I suppose this fix should go into 2.6.2. regards, aki 2012/8/15 Daniel Kulp <dk...@apache.org>: > > We've resolved over 80 issues since 2.6.1 and we're a little overdue for a > release. > > List of issues: > 2.4.9 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12321666 > 2.5.5 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12321667 > 2.6.2 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12321668 > > > The Maven staging areas are at: > 2.4.9 > https://repository.apache.org/content/repositories/orgapachecxf-001/ > 2.5.5 > https://repository.apache.org/content/repositories/orgapachecxf-002/ > 2.6.2 > https://repository.apache.org/content/repositories/orgapachecxf-004/ > > The distributions are in the org/apache/cxf/apache-cxf/ directory of the > Maven staging areas. > > > This releases are tagged at: > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9 > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5 > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2 > > This vote will be open for at least 72 hours. > > -- > Daniel Kulp > dk...@apache.org - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com >