Peter Hoopes
05/30/2023, 3:00 PM/assets2/img/icons/socrates.png
as a CB request? My browser is just asking for the image part of the CSS layout, but CB is saying “not gonna happen,” thinking that `The event: assets2.img is not a valid registered event.``. Do I need to put some sort of “ignore” folder(s) in the config?aliaspooryorik
aliaspooryorik
<condition type="request-uri" operator="notequal">\.(bmp|gif|jpe?g|png|css|js|txt|xls|ico|swf|woff|ttf|otf)$</condition>
aliaspooryorik
Peter Hoopes
05/30/2023, 3:19 PMPeter Hoopes
05/30/2023, 3:35 PMurlrewrite.xml
file, there’s these lines <!-- Do not rewrite paths that point to real files or directories -->
<condition type="request-filename" operator="notdir"/>
<condition type="request-filename" operator="notfile"/>
Which should mean that this “real” file request shouldn’t get processed by Lucee/ColdBox, right?Peter Hoopes
05/30/2023, 3:50 PMbdw429s
05/30/2023, 6:26 PMbdw429s
05/30/2023, 6:26 PM