-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
server_name is not correctly validated for join requests #7108
Comments
looks like you're trying to send a join request to a server called Can you share all the logs for |
|
ok so the problem there is the faulty |
Someone haev created a room with alias, and requested the room to be added to a community. It was added, somehow, probably by using the alias, and my guess is that it was not in the expected form. But it seems to have been added despite all the problems (if there was any), but killed off the community immediately. The error above was me trying to join the room I got from the So maybe the root of the problem was that synapse allowed rubbish to be added into a community. It's probably not a real bug if riotweb allows the user to try to join any crap address (shall try and fail) but synapse probably shouldn't choke on the validity check. |
I'm seeing a similar issue. I tried to Rejoining the room via an alias for example using As the URI for the POST is Log excerpt:
|
Looks like #9161 may have fixed this |
Oh I guess that was for a different API |
Description
Caused #4891 but is a problem by itself, too.
Steps to reproduce
I don't know, I only became aware of this when it completely broke communities.
Version information
Homeserver:
matrix.grin.hu
Version:
v1.11.1-1 (debian)
Install method:
debian experimental repo.
Platform:
Debian/Sid/x64
The text was updated successfully, but these errors were encountered: