Could someone tell me what these two changes in cb...
# box-products
a
Could someone tell me what these two changes in cbSecurity 3.4.0 mean / are (a link to tickets would be fine). Thanks • Added transientCache=false to auth User to avoid any issues when doing security operations • Added population control for auth User for extra security
s
transientCache disables the use of the Coldbox 7 transient cache, which is a cool but occasionally troublesome new feature that speeds up wirebox interaction with object creation
a
Ah right - thanks. I remember reading about that.
e