]> granicus.if.org Git - apache/commit
Ok... allow for getting "words" by also allowing the
authorJim Jagielski <jim@apache.org>
Tue, 29 Dec 2015 22:40:21 +0000 (22:40 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 29 Dec 2015 22:40:21 +0000 (22:40 +0000)
commitd8838f491b8a1766596b5068c5f903a848378095
treea5531aaf4d678ca3dca3493ea8102bbd9f2173fc
parentf5c536d00faf797b80d63edc2ea7c82a9e41529a
Ok... allow for getting "words" by also allowing the
use of curlies... That is:

   "Hello World" Foo Bar

and

   {Hello World} Foo Bar

will both return the same if using ap_getword_conf2()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722243 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
server/util.c