CfParser.validateIncludePath
Validates an include path for security.
This validation runs AFTER path normalization, so attacks like "foo/../bar" or "foo\..\/bar" are properly detected.
Parameters
normalizedPath | The normalized path to validate |
originalPath | The original path (for error messages) |
loc | Location for error reporting |
Throws
CfParseException if the path violates security constraints.