All work
- SES paths return false from is-file predicate for value files with a path infoCOMMANDBOX-1629Resolved issue: COMMANDBOX-1629Brad Wood
- CommandBox 6 not putting trailing slashes in URLCOMMANDBOX-1625Resolved issue: COMMANDBOX-1625Brad Wood
- Tray Icon works on Mac men bar, but not on Mac DockCOMMANDBOX-1624
- Coldbox Create Resource - 'open' variable doesn't ExistsCOMMANDBOX-1618Resolved issue: COMMANDBOX-1618Brad Wood
- Static web server no longer worksCOMMANDBOX-1617Resolved issue: COMMANDBOX-1617Brad Wood
- Legacy SSL config doesn't respect enable = falseCOMMANDBOX-1616Resolved issue: COMMANDBOX-1616Brad Wood
- Lucee Light EngineCOMMANDBOX-1613Resolved issue: COMMANDBOX-1613Brad Wood
7 of 7
SES paths return false from is-file predicate for value files with a path info
Fixed
Description
Created July 14, 2024 at 4:23 AM
Updated July 14, 2024 at 4:24 AM
Resolved July 14, 2024 at 4:24 AM
Activity
Show:
consider the following valid (existing) path
The
is-file
predicate in the server rules returns false instead of true, which causes the default framework rewrite rule to fire when it shouldn’t.