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

Jean-Noel Rouvignac
22.03.2013 46708c4649ec8693c82e40a80b7b59c107f1aa14
opendj-sdk/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");