Skip to content
  1. Oct 27, 2015
    • Christophe Jaillet's avatar
      RFC2616 defines #rules as: · f5634846
      Christophe Jaillet authored
         #rule
            A construct "#" is defined, similar to "*", for defining lists of
            elements. The full form is "<n>#<m>element" indicating at least
            <n> and at most <m> elements, each separated by one or more commas
            (",") and OPTIONAL linear white space (LWS). This makes the usual
            form of lists very easy; a rule such as
               ( *LWS element *( *LWS "," *LWS element ))
            can be shown as
               1#element
      
      It also defines Linear White Space (LWS) as:
         LWS            = [CRLF] 1*( SP | HT )
      
      
      The actual implementation only accepts SP (Space) and not HT (Horizontal Tab) when parsing cache related header fields (i.e. "Vary", "Cache-Control" and "Pragma")
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710723 13f79535-47bb-0310-9956-ffa450edef68
      f5634846
  2. Oct 26, 2015
  3. Oct 25, 2015
  4. Oct 24, 2015
  5. Oct 23, 2015
  6. Oct 22, 2015
  7. Oct 20, 2015
  8. Oct 17, 2015
  9. Oct 16, 2015
  10. Oct 15, 2015
  11. Oct 14, 2015
  12. Oct 13, 2015
  13. Oct 12, 2015