Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
I've implemented this feature in the attached file (source based on stock 3.1.6
sources). TUrlMappingPattern (and thus the <url> tags in the mapping config)
now
have a new property named 'UrlMatchMode', which defaults to 'PathInfo', but if
set
to 'Full', it will match the Pattern property against the pathinfo+querystring,
parts instead of just the pathinfo part itself of the request. It will also
escape
the "?" character for the regular expr. matching in the Pattern if there's one.
I've tested and need this only in EnableCustomUrl=false mode (eg. only to
divert
calls to pages based on the params, not construct any urls using those), so it
will
have to be tested with EnableCustomUrl=true yet, whether it works as expected.
Original comment by google...@pcforum.hu
on 20 Oct 2009 at 3:03
Attachments:
Thanks.
Moved to 3.2a since we won't add any new feature to 3.1 branch
Original comment by Christophe.Boulain@gmail.com
on 12 Jan 2010 at 11:19
Original comment by ctrlal...@gmail.com
on 25 Jun 2012 at 1:56
Original comment by ctrlal...@gmail.com
on 21 Jan 2013 at 7:03
Original comment by ctrlal...@gmail.com
on 24 Jul 2013 at 1:46
Moved to github: https://github.com/pradosoft/prado/issues
Original comment by ctrlal...@gmail.com
on 1 Oct 2013 at 10:14
Original issue reported on code.google.com by
google...@pcforum.hu
on 20 Oct 2009 at 2:03