summaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-03-06 01:34:12 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-03-06 05:14:27 +0300
commitdd4e31cbf0384a1114344602967dfc225b450ddb (patch)
treea5cf71334d91d735a00b0a3a569716a016bf8d99 /sonar-ws-client/pom.xml
parent7231e7772647d3af6fb2a16147659907febd2d50 (diff)
downloadsonarqube-dd4e31cbf0384a1114344602967dfc225b450ddb.tar.gz
sonarqube-dd4e31cbf0384a1114344602967dfc225b450ddb.zip
SONAR-2204,SONAR-2259 Fix URL encoding
* For correct URL encoding we must encode parameters on lower level - in Query itself, but not in concrete implementation of Connector, because in Query we can distinguish concrete parts of URL. * Moreover in this case any additional encoding routines in Connector are useless, so were removed.
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r--sonar-ws-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index dbd5c4658b6..ed92d1fdf86 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -87,4 +87,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>