Volker Diels-Grabsch

Results 82 comments of Volker Diels-Grabsch

> If the WAR file/webapp directory contains a folder named "WEB-INF/workspace" [...]. At the moment, this requires the DEEGREE_WORKSPACE_ROOT directory to exist and to be writable. I may be confused...

This is my proposal for a more consistent behaviour: - If `DEEGREE_WORKSPACE_ROOT` is set, use this. No matter what. Complain if it doesn't exist. Don't fall back. - If `DEEGREE_WORKSPACE_ROOT`...

> So, when config files are placed inside the WEB-INF directory I would assume that than all config files are in read-only mode and the user can not use the...

In our case, these custom deegree builds don't contain the console at all, so this problem doesn't exist. Apart from that, making the console read-only is a good idea, just...

I second the idea of having a separate data directory. We should get rid of code that writes into configuration directories (except for the console, of course). However, that data...

Unfortunately, my time is very constrained, so I won't be able to volunteer into the desired refactoring of the XML files. If no other volunteer appears, I strongly recommend to...

Thinking more about this, you might want to switch the order of items, such that "Reliable" is above "Security".

@Daniel15 I'm aware of this progress and I'm glad that at least one of the issues will probably be fixed over the next days. But there's still the unpacking issue...

Thanks for the hint. I just tried it, and it works, but I get the following annoying warning messages: ``` File ".ocamlinit", line 9, characters 4-66: Warning 40: this record...

One more question: In Emacs, the utop.el minor mode seems to work different from the normal toplevel mode of Tuareg. Namely, Shift-Enter doesn't work there. Is it possible to enable...