Arved Solth
Arved Solth
I think this is caused by your domain using a certificate that the Java runtime does not know anything about, for example when its a self-issued certificate. To solve this,...
I am unable to reproduce this problem with the current master. Maybe it was fixed by #5329 @BartChris could you check if the error still occurs for you?
@BartChris can you make a pull request with your solution so we can check if it creates any other problems?
> If image files are deleted, empty frames are shown in the metadata editor > It seems as if a new process needs to be created after changes of the...
Would it help to just check whether `super.settings` is `null` in line 48 before proceeding with `addLeadingZeros` as preliminary workaround/hotfix? Something like ``` private String addLeadingZeros(String value) { if (Objects.nonNull(super.settings)...
Ok, I see now that there are many more parts in the code where subsequent exceptions would have to be handled, so fixing the core issue might be more feasible.
This seems to create a lot more trouble than expected, so the "blocking" label is warranted, I think.
As the title of the dialog in your screenshot suggests, you used the option to create a new structure element _from_ _selected_ _pages_. That is the reason why you can't...
> (Hint: I am in extended meta data view). I think that may be the important point. There are some features in the metadata editor that are not yet available...
> * The xml based configuration had a way to specfiy custom url parameters. This allowed to add parameters to the URL in additon to those which are given by...