Hi Juergen,

On 2012-02-08 20:17, Juergen Schoenwaelder wrote:
> On Wed, Feb 08, 2012 at 09:53:10AM +1300, Brian E Carpenter wrote:
>  
>> I don't see any particular value in limiting the ZoneID string to 15.
> 
> Good.
>  
>> Reserved characters can always be % escaped; that's not an issue,
>> but should be mentioned in the text.
> 
> The text currently says
> 
>     ZoneID = 1*15unreserved
> 
> and my understanding of unreserved is that it does not allow %
> escaping. So the ZoneID production should likely be changed to
> something like this:
> 
>     ZoneID = *( unreserved / pct-encoded )

Well, I'd like a URI guru to confirm that, but it makes sense,
except that it needs to be 1* since a null string isn't useful.

The new draft has ZoneID = 1*unreserved but that's easy to fix.

Thanks
    Brian
--------------------------------------------------------------------
IETF IPv6 working group mailing list
ipv6@ietf.org
Administrative Requests: https://www.ietf.org/mailman/listinfo/ipv6
--------------------------------------------------------------------

Reply via email to