Issue and note text truncated silently if too large

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
avr
Posts: 5
Joined: 19 Dec 2023, 15:58

Issue and note text truncated silently if too large

Post by avr »

We have been posting crash logs for years and they are sometimes big, containing base64 encoded VIEWSTATE items, for example.
We just realized today that if it exceeds a certain size that the note gets silently truncated.
I don't know the exact size but one truncated note is 65177 characters long.

Is there a way to increase this size?

Ideally, a truncation warning in the UI would be nice. Thank you.
atrol
Site Admin
Posts: 8539
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue and note text truncated silently if too large

Post by atrol »

I am not able to reproduce.
Tried latest MantisBT and MariaDB 10.4.32.

What is the data type on your database of column note in table mantis_bugnote_text_table?
Please use Search before posting and read the Manual
Post Reply