kinyelo / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
1 stars 2 forks source link

$request.getParameter("page") does not work if user is not logged in #388

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a page with code $request.getParameter("page")
"page" can be any. open this page with parameter value it should work.
2. logout
3. open again it returns the code

What is the expected output? What do you see instead?
I want to see the value of parameter but I see only the code when user is not 
logged in.

Please use labels and text to provide additional information
velocity processing is on and it works well when I logged in

Original issue reported on code.google.com by EvgGal...@gmail.com on 10 Dec 2010 at 6:12

GoogleCodeExporter commented 9 years ago
set $!request.getParameter("page") to show nothing if there is no "page" URL 
parameter.

Original comment by kinyelo@gmail.com on 13 Feb 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Also disable caching of the page.

Original comment by kinyelo@gmail.com on 13 Feb 2011 at 9:57