]
Ilya Buziuk reassigned JBIDE-17262:
-----------------------------------
Assignee: Ilya Buziuk (was: Konstantin Marmalyukov)
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
Assignee: Ilya Buziuk
Fix For: 4.2.0.Beta3
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.