Ticket #736 (closed defect: fixed)

Opened 13 months ago

Last modified 11 months ago

Files never created in clientscript.php

Reported by: stever Owned by: xue
Priority: normal Milestone: 3.1.2
Component: Prado Framework v3 Version: 3.1
Severity: minor Keywords:
Cc:

Description

If you start with a clean assets folder, then run with debug off AND gzip off, then clientscripts will only create a xyz.js file then serve it. However, if you then remove the gzip=false, it trieds to load the xyz.js.gz file and serve it -- but it does not exist! The check to see if the file exists on line 536 only checks if the xyz.js file exists, not the gz file it will actually load.

Change History

Changed 11 months ago by xue

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.