[Geoserver-devel] [JIRA] (GEOS-9133) Cannot configure hyperspectral image in "bin" package, form too big

Andrea Aime created an issue

GeoServer / ImprovementGEOS-9133

Cannot configure hyperspectral image in “bin” package, form too big

Issue Type:

ImprovementImprovement

Assignee:

Unassigned

Created:

25/Feb/19 7:47 PM

Priority:

MediumMedium

Reporter:

Andrea Aime

Trying to configure a hyperspectral image with 360 bands made Jetty bark, adding this to jetty.xml solves the issue:

	<Call name="setAttribute">
		<Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg>
		<Arg>500000</Arg>
	   </Call>
	  <Call name="setAttribute">
	<Arg>org.eclipse.jetty.server.Request.maxFormKeys</Arg>
	<Arg>2000</Arg>
   </Call>

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100098-sha1:39981cd)

Atlassian logo