Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1903

oauth2 spring proxy example gadget is broken with recent change to getProxyUrl

Add voteWatch issue
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.5.0-beta5
    • None
    • Javascript
    • None

    Description

      Related to SHINDIG-1875

      In the above mentioned issue Erik Bi suggested adding the filename to the proxy url. Unfortunately this breaks the above gadget in that the web.xml filter mapping does not include <url-pattern>/gadgets/proxy/*</url-pattern> but instead <url-pattern>/gadgets/proxy</url-pattern> which does not allow the authfilter to handle oauth proxied calls properly since the authfilter set the security token which is needed further down the chain.

      I suggest changing the auth filter url mapping to be <url-pattern>/gadgets/proxy/*</url-pattern> considering that all proxied urls will now have a file name added to the url regardless of whether it is needed.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cquirk Chris Quirk

            Dates

              Created:
              Updated:

              Slack

                Issue deployment