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

Wrong set custom trace function in cxf-utils.js

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      In function CxfApacheOrgUtil custom trace function installed like:

      this.trace = org_apache_cxf_trace.trace;
      

      But org_apache_cxf_trace checked for "function" type, not object.
      And default null_trace function is simple function too.

      A think correct code is look like this:

      this.trace = org_apache_cxf_trace;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            count Stanislav Svirid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: