Re: [apps-discuss] WGLC: draft-ietf-appsawg-http-forwarded-02.txt

On Mon, 14 May 2012 17:19:29 +0200
Andreas Petersson <andreas@sbin.se> wrote:
> 1.10, Section 6 & 6.3: Include "[:._-]" as valid characters in obfnode
>       and obfport. 

":" is obviously not suited in obfnode/obfport.
I suggest:
obfnode = "_" 1*( ALPHA / DIGIT / "." / "_" / "-" )
obfport = "_" 1*( ALPHA / DIGIT / "." / "_" / "-" )

 /andreas

Received on Monday, 14 May 2012 15:51:26 UTC