summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp b/src/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp
index 3db781c..b09b1f3 100755
--- a/src/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp
+++ b/src/modules/urlnormalizer/googleurl/GoogleURLNormalizer.cpp
@@ -57,7 +57,8 @@ URL GoogleURLNormalizer::parseUrl( const string s )
componentString( canonical, parsed.host ),
port,
componentString( canonical, parsed.path ),
- "", "" );
+ componentString( canonical, parsed.query ),
+ "" );
}
URL GoogleURLNormalizer::normalize( const URL url, const string s )