]
Denis Golovin updated JBIDE-17262:
----------------------------------
Steps to Reproduce: Open .html file in JBoss Tools Html Editor and resize visual part
of the editor.
Visual Preview Throws socket exceptions on visual part resize
-------------------------------------------------------------
Key: JBIDE-17262
URL:
https://issues.jboss.org/browse/JBIDE-17262
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.2.0.Beta2
Reporter: Denis Golovin
VpvSocketProcessor catches IOException in
{code}private void sendOkResponse(String header, DataOutputStream outputToclient, String
text){code}
method during visual part resize. It happens obviously because of browser.setUrl call. It
drops current connection and opens new one leading to failures in all opened streams for
previous socket.