10-11-2005 10:40 AM
10-12-2005 05:46 AM
response.setCharacterEncoding("UTF-8");
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
{
log.info("Setting character encoding to UTF-8…");
req.setCharacterEncoding("UTF-8");
PortalServer container = getContainer();
ServerManager manager = container.getManager();
InvocationFactory ctx = manager.getInvocationContext();
Invocation invocation = ctx.decode(req, resp);
invoke(invocation);
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.