Community
Participate
Working Groups
Here's yet another referenced file contains errors XML validator issue. Although the preference was added to ignore these types of errors (See bug 491313), I'm seeing a problem where the fix to the error is to simply add two schemas to the XML Catalog. http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd and http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd
Created attachment 268557 [details] Patch applied to org.eclipse.wst.standard.schemas
Looks good to me. Should have zero impact on code stability, and both the POM and manifest are handled in the proposed change.
To clarify, the patch is to add xmldsig-core-schema.xsd to the XML catalog. The other schema is not needed.
1. Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. Adopter requested. 2. Is there a work-around? If so, why do you believe the work-around is insufficient? There is a work-around. Can add the schema to the catalog myself, but this is the proper place to do it. 3. How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Fix has been tested with adopter product and it does work. No JUnit test specific to adding the schema to the catalog is available. 4. Give a brief technical overview. Who has reviewed this fix? Simply adding the schema to the XML catalog by using the catalog extension point. Nitin just reviewed it. 5. What is the risk associated with this fix? Low risk
CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13590
Looks good. +1
The CQ #13590 is approved: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13590 The fix looks good, +1
New Gerrit change created: https://git.eclipse.org/r/98464
Gerrit change https://git.eclipse.org/r/98464 was merged to [master]. Commit: http://git.eclipse.org/c/sourceediting/webtools.sourceediting.git/commit/?id=7bb6d9028e8db212298ff4efad2a5bacb1c08090
Fix has been merged. Verify in RC3 respin build.
Verified in respin build: I-3.9.0-20170606000115
Closing