Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-14280

undertow component on Rest DSL truncates big responses

    XMLWordPrintable

Details

    • % %
    • build2
    • Hide

       
      1. On spring-camel-context.xml
      Before:

      <restConfiguration bindingMode="off" enableCORS="true" component="undertow" port="api.rest.port" />

      After:

      <restConfiguration bindingMode="off" enableCORS="true" component="jetty" port="api.rest.port" />

      2. On pom.xml
      Before:
      <artifactId>camel-undertow</artifactId>

      After:
      <artifactId>camel-jetty</artifactId>

      Show
        1. On spring-camel-context.xml Before: <restConfiguration bindingMode="off" enableCORS="true" component="undertow" port=" api.rest.port " /> After: <restConfiguration bindingMode="off" enableCORS="true" component="jetty" port=" api.rest.port " /> 2. On pom.xml Before: <artifactId>camel-undertow</artifactId> After: <artifactId>camel-jetty</artifactId>
    • Hide
      • Unzip attached reproducer
      • Run with command

      $ mvn clean spring-boot:run -Dspring-boot.run.profiles=local

       

       

       

      Show
      Unzip attached reproducer Run with command $ mvn clean spring-boot:run -Dspring-boot.run.profiles=local      

    Description

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            rhn-support-anarvaez Alfredo Narvaez
            Dominik Jelínek Dominik Jelínek
            Tomas Turek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: