url template config

View: New views
1 Messages — Rating Filter:   Alert me  

url template config

by Srinivas Surapaneni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In my beehive-url-template-config.xml, i had the following template

<url-template>
<name>jpf-action</name>
<value>
http://{url:domain}:{url:port}/{url:path}?URLTEMPLATE=action
&{url:queryString}
</value>
</url-template>

When is the url:queryString<https://mail.google.com/mail/html/compose/static_files/queryString>used?
Is it possible to add run time paramers from request/session to this
template without extending url rewriter?

Thanks
Srinivas