You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Plus Symbol (+) in the Search is not Url escaped
To Reproduce
Steps to reproduce the behavior:
Generate logs with inner class as SourceContext (Namespace.Class.Subclass) this results in the log output "SourceContext":"Namespace.Class+Subclass"
Import those logs into the log viewer
Select a log entry from the subclass and Click on the SourceContext Button. The Search bar should now be filled with "SourceContext='Namespace.Class+Subclass'"
The logs from the Selected source are no longer shown in the list
Expected behavior
The logs from the selected source should be shown
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Compact Log Viewer Version 1.4.0.0
Additional context
When replacing the Plus Symbol from the Search with "%2B" the logs are shown
The text was updated successfully, but these errors were encountered:
Describe the bug
The Plus Symbol (+) in the Search is not Url escaped
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The logs from the selected source should be shown
Screenshots
Desktop (please complete the following information):
Additional context
When replacing the Plus Symbol from the Search with "%2B" the logs are shown
The text was updated successfully, but these errors were encountered: