I can't seem to find any sitemap.xmap examples anywhere for the HeaderMatcher
match type. Has anyone worked with that? Our application basically needs
to check for a specific request header in an incoming POST action ("qp-xml",
for example), but I can't find any examples of how to setup the <map:match>
section for it. This is what I'm currently using, but it isn't getting into
my action class code:
<map:pipeline>
<map:match type="header" pattern="qp-xml">
<map:act type="testHeaderAction">
<map:parameter name="testValue" value="This is a test. 1... 2...
3..." type="java.lang.String"/>
...
</map:act>
</map:match>
</map:pipeline>
Anyone?
--
View this message in context:
http://www.nabble.com/HeaderMatcher-examples-tf2079924.html#a5729621
Sent from the Cocoon - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]