Changeset 3475
- Timestamp:
- Jun 12, 2007, 11:18:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3.1/www/common/plugin/index.jsp
r3442 r3475 571 571 sc.setSessionSetting("plugin.configure.errors.list", null); 572 572 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(); 573 578 return; 574 579 }
Note: See TracChangeset
for help on using the changeset viewer.