Uploaded image for project: 'Traffic Control'
  1. Traffic Control
  2. TC-490

mso.qstring_handling parameter is checked but not documented

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 2.1.0, 2.2.0
    • 2.1.0, 2.2.0
    • Traffic Ops API
    • None

    Description

      mso.qstring_handling not listed in docs, seems to be defined elsewhere as psel.qstring_handling
      but MID parent selection code checks if mso.qstring_handling is not defined

         my $qsh            = $ds->{'param'}->{'parent.config'}->{'mso.qstring_handling'};
         my $parent_qstring = "ignore";                                                      # default is ignore, unless for alg consistent_hash
         if ( !defined($qsh) && $mso_algorithm eq 'consistent_hash' && $ds->{qstring_ignore} == 0 ) {
            $parent_qstring = 'consider';
         }
      
      

      The parameter is unlikely to ever exist, since it's not documented anywhere, but either way either the code should be corrected or the documentation should be.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Matt_Mills Matt Mills
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: