[ https://issues.apache.org/jira/browse/TS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833317#action_12833317 ]
Leif Hedstrom commented on TS-90: --------------------------------- George: I'm thinking something simple like this for now might be enough: Index: proxy/mgmt2/RecordsConfig.cc =================================================================== --- proxy/mgmt2/RecordsConfig.cc (revision 909713) +++ proxy/mgmt2/RecordsConfig.cc (working copy) @@ -582,7 +582,7 @@ RecordElement RecordsConfig[] = { {CONFIG, "proxy.config.proxy.authenticate.basic.realm", "", INK_STRING, NULL, RU_REREAD, RR_NULL, RC_NULL, NULL, RA_NULL} , - {CONFIG, "proxy.config.auth.convert_filter_to_policy", "", INK_INT, "1", RU_RESTART_TS, RR_NULL, RC_INT, "[0-1]", + {CONFIG, "proxy.config.auth.convert_filter_to_policy", "", INK_INT, "0", RU_RESTART_TS, RR_NULL, RC_INT, "[0-1]", RA_NULL} , // assumes executable is stored in bin_path directory Thoughts? > Filter generator failing > ------------------------ > > Key: TS-90 > URL: https://issues.apache.org/jira/browse/TS-90 > Project: Traffic Server > Issue Type: Improvement > Components: Config > Reporter: Leif Hedstrom > Assignee: Leif Hedstrom > Priority: Minor > Fix For: 2.0.0a > > Attachments: filter_to_policy.pl > > > At startup, we get > [Dec 15 20:42:25.338] Manager {3087034160} ERROR: [LocalManager::startProxy] > bin/filter_to_policy cannot be executed because it does not exist > This is the script that converts the XML config to the old (I think) TS > format. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.