use send build identifier to clsi only for new pdf viewer

old pdf viewer will continue to use the main ouput.pdf file
This commit is contained in:
Brian Gough 2015-03-02 14:59:53 +00:00
parent c29329cb37
commit c1cde643ef

View file

@ -88,7 +88,7 @@ module.exports = CompileController =
# the base request
options = { url: url, method: req.method, timeout: oneMinute }
# if we have a build parameter, pass it through to the clsi
if req.query?.build?
if req.query?.pdfng && req.query?.build? # only for new pdf viewer
options.qs = {}
options.qs.build = req.query.build
# if we are byte serving pdfs, pass through If-* and Range headers