135136137138139140141142143144
{ Writer writer = m_response.getWriter(); if (m_bURLEncoded) { writer = new URLWriter(writer); } return writer; }