Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "Compatibility" page has been changed by wrowe:
https://wiki.apache.org/httpd/Compatibility?action=diff&rev1=1&rev2=2

Comment:
Reorder, group for expected and unexpected issues

+ = Apache HTTP Server Compatibility =
+ This wiki content attempts to catalog known compatibility questions between 
common HTTP servers, browsers, other user-agents, and other proxy agents such 
as firewalls or load balancers. Note that Apache HTTP Server acts as both a 
server, and as a proxy server, also as a user-agent communicating with a 
back-end server. The implementation of the specs listed below may vary between 
these two roles.
+ 
+ == Applicable Specifications ==
  Apache HTTP Server implements a number of specifications, each of which poses 
interoperability challenges for any implementor. Different implementations may;
   * Apply a different interpretation of the same reading when the 
specification is unclear
   * Choose to be permissive where multiple readings are possible, or to 
strictly conform when the plain reading is clear
   * Deviate from the specification in error, for their own purpose, or to 
accommodate another implementation
  
  Apache HTTP Server since inception has erred on the side of being lenient in 
accepting questionable input, and strict in emitting responses from the server, 
which helped to fuel the adoption of the HTTP protocol. In response to a number 
of attack vectors which rely on the differences in accepting and interpreting 
questionable input, the server is evolving to more strictly require that input 
conform to the relevant specifications.
- 
- This wiki content attempts to catalog known compatibility questions between 
common HTTP servers, browsers, other user-agents, and other proxy agents such 
as firewalls or load balancers. Note that Apache HTTP Server acts as both a 
server, and as a proxy server, also as a user-agent communicating with a 
back-end server. The implementation of the specs listed below may vary between 
these two roles.
  
  The current version of HTTP implements the following specifications (this 
list not exhaustive);
  || '''Spec''' || '''Title''' || '''Comments''' ||
@@ -19, +21 @@

  || [[https://tools.ietf.org/html/rfc7235|RFC 7231]] || Hypertext Transfer 
Protocol (HTTP/1.1): Authentication ||  ||
  || [[https://tools.ietf.org/html/rfc3986|RFC 3986]] || URI Generic Syntax || 
By reference of RFC 7230 ||
  
+ == Interoperability Issues ==
+ 
+ == Specific Client Issues (httpd as a Server) ==
+ 
+ == Specific Server Issues (httpd as a User-Agent) ==
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to