On Thu, Oct 10, 2024 at 12:05 PM <micha...@apache.org> wrote:
> -            sb.append(" - <a href=\"");
> +            sb.append(" \u2013 <a href=\"");

If this really needed ?

> @@ -123,6 +123,10 @@
>          the base class. The primary advantage for doing this is less code to
>          process <code>init-param</code> values. (markt)
>        </scode>
> +      <update>
> +        <bug>69370</bug>: <code>DefaultServlet</code>'s HTML listing
> +        uses incorrect labels. (michaelo)
> +      </update>

Usually there's no changelog entry when there is no functional impact.
"fix" is for bug fixes or minor improvements, "update" for significant
changes, and "add" for significant new features.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to