Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Authentication problem

There is a problem in
org.eclipse.stellation.remote.engine.Engine.requestResourceAuthentication().
There are circumstances where it is possible that you will never receive a
response from the server. I ran into this because the Id for the Firebird
database I was connecting to contains the full path to the database and I
typed the drive letter in lower case on the client side and upper case on
the server side. Since the server did not find the Id, it silently discarded
the challenge request without responding.

I did not attempt a patch for this because I don't yet know this part of the
code-base very well.

Regards

Jonathan



Back to the top