265380 JSPTokenizer encounters stack overflows frequently when typing
diff --git a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
index 729a312..b0271a1 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
+++ b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
@@ -16,6 +16,7 @@
 <p>Bug <a href='https://bugs.eclipse.org/265874'>265874</a>. JEM patch for a SocketTimeoutException </p>
 <p>Bug <a href='https://bugs.eclipse.org/266054'>266054</a>. J2EEFacetInstallDelegate.addToClasspath method add duplicated project facet to a </p>
 <p>Bug <a href='https://bugs.eclipse.org/266395'>266395</a>. Removing system property check added to J2EEPlugin </p>
+<p>Bug <a href='https://bugs.eclipse.org/266414'>266414</a>. JSPTokenizer encounters stack overflows frequently when typing </p>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.properties b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
index 17f1fb4..3394ea3 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -32,6 +32,7 @@
 Bug https://bugs.eclipse.org/265874 JEM patch for a SocketTimeoutException\n\
 Bug https://bugs.eclipse.org/266054 J2EEFacetInstallDelegate.addToClasspath method add duplicated project facet to a\n\
 Bug https://bugs.eclipse.org/266395 Removing system property check added to J2EEPlugin\n\
+Bug https://bugs.eclipse.org/266414 JSPTokenizer encounters stack overflows frequently when typing\n\
 \n\
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.xml b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
index 53c7246..dee9bf9 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
@@ -28,10 +28,19 @@
          version="0.0.0"
          unpack="false"/>
 
+       <plugin
+         id="org.eclipse.jst.jsp.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+         
    <plugin
          id="org.eclipse.jst.j2ee"
          download-size="0"
          install-size="0"
          version="0.0.0"
          unpack="false"/>
+         
+              
 </feature>