Skip to content

hrefs in Hypermedia actuator are wrong if using app.UsePathBase() in version 4.0.0 #1617

@Trueber

Description

@Trueber

Describe the bug

hrefs in Hypermedia actuator are wrong if using app.UsePathBase() in version 4.0.0

Steps to reproduce

Steps to reproduce the behavior:

  1. Use app.UsePathBase("base") in Startup to configure different base path
  2. Run app and open /base/actuator

Expected behavior

  1. _links.health.href should be /base/actuator/health, but actually is /actuator/health

Environment (please complete the following information):

  • Steeltoe Version: 4.0.0
  • Platform: Azure Contaner Apps
  • OS: Linux
  • .NET Version: .Net 9.0

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context or links

Was working on Version 3.x.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component/ManagementIssues related to Steeltoe Management (actuators)ReleaseLine/4.xIdentified as a feature/fix for the 4.x release lineType/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions