Modify ↓
Ticket #13826 (closed defect: fixed)
onRequestStart_scriptProtect_method case error
| Reported by: | anonymous | Owned by: | blueriver |
|---|---|---|---|
| Priority: | blocker | Component: | v5 |
| Version: | 5.2 | Keywords: | |
| Cc: | Time planned: | 1d | |
| Time remaining: | 1d | Time spent: | 1d |
Description
I'm running core version 5.2.2066. In /admin/view/Application.cfc line 85, the cfinclude for onRequestStart_scriptProtect_Method.cfm has an uppercase "M", but the actual filename uses lowercase "m" (like the other cfincludes surrounding it). This causes a ColdFusion? error on linux due to case-sensitivity of the file system. Lowercasing the "m" fixes the issue.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
