Denis Golovin created JBIDE-17262:
-------------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)