Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-2671

missing .useflt remap directive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2.1, 5.0.0
    • Core
    • None

    Description

      From the mailing list:

      when upgrade to ats 4.2.0,  the Named filters directives changed!  (according to remap.config.sample),
      
      so i do the following adjustment:
      
      sed -i 's/^\.useflt/.activatefilter/' remap.config
      sed -i 's/^\.defflt/.definefilter/' remap.config
      sed -i 's/^\.unuseflt/.deactivatefilter/' remap.config
      sed -i 's/^\.delflt/.deletefilter/' remap.config
      
      but only to found that it will caused all access to ats is denied !
      
      if i just make only this change,  it works like before ( sed -i 's/^\.useflt/.activatefilter/' remap.config )
      

      In proxy/http/remap/RemapConfig.cc, the .useflt alias is missing.

      Attachments

        Activity

          People

            jamespeach James Peach
            jamespeach James Peach
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: