Any idea how to get HTTP Header named Host ? or any other HTTP Header value
? [1]

tried cocoon.request.header['Host'], cocoon.request.header.host without
effect

I managed to get only requestURL:

<map:parameter name="host" value="{jexl:cocoon.request.requestURL}"/>

Greetings,
Greg

[1]
http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html


2013/6/20 Francesco Chicchiriccò <[email protected]>

>
>  and we can use something like: {jexl:cocoon.request.**serverName} or
>> {jext:cocoon.request.header.**host} ?
>>
>> Is any info available about C3 request object ?
>>
>
> Basically, you can use JEXL [1] access to HttpServletRequest methods; some
> examples:
>
> {jexl:cocoon.request.**contextPath} -> HttpServletRequest#**
> getContextPath()
>
> {jexl:cocoon.request.myparam} -> HttpServletRequest#**
> getParameter("myparam")
>
> {jexl:cocoon.request.locale.**language} -> HttpServletRequest#getLocale()*
> *#getLanguage()
>
> HTH
> Regards.
>
> [1] http://commons.apache.org/**proper/commons-jexl/reference/**
> syntax.html<http://commons.apache.org/proper/commons-jexl/reference/syntax.html>
>
> --
> Francesco Chicchiriccò
>
> ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
> http://people.apache.org/~**ilgrosso/<http://people.apache.org/~ilgrosso/>
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@cocoon.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>

Reply via email to