On Wed, May 28, 2014 at 8:13 PM, Thomas Mueller < [email protected]> wrote:
> Hi, > > The H2 Console tool stores the settings in a file called > ".h2.server.properties" in the current user home directory > (Constants.SERVER_PROPERTIES_NAME). > I'd also prefer Properties to Preferences, as Preferences are rather limited and rather unreadable (except for XML fans). The only disadvantage is that the file can get rather big which makes finding thing to set by hand a bit harder. > If the history is stored, it should probably be stored there. But I'm not > sure whether it should be stored; it would be a security problem because > the history would be shared across all users I guess. > You wrote that it's stored in the *user* home directory and the file is readable by the owner only and that's IMHO about all what can be done for security (encryption by a key stored in a program is pointless and entering the key is too much hassle for such a feature). But I can see that it could be a problem for someone, so I'd make it optional. > So the history should probably be split into groups, for example by IP > address of the client. > That's a bit counter-productive, as I'm doing the same things both locally and on the server, so I can use the same history for both. But for someone it may be better. Concerning security, I'm unsure if it helps. Regards, Martin. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
