Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.5.0-beta5
-
None
-
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.