Uploaded image for project: 'Nuxeo Web UI'
  1. Nuxeo Web UI
  2. WEBUI-31

Find a solution to workaround the hard limits reached when using spreadsheet editor with many columns

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.4.0
    • Fix Version/s: 2.4.32, 3.x
    • Component/s: Spreadsheet
    • Release Notes Summary:
      Spreadsheet can now be used with many columns.
    • Backlog priority:
      900

      Description

      The Web UI spreadsheet editor uses an <iframe /> via get w/ base64 encoded json being passed in.  Encoded payload includes, column names, labels etc.  For our use case, we have a large number of columns, which has us quickly blow past the recommended limit recommended by the browser.  Right now we blow away the 8K w/ ease since we have a lot of columns in our schema and the view layer in web-ui can contain a large number of columns.

      1. On-premise deployments could workaround this limit and bump up the nuxeo.xml in tomcat to maxHttpHeaderSize="65536".  This works only for on-premise, and in our case cannot be done since we are running in AWS.
      2. AWS ELB has a hard limit on the request line (8K for ALB / 16K for NLB).

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 day, 4 hours
                1d 4h