Connection Hangs #9


  • New
  • Defect
Open
Assigned to _ForgeUser7447271
  • _ForgeUser11901472 created this issue Sep 23, 2014

    What steps will reproduce the problem?
    1. Spam port 2004 with requests

    What is the expected output? What do you see instead?
    Expected output is a yes/no message.  Instead, sometimes the connection hangs.

    What version of the product are you using?
    1.6.1

    Do you have an error log of what happened?
    Yes: Custom Exception: java.lang.SecurityException: Could not decrypt: Cipher not initialized.

    Please provide any additional information below.

    This only happens when there is a flood of requests.  Some connections may hang.  I suggest creating a new crypt object for each connection, instead of having all of them share one.

  • _ForgeUser11901472 added the tags New Defect Sep 23, 2014
  • _ForgeUser11901472 posted a comment Sep 23, 2014

    line 75 of Crypt.java, if that helps


To post a comment, please login or register a new account.