Search found 4 matches

by Joterini
04 Feb 2019, 16:50
Forum: General Discussion
Topic: REST API vs SQL INJECTION
Replies: 2
Views: 4130

REST API vs SQL INJECTION

Hi,

Quick question, if i`m using rest api and php to create issuses, should i santitize data before send to api or mantis do this on his own? Does mantis use PDO or something similar?

Thanks!
by Joterini
25 Apr 2018, 15:39
Forum: EmailReporting
Topic: Problem with polish national characters after parse
Replies: 6
Views: 8576

Re: Problem with polish national characters after parse

Thanks a lot! I modify core.php file as in Mantis bug tracker and everything is ok.
by Joterini
24 Apr 2018, 16:00
Forum: EmailReporting
Topic: Problem with polish national characters after parse
Replies: 6
Views: 8576

Re: Problem with polish national characters after parse

Hi, thanks for reply. I`m using Mantis ver. 2.13.1 with Email Reporting v 0.10.0 and PHP 5.5.9 MBstring extension seems to be enabled, as in attachment. When i edit Parser.php file and comment line 426 email body looks ok. _______ EDIT____ The problem seems to be with $this->_encoding = mb_internal_...
by Joterini
23 Apr 2018, 12:38
Forum: EmailReporting
Topic: Problem with polish national characters after parse
Replies: 6
Views: 8576

Problem with polish national characters after parse

Hi. i`m trying to configure email reporting. Everything works fine but i have problem with email content witch contains polish national characters. I enabled debuging and see that raw_msg_id - format of email is ok, there where all polish chars. But in second file parsed_mgs_id polish chars are repl...