}
String[] response = PDTValidation.getInstance().verifyHttpRequest(_request);
if (LOG.isDebugEnabled()) {
LOG.debug("PDT verified, processing");
}
PDT pdt = new PDT(_request, response);
processPDT(pdt);
writeObject(pdt, _response);
} catch (UnsupportedEncodingException e) {
writeException("PDT-1000", "Error verifying PDT", null, e, _response);
_response.setStatus(SC_NOT_ACCEPTABLE);