Community
Participate
Working Groups
Introduced by bug 367856, resources referenced by an HTML file are being incorrectly flagged as missing when in another web project. This patch corrects the problem.
Created attachment 210761 [details] patch
* 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. This is a slight regression in that false positive validation markers are generated. Additionally, the original patch inadvertently introduced a new UI component on the HTML validation page. * Is there a work-around? If so, why do you believe the work-around is insufficient? No * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Ad hoc testing and existing unit tests have been run. * Give a brief technical overview. Who has reviewed this fix? The fix removes the validation component of referenced components, which was a bi-product of the actual intended fix to revalidate html files when dependent resources changed. Also, the UI component of the validation preference page was removed. Nitin has reviewed this fix. * What is the risk associated with this fix? Very little
This fix looks safe, although I hope the existing junit tests have been tweaked to catch this case.
Code was released in yesterday after the PMC's approval.