Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1901

Spelling error in fonts list in CaptchaImageResource

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.4, 1.3.5
    • 1.3.6, 1.4-RC1
    • wicket-extensions
    • None

    Description

      In org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource there's a spelling error in the font list used which leads to the first entry being useless:
      124: private List fontNames = Arrays.asList(new String[]

      { "Helventica", "Arial", "Courier" }

      );

      Helventica should be Helvetica

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            tapter Matthias Keller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: