• gopher: leading / causes requests to fail.

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Thu Dec 21 17:23:50 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/688

    Two windows client I tried will send a client request such as '/grp:local' and those will fail and not return anything. Client that send 'grp:local" succeed.

    I was able to confirm just by adding

    ```
    if(request==='/grp:local')
    request='grp:local';
    ```
    and this is fine. So it looks like the / needs to be stripped or handled.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab issue in main/sbbs on Thu Dec 21 17:50:17 2023
    close https://gitlab.synchro.net/main/sbbs/-/issues/688
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)