Sorry, I may not be clear.

Magnolia has the ehcache capability. However, we could only get URLs without parameters to work with ehcache (i.e. http://example.com/ index.html). Any URLs with parameters (i.e. http://example.com/ index.html?param=test) are not cached. I wonder if there is a way to cache it.



Thanks,
Po Ki


On Sep 30, 2008, at 9:59 AM, Matteo Pelucco wrote:

Po Ki Chui ha scritto:
Hi all,
I wonder if Magnolia EE 3.5.8 is capable to cache URL with parameters (i.e. http://example.com/index.html?param=test). Your answer is appreciated.

Of course...
You can read parameters like any JSP pages.

http://example.com/index.html?param=test

<%= request.getParameter("param") %>

I don't exactly know if Magnolia already provide some API to read parameters as well... anyway, look at the javadoc :-)

Matteo



Thanks,
Po Ki
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to