Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5936

Hard-coded bus name in CXFServlet class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.12, 3.0.1
    • None
    • Bus, Transports
    • Novice

    Description

      Class org.apache.cxf.transport.servlet.CXFServlet, method loadBus(), line 77 as below
      setBus((Bus)wac.getBean("cxf", Bus.class));
      the name of the bus is hard-coded to "cxf", making it impossible to configure bus with other names.
      Bus name may be passed in from servlet configuration.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yafei Yafei Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: