CommandBox and some urls

I am using CommandBox with Undertow.
I realized that if my url includes the word “file” or “files” I always get a 404.
I guess it is a basic configuration of CommandBox (or Undertow).

Is there a way to configure this behavior?

I did not find anything about it.

Many thanks.

Lucee Version: 5.4

Ok, I solved.

In my vanilla urlrewrite.xml I removed the word “files” and “images” from this condition:

<condition type="request-uri" operator="notequal"> /(index.cfm||[very-long-list]/contentbox|files|images|js|).* </condition>