Closed GoogleCodeExporter closed 9 years ago
This problem only seems to affect linux users. Using windows, the problem does
not occur.
Original comment by bjs...@gmail.com
on 28 Mar 2010 at 6:37
Problem is actually with the tomcat on linux. I am guessing because of JSTL lib
in
tomcat, though I have not confirmed the exact reason. It was easier just to
fix. Root
cause was an empty variable in a JSTL tag is interpreted as "null" not an empty
string and hence the links created in the fileListing.jsp get out appended with
the
value "null". I have added a line to initialise the variable to an empty
string. This
should fix the problem.
Original comment by bjs...@gmail.com
on 28 Mar 2010 at 11:40
Hi Kyle,
Let me know if you want the fix before an offical release. As a workaround for
now
the browser back button will work too.
Original comment by bjs...@gmail.com
on 28 Mar 2010 at 11:44
Thanks for making the fix and offering to make it available. I can wait for an
official release though. Cheers
Original comment by kyle.br...@gmail.com
on 31 Mar 2010 at 8:03
Original issue reported on code.google.com by
kyle.br...@gmail.com
on 25 Mar 2010 at 3:15Attachments: