waldoro opened a new pull request, #2509: URL: https://github.com/apache/jackrabbit-oak/pull/2509
If the value in the OSGi console is cleared out, the value in the configuration file is stored with empty value : propName="" This makes issue that the empty string is not a null (then the default value would be used) and throws an parse exception which causes that the token is not correctly generated. The default value is used only when the propName is not present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org