Authentication pop up is displayed even when Authentication credentials are set in...
authorRaveendra Karu <r.karu@samsung.com>
Mon, 25 Mar 2013 08:12:08 +0000 (17:12 +0900)
committerRaveendra Karu <r.karu@samsung.com>
Mon, 25 Mar 2013 08:12:08 +0000 (17:12 +0900)
commitce692a9bae5f51993c97de97280bd8ea3e6c3930
tree3d437a2327d4d7ed62a3ab128779c4a31e72697d
parentc1b816994f1e4cb2fbfd010a624e879900379b76
Authentication pop up is displayed even when Authentication credentials are set in request url

[Title] Authentication pop up is displayed even when Authentication credentials are set in request url
[Issue#] DCM-596
[Problem] Even though request url contains Authentication credentials, Authentication pop is being shown.
[Cause] "Authorization" headers is not getting added to the request headers since it is skipped for http family protocols.
[Solution] Adding "Authorization" header to the request in case of http family protocols also.
[Developer] Raveendra Karu (r.karu@samsung.com)
Source/WebCore/platform/network/ResourceHandle.h
Source/WebCore/platform/network/soup/tizen/ResourceHandleSoupTizen.cpp