'/' in the project name should be encoded as '%2F'. For this the URL.encodeQueryString method is used now, but then the setTargetHistoryToken and the selfRedirect methods cannot be used anymore since they would encode '%2F' as '%252F' and we don't want double encoding. Change-Id: I140706e3983a04ab95f565f55edbd7193f36969f Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>