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

Also available in: Atom PDF