From: Eliot Lear Sent: Friday, September 02, 2022 17:59 Hi Tom,
Just on this one point: On 02.09.22 18:05, tom petch wrote: > does 'http' match the pattern 'https?' ? It should. However, some of the validators have some difficulty on (expr1)|(expr2)|(expr3).* because the .* is applied only to expr3. So I did make a change. Draft is posted. <tp> I would expect 'https?' to match 'https' with zero or more characters appended thereto and to fail to match a shorter string such as 'htt' or 'http'. N.B., my version of pyang coughed up a warning on the new Trust text. <tp2> Yes I have seen that reported before and the way around it is too much effort so leave it for the RFC Editor. Tom Petch Eliot
_______________________________________________ OPSAWG mailing list [email protected] https://www.ietf.org/mailman/listinfo/opsawg
