else
{
Charset charset = Charset.forName(characterEncoding);
if (!UTF_8_CHARSET.equals(charset))
{
throw new IllegalRequestException("Charset " + characterEncoding + " not accepted, it should be UTF8");
}
}
//
Map<String, String[]> bodyParameterMap = new HashMap<String, String[]>();