Skip to main content
info

You're seeing the release note of an old version. Check out the latest release note.

v1.24.3

July 25, 2023

🔒 Security fixes

  • Armeria server now strips matrix variables from a request path before finding a matching route. CVE-2023-38493
    • Previously, when an Armeria decorator is used to decorate a Spring controller served using TomcatService or JettyService, the request bypassed the decorator if the request path contains matrix variables.
    • You can use a regex for the decorator as a workaround before you upgrade Armeria.
      • For example, sb.decoratorUnder("regex:^/prefix.*", decorator) instead of sb.decoratorUnder("/prefix", decorator).

🛠️ Bug fixes

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@trustin@jrhee17@nao0811ta@lishiki@minwoox@ikhoon@ta7uw

Like Armeria?
Star us ⭐️

×