Gavin Pickin
Gavin Pickin
I was getting a null pointer exception of file_error - and couldn't tell why. I finally figured out, one of the lines in my closure, was missing a semi colon,...
Add the ability to handle DomainAliases for a Site. Give the user an updated UI to handle multi domain names and regex.
Because the user settings are based on the location of the file being formatted, it doesn't resolve and find the .cfformat.json file correctly, therefore the files are formatted incorrectly.
Add a gitignore for ColdBox apps **Reasons for making this change:** - https://github.com/coldbox-templates/default/blob/development/.gitignore If this is a new template: - https://coldbox.org/
The default case of "3 or 1=1" passed into a query param as type cf_sql_integer should throw an error, be caught, and therefore fail. Railo does not throw an error....