Hello,

Cocoon 3:
Is there an expression for the servername in the sitemap?
I am looking for:

<map:handle-errors>
<map:select value="{jexl:cocoon.exception.class.name}">
<map:when contains="NoMatchingPipelineException">
<map:generate src="error-handling/404.xml" />
<map:serialize type="xhtml" status-code="404" />
</map:when>
<map:when ends-with="AnonymousAccessException">
<servlet:redirect-to uri="https://{server}/myapplication/secure/loginpage"; />
</map:when>

Thanks!
Jos

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to