Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-10

unnecessary constructor validation on subresource

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 0.1
    • Common, Server
    • None

    Description

      Because a subresource does not have to conform to the JAX-RS rules regarding constructors, the code should not be enforcing these rules on subresources.

      Attached is a testcase to demo the problem. The hack I used to confirm that the runtime is enforcing the constructor rules on the subresource was to comment out the "continue L1;" call in AbstractMetadataCollector.parseConstructors

      The fix will be to make the AbstractMetadataCollector aware of what type of resource it is operating on; top-level resource vs. subresource.

      I'll work on this.

      Attachments

        1. updated-patch-gallardo.txt
          1 kB
          Nick Gallardo
        2. patch_fixcandidate_01.txt
          22 kB
          Michael Rheinheimer
        3. patch.txt
          8 kB
          Michael Rheinheimer

        Issue Links

          Activity

            People

              nickgallardo Nick Gallardo
              rott Michael Rheinheimer
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: