blt mc wrote:
Hi!

I just had a question in regards to how cocoon reacts to the use of ' # ' in web addresses. For example, www.cnn.com#comics.

I have a pipeline that matches on a wild card. The variable from this wild card is passed down as a parameter in a transform function inside this pipeline. However, the ' # ' character and subsequent string are not passed down as part of this variable. Is there a way to pass down this string following the ' # ' character?

The fragment after the '#' in a web URL is a client-side-only concern; it is only used by the browser as a contextual hint. It is not part of the HTTP request sent to the server, so Cocoon or anything else on the web server will never see it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to