Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8353453

URLDecoder should use HexFormat

XMLWordPrintable

    • master
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      URLDecoder should use HexFormat.fromHexDigits instead of Integer.parseInt; HexFormat is purpose built for dealing with hexadecimal, and uses a table to do fast conversion.

      I've submitted a PR for this change here: https://github.com/openjdk/jdk/pull/24314


            dclarke Darragh Clarke
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: