Ralf D. Müller

Results 398 comments of Ralf D. Müller

Btw: it is not only for mac. The other systems need the same change

ps: please also check other Issues including the Term "STEM": * #1239 * #990 * #418

3.3.1 still needs external dependencies. This is how I test it: run the image: docker run -it doctoolchain/doctoolchain:v3.3.1 then execute the following commands curl -Lo dtcw https://doctoolchain.org/dtcw chmod +x dtcw...

can you please check if you've configured the correct rest endpoint by browsing to https://[yourServer]/[context]/rest/api/user/current you should get a valid json which describes your current user. A working example is...

the "spaces" is appended only to the output, because it should be the endpoint which shows the spaces to which the pages have been published: https://github.com/docToolchain/docToolchain/blob/master/scripts/asciidoc2confluence.groovy#L892 I know that a...

hm. maybe you are right. the output from your confluence shows the server side stacktrace saying ``` java.base/java.util.Base64$Decoder.decode(Unknown Source) com.atlassian.seraph.util.SecurityUtils.decodeBasicAuthorizationCredentials(SecurityUtils.java:49) com.atlassian.seraph.auth.DefaultAuthenticator.getUserFromBasicAuthentication(DefaultAuthenticator.java:510) com.atlassian.seraph.auth.DefaultAuthenticator.getUser(DefaultAuthenticator.java:341) ``` The Stacktrace also shows where in the...

just found an ugly bug: it should be `credentials` instead of `confluenceCredentials` https://github.com/docToolchain/docToolchain/blob/master/scripts/asciidoc2confluence.groovy#L585 sorry, this was hard to spot. wrong config for the credentials results in an empty `[:]` credentials...

thanx for repoting this problem and your patience with fixing it. we changed the config in the past, that's why older tickets contain wrong information. But we should have also...

@obfischer can you please open a new issue? it might be that you ran into problems because of this issue: https://github.com/docToolchain/docToolchain/issues/1054 it is already fixed but not deplyoed yet. Please...