Skip to content

request for /theme/boost_ethz/sebuser.php #552

@KBorm

Description

@KBorm

We had "some communication problems" between SEB and Moodle that may be caused by our environment (not yet clear). The client always loses the connection to the server.

Examining our communation logs we found the following error messages on SEB client side:

	"GET /theme/boost_ethz/sebuser.php HTTP/1.1" 404 

The SEB client requested a /theme/boost_ethz/sebuser.php page which does not exist on the Moodle server. Not even the theme boost_ethz exists. The theme boost_ethz cannot be found for download anywhere.

In the SEB source code file ResourceHandler.cs there is a line with the hard coded request URL.

	var message = new HttpRequestMessage(HttpMethod.Get, $"{uri.Scheme}{Uri.SchemeDelimiter}{uri.Host}/theme/boost_ethz/sebuser.php");

This line will always fail as the file does not exist. We do not know if this is actually a problem, but it is confusing.

This bug was already reported as #160.

Steps to Reproduce
Steps to reproduce the behavior: ??

Version Information

  • SEB (Windows 3.4.1 (x64))
  • Moodle 3.11
  • SEB is configured on client side!

Metadata

Metadata

Assignees

Labels

enhancementThis issue proposes an enhancement of the software.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions