Re: matching all POST results in URL-SPEC

amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected] (Andrew M. Bishop) 06 Mar 2006 19:52:00 +0000
Newsgroups gmane.network.wwwoffle.user
Message-ID <[email protected]>
Miernik <[email protected]> writes:

> > Have you looked at the README.CONF file that comes with WWWOFFLE or
> > the URL http://localhost:8080/configuration/#URL-SPECIFICATION
> > 
> > If you use a wildcard on the path part of the URL it applies to
> > anything on that path, even CGIs that have their own arguments.
> 
> Yes, but it appears that if there is a POST in the URL, and a 'GET' CGI
> with arguments in the same URL, then it doesn't work. You have to
> write:
> 
> http://*/*?*!POST*
> 
> Writing just:
> 
> http://*/*!POST*
> 
> doesn't work.

No, the second one doesn't work which is just what should be expected.
The protocol, hostname, path and arguments are all matched separately.
Putting '*!POST*' in the path part will never match a '!POST' in the
arguments part.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html