View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035935 | mantisbt | api rest | public | 2025-05-08 07:38 | 2025-05-09 10:21 |
Reporter | tk | Assigned To | dregad | ||
Priority | low | Severity | text | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 2.25.8 | ||||
Summary | 0035935: Comments on 0026365: Missing Authorization header in REST API causing requests to fail | ||||
Description | Hi, rather comment than issue, maybe included in REST API docu: After upgrade from mantis-2.25.6 to mantis-2.27.1 I faced problems (HTML Error 500) due to the directive
that has been introduced in 2.25.8 (cf. 0026365) in api/rest/.htaccess . In this ticket there is also the statement 0026365:0068046: To summarize, we had to allow additional capabilities in apache vhost configuration that are locked down due to safety reasons in general:
Of course, Apache 2.4.13+ is prerequisite, but I suppose this is given in general nowadays. | ||||
Tags | No tags attached. | ||||
@tk what you are asking it is not very clear.
If the use of .htaccess is a problem for you and do not want to enable it, you simply need to add the necessary directives to your Apache vhost / directory configuration as appropriate, there is no obligation to allow overrides. If you want the documentation to be updated, then it would be useful to provide us additional context and details, i.e. the actual errors that you got, and what needs to be changed to fix it (the vhost config you posted possibly includes additional directives that are not necessary to address the problem). Providing the text you would like to see added would be nice too, keeping in mind that it needs to be generic so it remains applicable for other environments. |
|
@dregard : hope to get the point more clearly:
Internal Server Error
|
|
Thanks for the detailed explanation, now I understand better. |
|