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

Use space character as a separator for event names in AjaxEventBehavior

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.0.0
    • 9.0.0
    • wicket
    • None

    Description

      At the moment AjaxEventBehavior uses "\s+" regex to split the string with event names.
      This splits by one or many space(s), tab(s), vertical tab(s), carriage return(s), ...
      But there is no need of the extra complexity. We should use only space character as a separator. This is what users use anyway. And it is better performant.

      Attachments

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: