hi folks,I've a weird problem whereby after implementing URL shortening, one of my sites loses the query parameters. When I do getParameter in the use POJO, it returns null. keyword = getRequest().getParameter("q"); LOG.info("keyword=" + keyword); <= null I still see the query parameter in th...