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

Gaetan Boismal
29.58.2015 06e64c8924c80f0bc87ba808c775a6b3033d2be6
OPENDJ-1915 Fix compilation error

Introduced in r12175
1 files modified
2 ■■■ changed files
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLServlet.java
@@ -394,7 +394,7 @@
        }
        catch (SOAPException e)
        {
          throw new ServletException(e.getmessage());
          throw new ServletException(e.getMessage());
        }
      } else if (headerName.equalsIgnoreCase("authorization") && headerVal.startsWith("Basic "))
      {