Double quotes

I left out the " on a CFC and I realised it still works on Lucee… LOL

is that normal or advised??

I have

<cfquery access=remote>....

not really sure what you mean, can you give an example?
With tags for example “” are not necessary for the attributes.
So this

<mail subject="Susi">

and this

<mail subject=Susi>

is exactly the same.

sorry the browser stripped out my tags, Yes that’s what I meant exactly as per you example.

I didn’t realise the “” were not required… eg this works…


<cfquery access=remote ....


This is a configurable setting in Lucee. I’m not a fan of the default, though, so I’ve disabled it.