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

Jean-Noel Rouvignac
22.03.2013 b6885953d01b7295d272de6ca8d956448abbac6b
opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java
@@ -262,7 +262,7 @@
    this.securityStrengthFactor =
        calcSSF(request.getAttribute(SERVLET_SSF_CONSTANT));
    this.method = request.getMethod();
    this.query = request.getRequestURI() + "/" + request.getQueryString();
    this.query = request.getRequestURI() + "?" + request.getQueryString();
    this.protocol = request.getProtocol();
    this.userAgent = request.getHeader("User-Agent");