| Index: src/plugin/PluginWbPassThrough.cpp |
| diff --git a/src/plugin/PluginWbPassThrough.cpp b/src/plugin/PluginWbPassThrough.cpp |
| index 9069adf80a833d0bde42587ce55df2b2b75e0065..ba3452a4565191f4088fb945112d01b08a1af6db 100644 |
| --- a/src/plugin/PluginWbPassThrough.cpp |
| +++ b/src/plugin/PluginWbPassThrough.cpp |
| @@ -298,6 +298,7 @@ STDMETHODIMP WBPassthruSink::BeginningTransaction(LPCWSTR szURL, LPCWSTR szHeade |
| return E_POINTER; |
| } |
| std::wstring src = szURL; |
| + UnescapeUrl(src); |
| DEBUG_GENERAL(ToCString(src)); |
| std::string acceptHeader = ExtractHttpAcceptHeader(m_spTargetProtocol); |