davidfoerster/KaleidOK-examples

Application parameters are suddenly case-sensitive

Closed this issue · 1 comments

Application parameters are suddenly case-sensitive

Turns out that the original issue happened, because the responsible property file entry wasn't looked up case-insensitively like in the old AWT Applet days.

Instead of just changing the entry name I restored backwards compatibility of mixed-case application parameters by transforming them to lower-case during look-up. Fixed in 7615bcb of processing-3.1 and merged into master-next.