-
Anonymous connections now result in the following message:
2016-12-06 09:15:01.397 [jabber:iq:private Queue Worker 0] JabberIqPrivate.process() WARNING: Received privacy request but user session is not authorized yet: from=c2s@birdbox/0:0:0:0:0:0:0:1_5222_0:0:0:0:0:0:0:1_62056, to=sess-man@birdbox, DATA=<iq from="9b4ac926-e9b7-4aed-a66b-738e4499dd43@birdbox/Gajim" xmlns="jabber:client" id="de9b213c-16b6-459c-801d-3786a58f3390" type="set"><query xmlns="jabber:iq:private"><roster xmlns="roster:delimiter">::</roster></query></iq>, SIZE=227, XMLNS=jabber:client, PRIORITY=NORMAL, PERMISSION=ANONYM, TYPE=set
This appears correct, please confirm/close if this is the case.
-
The exceptions is fixed, this is OK but the warning log entry should not be there. It is misleading as this is not the "not authorized yet" case, instead it is an anonymous user who does not have access to the DB. %bmalkow please improve the code so it is not a WARNING, FINEST level would be more appropriate and log description should be changed to reflect that we are dealing with anonymous user here.
Yes, I know that this is most likely my own, old code.
Type |
Bug
|
Priority |
Major
|
Assignee | |
RedmineID |
4760
|
Version |
tigase-server-7.1.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
When connecting to Tigase Server, the following error shows in the logs, however nothing seems to be amiss with server operation, this is likely just a verbose message that anonymous server cannot access database/roster. Although this is not critical, it may cause large logs in servers using anonymous authentication.
Error only occurs on new anonymous user connection.