﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12603	Alternative to GET for crash reports.	michael2402	stoecker	"I am working on improving the crash report dialog and enhancing it with more data (Primitive-ID where rendering crashed, ...).
https://github.com/michaelzangl/josm/tree/better-bug-report

Even when using gzip, I quickly reach the 2k character limit for URLs (at least what most browsers support) with a simple stack trace.

Is it possible to add a short script to Trac so that I can send a Post request to an URL, get a token and simply pass that token on to the new ticket site (sort of an internal text pasting).

The API can be kept simple:

{{{
POST https://josm.openstreetmap.de/dump
<some long text as body, type: text/plain>
}}}

response:
{{{
abcdefghi
}}}

Then we redirect the user to this URL:
https://josm.openstreetmap.de/josmticket?dump=abcdefghi"	enhancement	closed	normal	16.04	Trac		fixed	trac	
