-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Component/ManagementIssues related to Steeltoe Management (actuators)Issues related to Steeltoe Management (actuators)ReleaseLine/4.xIdentified as a feature/fix for the 4.x release lineIdentified as a feature/fix for the 4.x release lineType/bugSomething isn't workingSomething isn't working
Description
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:
- Use
app.UsePathBase("base")in Startup to configure different base path - Run app and open
/base/actuator
Expected behavior
_links.health.hrefshould 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
Labels
Component/ManagementIssues related to Steeltoe Management (actuators)Issues related to Steeltoe Management (actuators)ReleaseLine/4.xIdentified as a feature/fix for the 4.x release lineIdentified as a feature/fix for the 4.x release lineType/bugSomething isn't workingSomething isn't working