https://bz.apache.org/bugzilla/show_bug.cgi?id=60100
Bug ID: 60100 Summary: Garbage appended at end of request URL Product: Tomcat 8 Version: 8.0.32 Hardware: Other OS: AIX Status: NEW Severity: normal Priority: P2 Component: WebSocket Assignee: dev@tomcat.apache.org Reporter: giovacchini.and...@konvergence.it After some months of normal work one of our servlets started giving null pointer exception due to the received requests, so we thought the problem was the calling application, but when we debugged it we saw it was doing good requests so last resort was to restart Tomcat then everything worked fine. These are the details from localhost_access_log: Bad requests had all these "%20HTTP/1.1%22%20200%20111" in the end: 10.160.252.23 - - [09/Sep/2016:11:26:44 +0200] "GET /EkoLoyServlet/EkoLoyServlet?codiceCarta=088800002401&priOutMode=vs5&retrieveFloatBal=true&srcLoyChan=001&encodingValue=ISO-8859-1&isRetrievePsxData=false&retrieveVchTmplList=true&isVchResActive=true&isCoopJsdr3Version=true&isBalanceDetails=true%20HTTP/1.1%22%20200%20111 HTTP/1.1" 200 2842 Good request are like these: 10.160.252.24 - - [09/Sep/2016:11:29:30 +0200] "GET /EkoLoyServlet/EkoLoyServlet?codiceCarta=088800002401&priOutMode=vs5&retrieveFloatBal=true&srcLoyChan=001&encodingValue=ISO-8859-1&isRetrievePsxData=false&retrieveVchTmplList=true&isVchResActive=true&isCoopJsdr3Version=true&isBalanceDetails=true HTTP/1.1" 200 111 Tomcat version is 8.0.32, I've searched the change notes for 8.0.x version released after our and I've not recognized problems like these. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org