Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-2379 UndertowOptions default values need proper links and need to be used properly
  3. UNDERTOW-2481

Create a default constant for UndertowOptions.HTTP2_SETTINGS_INITIAL_WINDOW_SIZE

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None

      Currently there is no constant with public static final in UndertowOptions}} to define and clarify the default value of UndertowOptions.HTTP2_SETTINGS_INITIAL_WINDOW_SIZE.

      Verify if that config has a default value inside Undertow. If so, add that field to UndertowOptions and make sure it is used on every points where that config is read.

      Also, if you created the constant, add a javadoc that links the new field with the option it applies to with @link. And link the new constant to the Option's javadoc as well, using @link, to make both option and value fields interlinked in the documentation.

      Otherwise, state clearly in the Javadoc that this option has no default value.

              flaviarnn Flavia Rainone
              flaviarnn Flavia Rainone
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: