Ticket #139 (closed defect: fixed)
Possible erros when loading the config.json
| Reported by: | assefa | Owned by: | assefa |
|---|---|---|---|
| Priority: | P2 | Milestone: | 2.0 |
| Component: | Core | Version: | 1.0.7 |
| Severity: | Major | Keywords: | |
| Cc: | External ID: | ||
| state: | New | Browser: | All |
| Operating System: | All |
Description
loadFusionConfig funcion os Utilities.php is doing some regex modifications (such as replace single quotes with double quotes, quote unquoted attribute names ...). This was introduced to correct invalid config.jsopn files. This is not necessary anymore.
These modifications can also cause errors in some cases such as when the value is a full path in windows: "temporaryDirectory": "f:/tmp"
Removing the regex modifications would resolve the issues.
Change History
Note: See
TracTickets for help on using
tickets.
