Caleb Cushing opened SPR-15187 and commented
Maybe this is already possible somehow... due to security issues like https://github.com/flyway/flyway/issues/1500
it might be nice to be able to define a property preprocessor, where the property goes through a String bifunction (String key, String value)
before further processing. Of course alternative APIs with specific types may be better.This would allow one to quote the value before it was handed to is destination (basically before you can get it from Environment
)
No further details from SPR-15187
Comment From: snicoll
Thanks for the suggestion. I find this a bit arbitrary and I find this argument particularly compelling. Closing as a result.