Skip to content

Fix for tokenizer for the case when input string is made of delimiters only (#58)

nordugrid-arc-bot requested to merge aleksandr.konstantinov/arc:issue58 into next

Begin arcbot message
This merge request is automatically copied from !640 (closed) orginally made by @aleksandr.konstantinov
End arcbot message

Fix for tokenizer for the case when input string is made of delimiters only

Due to improper tokenization of path like / the target of WS request was not properly recognized.

Merge request reports