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

CXF Examples (multiple), Warnings: The method toURL() from the type File is deprecated

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Not A Problem
    • 2.4.1
    • None
    • Samples
    • None
    • Mulitple CXF Sample Projects
      Eclipse IDE SDK 3.7.0

    • Novice

    Description

      "The toURL() method of File does not properly escape characters that aren't valid in a URL." – http://www.jguru.com/faq/view.jsp?EID=1280051

      As such, the following sample project display warning due to lines constructed as such:

      wsdlURL = wsdlFile.toURL();

      The recommendation is to update the source in the listed projects as such (as appropriate):

      wsdlURL = wsdlFile.toURI().toURL();

      Affected sample projects:

      callback
      configuration_interceptor
      in_jvm_transport
      jax_rs_basic_https
      jaxws_async
      jaxws_dispatch_provider
      jaxws_handlers
      js_browser_client_simple
      js_client
      mtom
      soap_header
      ws_addressing
      ws_rm
      wsdl_first
      wsdl_first_dynamic_client
      wsdl_first_https
      wsdl_first_pure_xml
      wsdl_first_rpclit
      wsdl_first_soap12
      wsdl_first_xml_wrapped
      wsdl_first_xmlbeans
      wssec_ut_policy

      Note: I did not supply diffs, as it's far easier for someone with commit access to pass through the files and make the simple updates.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gliesian Robert Liguori
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: