Last modified by Thomas Mortagne on 2017/03/24

<
From version < 20.1 >
edited by Thomas Mortagne
on 2013/07/30
To version < 22.1 >
edited by Guillaume Delhumeau
on 2013/07/31
>
Change comment: Upload new image userProfile.png

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.gdelhumeau
Content
... ... @@ -34,6 +34,11 @@
34 34  
35 35  Only valid JSON strings can be parsed. JSONP is not supported. If the argument is not valid JSON, then ##null## is returned, parsing exceptions are cought.
36 36  
37 +== Query String escaping ==
38 +
39 +The following method ##$escapetool.url(Map<String, ?>)## has been added to the escapetool module. It allows to create a properly url-escaped query string from a map of parameters.
40 +For example ##$escapetool.url({'alice': ['A&A', 'M&M'], 'bob': [13, 27]})## would return ##alice=A%26A&alice=M%26M&bob=13&bob=27##. See [[XCOMMONS-435>>http://jira.xwiki.org/browse/XCOMMONS-435]]
41 +
37 37  == New Eclipse cs extension ==
38 38  
39 39  [[XCOMMONS-353>>http://jira.xwiki.org/browse/XCOMMONS-353]] made our checkstyle.xml file unusable as it is in Eclipse cs because of the custom rule that could not be found in the Eclipse classpath.
userProfile.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.gdelhumeau
Size
... ... @@ -1,0 +1,1 @@
1 +78.4 KB
Content

Get Connected