I am using custom Dispatch class in my service.xml to handle html entities and I am getting NPE from HttpServletRequest.getRequestURL() when the queryString contains special characters like "amp%3B". In this case the request object is null.
Any help is appreciated. Regards
