@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | $this->_queryOptionsCount = null; |
63 | 63 | $this->_headers = null; |
64 | 64 | $this->getHeaders(); |
65 | - $this->getQueryParameters(); |
|
65 | + $this->getQueryParameters(); |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | /** |
@@ -137,10 +137,10 @@ discard block |
||
137 | 137 | |
138 | 138 | $this->_rawUrl .= "://" . $_SERVER[HttpProcessUtility::headerToServerKey(ODataConstants::HTTPREQUEST_HEADER_HOST)]; |
139 | 139 | $this->_rawUrl .= $_SERVER[ODataConstants::HTTPREQUEST_URI]; |
140 | - //It looks like it is not working, for example if there is an $inlinecount then it will double the parameter |
|
141 | - //if (!empty($_SERVER[ODataConstants::HTTPREQUEST_QUERY_STRING])) { |
|
142 | - // $this->_rawUrl .= "?" . $_SERVER[ODataConstants::HTTPREQUEST_QUERY_STRING]; |
|
143 | - //} |
|
140 | + //It looks like it is not working, for example if there is an $inlinecount then it will double the parameter |
|
141 | + //if (!empty($_SERVER[ODataConstants::HTTPREQUEST_QUERY_STRING])) { |
|
142 | + // $this->_rawUrl .= "?" . $_SERVER[ODataConstants::HTTPREQUEST_QUERY_STRING]; |
|
143 | + //} |
|
144 | 144 | } |
145 | 145 | |
146 | 146 | return $this->_rawUrl; |