Skip to content

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

nordugrid-arc-bot requested to merge issue58_2 into next

Begin arcbot message
This merge request is automatically copied from !646 (merged) 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