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
Description: It is possible de create LogFilters by selecting some text in a response's body and using the contextual menu. However, it doesn't work when the first character of the body is selected
Steps To Reproduce: In a HTML response, select the first html> string and create a LogFilter. The result is Response.Body CONTAINS "html>" (correct). Now, do the same with <html>. The result is Response.Headers CONTAINS "<html>" (incorrect)
Expected behavior: The second LogFilter should be Response.Body CONTAINS "<html>"
Version: 3.19.3a from the Bapp Store
The text was updated successfully, but these errors were encountered:
Description: It is possible de create LogFilters by selecting some text in a response's body and using the contextual menu. However, it doesn't work when the first character of the body is selected
Steps To Reproduce: In a HTML response, select the first
html>
string and create a LogFilter. The result isResponse.Body CONTAINS "html>"
(correct). Now, do the same with<html>
. The result isResponse.Headers CONTAINS "<html>"
(incorrect)Expected behavior: The second LogFilter should be
Response.Body CONTAINS "<html>"
Version: 3.19.3a from the Bapp Store
The text was updated successfully, but these errors were encountered: