From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id D2C2E3844035 for ; Wed, 15 Jul 2020 20:13:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D2C2E3844035 Received: by mail-ej1-x632.google.com with SMTP id lx13so3577815ejb.4 for ; Wed, 15 Jul 2020 13:13:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=KrVviU5r2t+kTMC6cJJWYAaBtXmf8iGMm8nL7gFlLNM=; b=BgMeHKfX6U3k3Ia0lRa3yRflACuaxJsN1jkMn80Xos+7/vwqBm35dMqh/ERkOv87ZP c2Ijw9v0d+NHFYNx+OEDNpCV8cMblzD6b3++NmgtrPhivw/KiiPLRp6UjyiQKvaBmnzG M29PB115x0MI43cczS0mxTUN76ZQP9FBvSppJnQd48u6/ScUztiQ1t2fZcl7w9e2yYRF P6h/6r9W5B09wCS0kALJ1aFslKAbe/rkjFllhYKIfCVvau5hnz6ThKnc7pZLX6u7urvi ppbyIVAz4hd7bgdBOxCStaAaA970Jn3QU8u8Z7ULFPCBL1xlJw73acMcnN9H3/gv3Lp+ ERvQ== X-Gm-Message-State: AOAM532orIoE4t8xYXoolwuFIYKVTJsjH9DWDyG66v+AKPse3YdfMUYO V52/Urq7TvJFnzj3mmUfH+96K7A2aA4= X-Google-Smtp-Source: ABdhPJw9IooOW3Snz1WxPHOZl9QBbcWIj0aHhyVM2r5lJUmPfr6UyxY5R2rrrQAzxbcTVDpuPJ10IQ== X-Received: by 2002:a17:906:cf91:: with SMTP id um17mr653313ejb.168.1594844031736; Wed, 15 Jul 2020 13:13:51 -0700 (PDT) Received: from [192.168.2.121] (pd9ed5fcd.dip0.t-ipconnect.de. [217.237.95.205]) by smtp.gmail.com with ESMTPSA id d20sm3144893edy.9.2020.07.15.13.13.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Jul 2020 13:13:50 -0700 (PDT) From: Marco Atzeri Subject: Broken search on webserver To: "cygwin@cygwin.com" Message-ID: Date: Wed, 15 Jul 2020 22:13:50 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2020 20:13:54 -0000 Problem: I want to search for libssh/libssh.h Using https://cygwin.com/packages/ If I put the name and press Go the URL is changed in https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libssh%2Flibssh.h&arch=x86_64 ^^^ and the output is Found 0 matches for libsshx2Flibssh.h ^^^ Instead if I modify directly the URL in: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libssh/libssh.h&arch=x86_64 Found 3 matches for libssh/libssh.h .... I guess that the current incapability is due to spurious urlencode in cgi-bin2/package-grep.cgi that is modifing the $param_grep echo '
  • '$file' - '$desc'
  • ' Could someone double check my guess ? Regards Marco