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

Support `disallowed-methods` configuration in CXF HTTP Undertow Transport

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • fuse-7.11-GA
    • fuse-7.9-GA
    • CXF
    • None
    • False
    • False
    • % %
    • ?
    • +
    • Automated

      Currently is not possible to specify `disallowed-methods` option in the CXF HTTP Undertow Transport. The workaround is to use an CXF handler that wrap the Undertow handler that implements the option, similar to CxfRequestLimitingHandler configured like:
       

              <httpu:engine port="the_port">
                  <httpu:handlers>
                      <bean class="org.apache.cxf.transport.http_undertow.handlers.CxfRequestLimitingHandler"/>
                  </httpu:handlers>
               </httpu:engine>
      

            yfang@redhat.com Freeman(Yue) Fang
            rhn-support-agagliar Antonio Gagliardi
            Federico Mariani Federico Mariani
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: