Hi,
thanks for all the help. I solved the problem.
This link helped me:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding


2014-06-03 5:16 GMT+02:00 Daniel Ebanja <danieleba...@googlemail.com>:

> Hi,
> i am receiveing the following exception:
> Caused by: java.lang.IllegalArgumentException: URLDecoder: Illegal hex
> characters in escape (%) pattern - For input string: "!<"
>
> My scenario:
> Users can create space by using a URL that looks like:
> mydomain.com/xwiki/bin/...?space=
> %C3%A4%C3%B6%C3%BC%C3%9F%C2%A7%25%21%3C%3E_helloworld
>
> i then try to decode this spacename and create the space without success.
> String decodedspacename = URLDecoder.decode(space, "UTF-8");
>
> How should i deal with this?
> thanks for your help in advance.
>
>


-- 
Ebanja Daniel
Informatikstudent der Hochschule Darmstadt
Deutschland
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to