|
|
|
|
|
|
|
|
| |
* 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.
|