414 Request-URI Too Large from Jetty / How increase max. header size with Jetty & Youtrack MSI distribution?

Hello,

I'm programmatically reporting exceptions to YouTrack. Some of the longer stacktraces result in 414 request uri too large from put requests that reach Jetty. Now, how do I increase the "jetty.request.header" with the bundled Jetty in the MSI distribution?

Thanks!

0
1 comment

Hello!

Thank you so much for your patience!
Am I right you create an applications using our REST API (https://confluence.jetbrains.com/display/YTD6/YouTrack+REST+API+Reference) ?
Jetty bundled with MSI has some restrictions, so commonly it's not configurable.
On the other hand, Jetty can be updated for JAR, here is an example https://confluence.jetbrains.com/display/YTD6/Configuring+SSL+Connector+for+Embedded+YouTrack+Server

0

Please sign in to leave a comment.