Hi knehez, by creating a local redirecting servlet, you are basically using externalContext.displatch to forward to the redirecting servlet and placing the redirecting url into the request object then manipulate the encoding and use httpResponse.sendRedirect to redirect the modified url? I am having the same issue and it is very frustrating. if you don't mind posting your code that would be ...