com.nimbusds.srp6.cli.SRP6Tool bug

Issue #21 new
Vladimir Gamaley created an issue

protected void println(String msg){ println(msg); } is recursive call. So SRP6Client and SRP6Server run with StackOverflowError. Must be protected void println(String msg){ System.out.println(msg); } Sorry for my bad english... Vladimir Gamaley mailto:gamaleyvv@gmail.com

Comments (5)

  1. Simon Massey

    Apologies that this has gone unnoticed for a while. Do you want to send use a pull request of the fix for us to merge?

  2. simon

    Thanks Cedric I have put this onto master.

    @Vladimir Dzhuvinov The build pipeline got an error connecting to sonarcube.com I don’t have the login to token to try to see what is going wrong https://bitbucket.org/connect2id/nimbus-srp/addon/pipelines/home#!/results/branch/master/page/1

    I have disabled sonar:sonar in the bitbucket-pipelines.yml and move the previous command to be a comment https://bitbucket.org/connect2id/nimbus-srp/commits/5817bb478c0dd288206dc4ec48b8885322c6e06b perhaps you could take a look and release this minor bug fix as 2.0.3?

  3. Log in to comment