You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1997/07/09 05:09:00 UTC

Re: cvs commit: apache/htdocs/manual/misc FAQ.html

>      <DL>
>  !    <DD><CODE>BrowserMatch Java1.0 force-response-1.0
>  !     <BR>
>  !     BrowserMatch JDK/1.0 force-response-1.0</CODE>
>       </DD>
>      </DL>

Just out of curiosity, wouldn't it be more efficient to suggest

   BrowserMatch J(ava|DK/)1.0 force-response-1.0

[actually, I have no idea how our regex syntax works compared to Perl,
 and think it is a bad idea to provide any example that doesn't quote
 the regular expression argument]

.....Roy