-
Notifications
You must be signed in to change notification settings - Fork 662
Description
What happened?
When vising directly a trace page with an uppercase trace ID, the URL is not normalized to lowercase. The trace load correctly, but the URL remains uppercase, which is not the expected behavior.
Steps to reproduce
- Go to a trace page with uppercase trace ID like:
http://localhost:5173/trace/ABC123DEF456789 - See the URL bar
- Expected: URL automatically changes to lowercase /trace/abc123def456789
- But bug: URL stays uppercase /trace/ABC123DEF456789
Expected behavior
URL should automatically change to lowercase like: /trace/abc123def456789
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response