Project

General

Profile

Actions

Bug #6490

closed

Squid Reverse Proxy: Disabling an entry on the "Redirects" tab creates duplicate entries for the previous entry in the squid config

Added by Stefan Partner almost 8 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
06/14/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
All
Affected Plus Version:
Affected Architecture:

Description

If you disable an redirect entry by disabling the "If checked, then this redirect will be available for reverse config." checkbox this creates duplicate corresponding entries in the squid config for the preceeding redirect entry.

If there multiple disabled "redirects", the preceeding "redirect" is duplicted multiple times in the squid config.

@# Redirect: redirect to HTTPS
acl rdr_dst_r2s_momentgeolantis.ilogs.com dstdomain momentgeolantis.ilogs.com
acl rdr_path_r2s_momentgeolantis.ilogs.com urlpath_regex .*
deny_info https://momentgeolantis.ilogs.com%R rdr_path_r2s_momentgeolantis.ilogs.com
http_access deny HTTP rdr_dst_r2s_momentgeolantis.ilogs.com rdr_path_r2s_momentgeolantis.ilogs.com

  1. Redirect: redirect to HTTPS
    acl rdr_dst_r2s_momentgeolantis.ilogs.com dstdomain momentgeolantis.ilogs.com
    acl rdr_path_r2s_momentgeolantis.ilogs.com urlpath_regex .*
    deny_info https://momentgeolantis.ilogs.com%R rdr_path_r2s_momentgeolantis.ilogs.com
    http_access deny HTTP rdr_dst_r2s_momentgeolantis.ilogs.com rdr_path_r2s_momentgeolantis.ilogs.com@

The squid config remains valid but this seems a unwanted bug in the config processing code,

Actions #1

Updated by Chris Buechler almost 8 years ago

  • Target version deleted (2.3.2)
  • Affected Version changed from 2.3.1 to All
Actions #2

Updated by Kill Bill over 7 years ago

Cannot reproduce, plus suspect it's more or less a duplicate of another non-reproducible issue filed by the same user: https://redmine.pfsense.org/issues/6489

Please, post in the forums if you are still having issues until there's some confirmed bug.

Actions #3

Updated by Jim Pingle over 7 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF