On Monday 24 October 2011, Roy T. Fielding wrote: > On Oct 23, 2011, at 3:09 PM, s...@apache.org wrote: > > --- httpd/httpd/trunk/docs/manual/mod/core.xml (original) > > +++ httpd/httpd/trunk/docs/manual/mod/core.xml Sun Oct 23 > > 22:09:34 2011 @@ -1165,6 +1165,7 @@ in case of an > > error</description> > > > > ErrorDocument 404 /cgi-bin/bad_urls.pl<br /> > > ErrorDocument 401 /subscription_info.html<br /> > > ErrorDocument 403 "Sorry can't allow you access today" > > > > + ErrorDocument 403 Forbidden! > > > > </example> > > > > <p>Additionally, the special value <code>default</code> can be > > used > > I don't think that change was intended, right? Looks like an error > test.
No, this example is intendended to demonstrate that the double quotes are not significant. But a line break was missing.