orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

error on changing password via jconsole #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Start jconsole and connect to orchard. Go to orc.orchard -> DbAccounts ->
"jdbc:..." and choose Operations. Enter an invalid username in
changePassword and click changePassword.

You get a SQL exception; you should just get false.

Original issue reported on code.google.com by adrianqu...@gmail.com on 26 Apr 2009 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 19 Feb 2010 at 7:37

GoogleCodeExporter commented 9 years ago
I'm taking Milestone-Next off of this issue; 1.1 does not need to block on this.

Original comment by dkitc...@gmail.com on 2 Mar 2010 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 2 May 2012 at 9:52

GoogleCodeExporter commented 9 years ago
This appears to have been fixed.  The duplication procedure results in the 
expected "false" response.

Original comment by jthywissen on 4 May 2012 at 12:22