You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Eric Covener <co...@gmail.com> on 2011/07/25 15:10:50 UTC

Re: svn commit: r1150682 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

> +        &lt;If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/"&gt;

.*? is kind of weird isn't it?

-- 
Eric Covener
covener@gmail.com

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


Re: svn commit: r1150682 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On Jul 25, 2011, at 9:10 AM, Eric Covener wrote:

>> +        &lt;If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/"&gt;
> 
> .*? is kind of weird isn't it?

Yeah. I was just fixing the missing "}", but stepping back, I'm not entirely sure what this example is supposed to mean. What kind of a request do you think we're trying to match with

/(delete|commit)=.*?elem/

I'll see if I can come up with a less opaque example here.

--
Rich Bowen
rbowen@rcbowen.com
rbowen@apache.org







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