jetty.project
jetty.project copied to clipboard
Expose method in AbstractProxyServlet for handling Proxy Auth
migrated from Bugzilla #477201 status ASSIGNED severity enhancement in component proxy for 9.3.x Reported in version 9.3.2 on platform All Assigned to: Simone Bordet
On 2015-09-11 10:17:03 -0400, Joakim Erdfelt wrote:
It would be nice to have a method that implementors of AbstractProxyServlet can utilize to handle any sort of proxy authentication mechanisms.
This step should logically occur before the creation of the HttpClient for the remote request.
It might make sense to even have it before the rewriteTarget() as well.
There could be 2 paths out.
Normal processing (default behavior) - the processing continues like normal. This is the behavior the implementors use to indicate that the authentication is valid.
Challenge response to browser - this means that the implementation has sent a challenge back to the browser, and no more processing of the Proxy request by the AbstractProxyServlet should continue.
On 2015-09-11 10:18:28 -0400, Joakim Erdfelt wrote:
This was triggered after looking at this stackoverflow question.
http://stackoverflow.com/questions/32513530/proxy-authentication-using-jetty
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.