[407211] URIHelper.getInputStream() does not work properly if an
InterruptedException happens.
diff --git a/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html b/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html
index 12f964b..ba71968 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html
+++ b/features/org.eclipse.wst.common_core.feature.patch/buildnotes_org.eclipse.wst.common_core.feature.patch.html
@@ -14,6 +14,7 @@
 <h2>org.eclipse.wst.common_core.feature</h2>

 

 <p>Bug <a href='https://bugs.eclipse.org/404092'>404092</a>. Failure to create a WAR file with project containing virtual folders</p>

+<p>Bug <a href='https://bugs.eclipse.org/407211'>407211</a>. URIHelper.getInputStream() does not work properly if an InterruptedException happens.</p>

 

 </body>

 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.wst.common_core.feature.patch/feature.properties b/features/org.eclipse.wst.common_core.feature.patch/feature.properties
index 086f3b5..1046e89 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/feature.properties
+++ b/features/org.eclipse.wst.common_core.feature.patch/feature.properties
@@ -28,6 +28,7 @@
 Contains fixes described in the following bugzilla(s):\n\

 \n\

 Bug https://bugs.eclipse.org/404092 Failure to create a WAR file with project containing virtual folders\n\

+Bug https://bugs.eclipse.org/407211 URIHelper.getInputStream() does not work properly if an InterruptedException happens.\n\

 \n\

 # "copyright" property - text of the "Feature Update Copyright"

 copyright=\

diff --git a/features/org.eclipse.wst.common_core.feature.patch/feature.xml b/features/org.eclipse.wst.common_core.feature.patch/feature.xml
index de1a8f9..539bda9 100644
--- a/features/org.eclipse.wst.common_core.feature.patch/feature.xml
+++ b/features/org.eclipse.wst.common_core.feature.patch/feature.xml
@@ -28,4 +28,11 @@
          version="0.0.0"

          unpack="false"/>

 

+   <plugin

+         id="org.eclipse.wst.common.uriresolver"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

 </feature>