-
Bug
-
Resolution: Fixed
-
Critical
A user of 1.24.7 encountered an error
SEVERE: Error while serving .../ghprbhook/ java.lang.NullPointerException at java.net.URLDecoder.decode(URLDecoder.java:140) at org.jenkinsci.plugins.ghprb.GhprbRootAction.doIndex(GhprbRootAction.java:73)
Reading the code, it seems that req.getCharacterEncoding() is null, which is not permitted as an argument to URLDecoder.decode.
- links to