https://bz.apache.org/bugzilla/show_bug.cgi?id=65240
Maciej Jaros <e...@wp.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Maciej Jaros <e...@wp.pl> --- Interesting case... Never had problem with stars in options. I guess because we keep application options in a properties file (and just point to the properties file). Use case for multiline is quite simple really -- readability, editing and cleaner diffs. I would be surprised if it's not a common way of doing that. We have quite a lot of that so that so more like this on a devel machine: ``` -DmolnetConfigLocation=file:$CATALINA_BASE/conf/app.properties -Dspring.profiles.active=. -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=. -Dcom.sun.management.jmxremote.ssl=. -Dcom.sun.management.jmxremote.authenticate=. -Dcom.sun.management.jmxremote.local.only=. -Djava.rmi.server.hostname=. -Dfile.encoding=. -agentlib:jdwp=. ``` Nice and easy to ready, change, copy. Great for diffs in git. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org