Il 23/01/2020 14:40, Hollenbeck, Scott ha scritto:
This is a 7482 clarification proposal that I received off-list.

Current text:
Partial string searching uses the asterisk ('*', US-ASCII value 0x002A) character to match zero or more trailing characters.  A 
character string representing multiple domain name labels MAY be concatenated to the end of the search pattern to limit the scope 
of the search.  For example, the search pattern "exam*" will match "example.com" and "example.net". 
 The search pattern "exam*.com" will match "example.com".  If an asterisk appears in a search string, any 
label that contains the non-asterisk characters in sequence plus zero or more characters in sequence in place of the asterisk 
would match. Additional pattern matching processing is beyond the scope of this specification.

Proposed new text:
Partial string searching uses the asterisk ('*', US-ASCII value 0x002A) character to match zero or more trailing characters.  A 
character string representing [a domain label suffix] MAY be concatenated to the end of the search pattern to limit the scope of 
the search.  For example, the search pattern "exam*" will match "example.com" and "example.net".  
The search pattern "exam*.com" will match "example.com".  If an asterisk appears in a search string, any 
label that contains the non-asterisk characters in sequence plus zero or more characters in sequence in place of the asterisk 
would match. [Only a single asterisk is allowed for a partial string search.] Additional pattern matching processing is beyond 
the scope of this specification.

What do people think about this proposal?

My opinion is that allowing one or more asterisks in partial matching should be a matter of the server policy.

Mario


Scott

_______________________________________________
regext mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/regext

--
Dr. Mario Loffredo
Servizi Internet e Sviluppo Tecnologico
CNR - Istituto di Informatica e Telematica
via G. Moruzzi 1, I-56124 PISA, Italy
E-Mail: [email protected]
Phone: +39.0503153497
Mobile: +39.3462122240
Web: http://www.iit.cnr.it/mario.loffredo

_______________________________________________
regext mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/regext

Reply via email to