Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29322

NPE from GhprbRootAction.doIndex

XMLWordPrintable

      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.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: