View Issue Details

IDProjectCategoryView StatusLast Update
0031683mantisbtbugtrackerpublic2022-12-19 13:39
Reporterberthold_hechler Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2.25.5 
Summary0031683: No jump to subprojects
Description

After updating to the current version MantisBT 2.25.5 - schema version 211 and updating the database,
I have the following effect with subprojects

  • Main project

    Subproject-1
    subproject-2

when I select a subproject-x in the selection field of the project (top right),
for example to enter a new entry, I automatically jump back to the main project in the dialog.

I have no chance to create an entry directly in the subproject.

Additional Information

MantisBT 2.25.5 - Schema-Version 211 - PHP 8.0.24RC1 - mysqli 8.30.0

TagsNo tags attached.

Activities

dregad

dregad

2022-11-30 07:44

developer   ~0067177

I was not able to reproduce your problem with a fresh install MantisBT 2.25.5.

Maybe some javascript execution issue ? Is there any output in the browser's console ?

berthold_hechler

berthold_hechler

2022-11-30 10:08

reporter   ~0067180

Last edited: 2022-11-30 10:09

Good tip, javascript console in Firefox throws the following error:

Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf data: blockiert ("default-src").

but do not think it is related to this
i have a dev instance, which runs with the same container without subproject problems, the communication goes over http
in the prod instance is still a traefik switched in front of it, here is the communication https
Both instance throw the same javascript failure
dev works fine - prod not
Tomorrow I set the whole thing up again :(

berthold_hechler

berthold_hechler

2022-12-01 07:55

reporter   ~0067186

Problem description: https://github.com/traefik/traefik/issues/9164

the good call GET /set_project.php?project_id=243;245
the bad call GET /set_project.php?project_id=243&245 behind Traefik

the TRAFIK Proxy manipulate the GET String (from ; becomes &)

Problem solution: used old version of traefik v2.7.1

The issue can be closed Thx

dregad

dregad

2022-12-01 08:59

developer   ~0067188

Thanks for the feedback. Resolving as no change required since the issue is caused by reverse-proxy software rewriting the URL.