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

proxy client: forbid empty path param

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.2.2, 3.1.15
    • JAX-RS
    • None
    • Unknown

    Description

      @Path("/{p}")
      void doSmth(@PathParam("p") String p);
      

      invoked like

      client.doSmth("");
      

      cause wrong endpoint called

      Attachments

        Issue Links

          Activity

            People

              sergey_beryozkin Sergey Beryozkin
              amarkevich Alexey Markevich
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: