414 (Request-URI Too Large) - work around needed

#1
Hi All,

In Magento2 when you want to add simple product to configurable product it seems to pass a long URL (see below) (if there already a lot of simple product associated)

Litespeed has a limit of 8192 bytes (Max Request URL Length (bytes) . I think i need to increase it to avoid the error, but you can't as the max is 8192.

I tried to change the value directly in the http_config.xml but i don't think I it uses it over 8192 (not sure??)

Is there anything i can do to work around until the code is fixed?


Code:
http://example.com/admin/catalog/product/associated_grid/componentJson/1/key/c73c2acbe4f05f2ec7984b4d0e739fd0f4526029eacc480e7058d3484e5be630/?filters=&attributes_codes%5B%5D=colour_config&attributes_codes%5B%5D=size_config&filters_modifier%5Bcolour_config%5D%5Bcondition_type%5D=notnull&filters_modifier%5Bsize_config%5D%5Bcondition_type%5D=notnull&filters_modifier%5Bentity_id%5D%5Bcondition_type%5D=nin&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=992&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=993&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=994&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=995&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=996&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=997&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=998&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=54001&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=54002&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D=1120&filters_modifier%5Bentity_id%5D%5Bvalue%5D%5B%5D.....  delete to meet thread max characters
 
Top