History log of /opengrok/web/raw.jsp
Revision Date Author Comments Expand
eee3266b4179dae85826d6139b3b540838ea955a 27-Feb-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

Clean up encoding and decoding of URL parameters. mast.jsp needs to access some URL parameters in JavaScript code. Currently, it does this in a Java snippet that escapes the parameter value and prints it in the HTML. This patch changes it so that the parameters are fetched by the JavaScript code itself, eliminating the roundtrip via the Java and HTML domains, which simplifies the quoting. Also remove Util.escapeXml(). Instead use Util.URIEncode(), Util.htmlize() and Util.jsStringLiteral() as appropriate. Util.escapeXml() was a hybrid of the latter two. Also quote some values that were previously not quoted.

d8371503c60e1f6933455e25b1cc47e4858a3a43 13-Dec-2013 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

differentiate between raw and download fixes #578

59b6a8c0cc6ef741a7180504b3c371e67c2aa338 02-Jan-2013 Knut Anders Hatlen <knut.hatlen@oracle.com>

Fix Checkstyle warnings (FileTabCharacterCheck)

14a41f02433890d19b2f871156271e3388cd0845 02-Jan-2013 Jens Elkner <jel+opengrok@cs.uni-magdeburg.de>

Refactor webapp

9a79808fa9bf76ecdc7acb04783c978ee81cccd2 02-Jan-2013 Trond Norbye <trond.norbye@gmail.com>

Backed out changeset 813a4561226a Use a Filter instead!

d63d30c9cdb0ec554dad28004df28fe562daa23c 02-Jan-2013 Trond Norbye <trond.norbye@gmail.com>

RFE 18242: Add callbacks to allow people to filter access This is an initial version of the access filter. We might need to add checks in more places in the jsf files (they are really looking ugly.. we should clean them up!)

138a7fea383af1a9084b7ec66d309d1cbc43d5f6 02-Jan-2013 Chris Eldredge <chris.eldredge@gmail.com>

Bug 17688 - File handles leaked in JSPs

5e43c87216dfeda97c475a542b371b958b13fed5 02-Jan-2013 Patrick Higgins <patrick.allen.higgins@gmail.com>

Bug 15961 - Allow certain symlinks to be followed to help with using clearcase dynamic views allow to download symlinked files ... SCA OS0462

ef604281b397eceb0d9f67b87378b7c0b751967d 15-Aug-2008 Trond Norbye <trond.norbye@sun.com>

Replace raw.java with a jsp file