Open GoogleCodeExporter opened 9 years ago
Unit test: assertNotNull(safeRequest.getParameter("e1", false)); Code that mishandles this test (from SecurityWrapperRequest): public String getParameter(String name, boolean allowNull, int maxLength, String regexName) { String orig = getHttpServletRequest().getParameter(name); String clean = null; try { clean = ESAPI.validator().getValidInput("HTTP parameter name: " + name, orig, regexName, maxLength, allowNull); } catch (ValidationException e) { // already logged } return clean; }
Original issue reported on code.google.com by manico.james@gmail.com on 6 Nov 2010 at 9:06
manico.james@gmail.com
Original comment by manico.james@gmail.com on 19 Nov 2010 at 2:38
Original comment by manico.james@gmail.com on 20 Nov 2010 at 11:30
Original comment by manico.james@gmail.com on 29 May 2012 at 3:25
Original issue reported on code.google.com by
manico.james@gmail.com
on 6 Nov 2010 at 9:06