Univention Bugzilla – Bug 33798
Traceback in feedback mail seems to be limited in its size
Last modified: 2014-01-29 11:21:27 CET
We received a feedback email with a traceback. It seems that the body size is limited (it is currently transmitted via a query string option) as the last (important) bits of the traceback were missing. We use a form with a mailto:* action, see also: > http://stackoverflow.com/questions/5857/mailto-link-for-large-bodies
See Ticket #2013121821001782.
This seems to be a limitation on the client side (browser, mail user agent). The Ticket already has 1800 characters (note that the stackoverflow answer speaks of getting this amount of characters with <form>). I tested a 2200+ character traceback with Firefox/Thunderbird: it worked with the current mailto. Instead of putting it in a form, I reversed the mailto-traceback, so that the interesting _last_ 1800 characters are shown. But first line is the first line of the traceback, so that we get at least "The following command failed". univention-management-console-frontend 3.0.152-9.806.201401171712
As discussed: * please fix the html encoding * put the UMC version also on top
(In reply to Florian Best from comment #3) > As discussed: > * please fix the html encoding This is Bug #31285 > * put the UMC version also on top Put the version right above the traceback. Changed it from umc-frontend-version to UCS version. univention-management-console-frontend 3.0.152-11.808.201401221058
(In reply to Dirk Wiesenthal from comment #4) > (In reply to Florian Best from comment #3) > > As discussed: > > * please fix the html encoding > > This is Bug #31285 * OK, I attached the patch to fix this there. Tracebacks aren't good readable when they contain quot; instead of ". > > * put the UMC version also on top > > Put the version right above the traceback. Changed it from > umc-frontend-version to UCS version. > > univention-management-console-frontend 3.0.152-11.808.201401221058 * OK
http://errata.univention.de/ucs/3.2/42.html