Changeset 3475


Ignore:
Timestamp:
Jun 12, 2007, 11:18:43 AM (16 years ago)
Author:
Martin Svensson
Message:

Fixes #635 The exception was thrown from the index.jsp page in www/common/plugin/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3.1/www/common/plugin/index.jsp

    r3442 r3475  
    571571    sc.setSessionSetting("plugin.configure.errors.list", null);
    572572    sc.setSessionSetting("plugin.configure.currentContext", null);
     573   
     574    //Clear the writer so it won't cause a java.lang.IllegalStateException for using the
     575    //getOutputStream() in same response as getWriter()
     576    out.clear();
     577    out = pageContext.pushBody();
    573578    return;
    574579  }
Note: See TracChangeset for help on using the changeset viewer.