View Issue Details

IDProjectCategoryView StatusLast Update
0035627mantisbthtmlpublic2025-03-25 12:00
Reporterraspopov Assigned Tocommunity  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2.27.1 
Summary0035627: OpenSearch links cannot be disabled
Description

Every MantisBT page has an OpenSearch link tag, even if it is not desirable in the current configuration.

Steps To Reproduce

View the HMTL source of any page.

TagsNo tags attached.

Relationships

related to 0009749 closedvboctor Integrate the IE and Firefox search plugin into Mantis out-of-the-box 

Activities

raspopov

raspopov

2025-03-19 11:46

reporter   ~0070001

PR: https://github.com/mantisbt/mantisbt/pull/2126

raspopov

raspopov

2025-03-25 12:00

reporter   ~0070032

I think I have found a few more inconsistencies in the OpenSearch code. For example, the administrative check checks for 16 bytes instead of 16 characters in the search name, or there is insufficient checking of the type parameter when generating the OpenSearch xml file, etc...