Comment 1 for bug 1830642

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

This bug is annoying to test manually, so I've added a live test for it in working branch user/jeffdavis/lp1830642-password-percent (using the existing test for open-ils.auth.login):

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jeffdavis/lp1830642-password-percent

The updated live test authenticates a user via both init/complete and open-ils.auth.login; currently the latter test fails when the password contains a percent sign, but init/complete succeeds. The system is restored to its initial state at the end, so you can safely run the test multiple times to verify the issue and to test any potential bugfix.

I haven't figured out what's causing the problem so I don't have a fix. If anyone feels like tackling this bug, please feel free to do so. :)