Changes between Initial Version and Version 1 of Ticket #237


Ignore:
Timestamp:
Apr 28, 2007 12:53:37 PM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #237 – Description

    initial v1  
    11Some endpoints send Via parameter containing ":" character, which should not be allowed according to RFC 3261 ABNF: 
    22 
    3 {{ 
     3{{{ 
    44Via            =  ( "Via" / "v" ) HCOLON via-parm *(COMMA via-parm) 
    55via-parm       =  sent-protocol LWS sent-by *( SEMI via-params ) 
     
    1212token          =  1*(alphanum / "-" / "." / "!" / "%" / "*" 
    1313                    / "_" / "+" / "`" / "'" / "~" ) 
    14 }} 
     14}}} 
    1515 
    1616But in the spirit of robustness and for interoperability sake, lets allow this to pass.