-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
login password with '+' seems to invalid authentication #18
Comments
Hi @DrKenHo-crick , This is a known problem from using the OMERO extension for servers that require credentials with a password containing special characters. This issue also arises with other special characters (e.g. |
Hi all, just to clarify, AFAIK, there are no current issues in having special characters in your password on the OMERO.web and OMERO.server side. @melvingelbard, are you thinking then that something happens between the QuPath extension and OMERO.web? e.g. here |
Hi @joshmoore , Yes, that's it. Nothing is wrong on the OMERO side, it's rather on the QuPath extension side that the problem mentioned above occurs. |
@melvingelbard: is there any easy-ish way (e.g. unit-test or man-in-the-middle recording) to print out what gets POSTed to OMERO.web? |
I'm not exactly sure to be honest. I used to simply debug the code with Eclipse to check what gets written to the |
Problem:
When a user has a password with a '+' sign in it, QuPath will not authenticate properly with OMERO. OMERO browser app works fine. I had a quick look at the code, I suspect that QuPath creating ByteBuffer and converting to byte part from line 179.
Qupath details:
Version: 0.3.2
Build time: 2022-01-17, 08:50
Latest commit tag: '71884c6'
Java version: 16.0.2
Java vendor: Eclipse Foundation - https://adoptium.net/
Java home: /Applications/QuPath.app/Contents/runtime/Contents/Home
Operating system: Mac OS X - 10.15.7
Architecture: x86_64
qupath-extension-omero-0.3.0.jar
The text was updated successfully, but these errors were encountered: