8000 Interlace parsing break when encountered with comma · Issue #173 · codingo/Interlace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Interlace parsing break when encountered with comma #173
Open
@tarunkant

Description

@tarunkant

Hello, I noticed that Interlace could not parse URLs when it contains commas.

Example test file:

http://example.com/eName,p=123?l.host+l.path=123
http://example.com/eNamep=123,asds&asd1=asd,asddd

Command:

interlace -tL test -c 'echo "_host_"'

Output:

http://example.com/eNamep=123                                                   
p=123?l.host+l.path=123                                                         
asds&asd1=asd                                                                   
http://example.com/eName                                                        
asddd  

Expected Output:

http://example.com/eName,p=123?l.host+l.path=123
http://example.com/eNamep=123,asds&asd1=asd,asddd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0