mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
23.44.2015 6638c2755466ca601450700d5a39f390f23d4781
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -139,9 +139,11 @@
  private MessageFactory messageFactorySOAP_1_2;
  private String contentType;
  // this extends the default handler of SAX parser. It helps to retrieve the
  // requestID value when the xml request is malformed and thus unparsable
  // using SOAP or JAXB.
  /**
   * This extends the default handler of SAX parser. It helps to retrieve the
   * requestID value when the xml request is malformed and thus unparsable
   * using SOAP or JAXB.
   */
  private DSMLContentHandler contentHandler;
  private String hostName;
@@ -814,7 +816,7 @@
   */
  private static class DSMLContentHandler extends DefaultHandler {
    private String requestID;
    /*
    /**
     * This function fetches the requestID value of the batchRequest xml
     * element and call the default implementation (super).
     */