Closed Bug 875182 Opened 11 years ago Closed 11 years ago

Opensearch not parsing "Search" {searchTerms}

Categories

(Firefox :: Untriaged, defect)

24 Branch
x86_64
Windows 8
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 873857

People

(Reporter: mp3geek, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20130522 Firefox/24.0 (Nightly/Aurora) Build ID: 20130522031027 Steps to reproduce: We have a opensearch (which was working).. in previous builds (will need to nail down which builds it started on), now not searching http://pastie.org/private/k4okm86w2fd8igwmnbosvq <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> <os:ShortName>Provisioning</os:ShortName> <os:Description>Provisioning</os:Description> <os:InputEncoding>ISO-8859-1</os:InputEncoding> <os:Image width="16" height="16">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADTUlEQVQ4jVWTf0wUdADFv5s1U8nJODjvuoCDO09UbgdHaGY0CBmmoeIYDrAof7QilcCzQOcKDFK6Q2LjEDguD9NLRrK68aNU8AgdeJgcHIEzk11stOaUjNjg8NMfTBvvr/fH+7y/3hOrDc8RWbAIrcGP6CI/XipdytqyZawv92dDZQBx1RLiLUEknpGSdE7GpgtyNl9UkPLDi2xrDUFEFixi9ZFnWROlYZVJICsSLN+zgMNlWTTaSvn+688pM75L7EdhhJif4TWHhJRWBdtaQ0i9pEToji3hUPkOXkhejH+BwGotBf6Ef67BeBOM2mDUCt7zjFoLiCoMIq5DyvarStI6wxDRn/nharMhIgS/D/4IU33wm5VpdwW+myeg9wj8/D69tlyGTr8DzTlEH5LxRl8w6d0qhP7TpTDQz+59O8Dn4vHtGnwDX8Evx6F7Pz212Xg8Hqrtl/DcGYfvkhkr2kq4RUJGjxoRUxAAPABvI9yrB3cZ3PgEV/0unJdbAXg4OUNL208AOE+lwdkEtqQryXKtQMQWBsLsKIxUwq1ifv12D862Jmb4X0aj8akf9j6AqlDMyWp2dqkR64ol4O1louso7c0NTPiYp7GxMcxmMyMjIwx6hvBOQX/NbrpTlKQ6whEbKgPwNtczdcWAwznEdZeb9vZ2rFYrdrsdk8k0r3D4EdgNiVzZKCPVoULE1wXxRclOGD7B9caTT4Nut3seeGcSLMey+SN/AVQFUhIZQOa1lYjEM1JCD/rDoJnJsxu5+9c0ALcGPDC3CCwnDfR/uBAq5VCrgqMyXtFJ2Hc3EpF0TkaEfSFNxbvg8tvcsB3m9kOYBRpqjDg/eB6qgsEcAdUaKFfQuN4PTUUYOeM6xKYLchJapChL/Jk1Z8D5eEzHC+nIC4WacKjTwmntHPylgr4ti1ElSNn7OJoD96MQmy8q2Nqi4PWrcjQlgXTtfxmscfDNOmjQQ90aqFDiy5dg0y8hPElK5iMdeT49uRN6xJNXpXYqedMVitYhJyZbwcfxSupeDaY2djkHNcvQrw1klUXFXvTkzejJ/VtP/r8xiCevSusMI71bRUaPmqw+DZm9GtI71aR3rOCtmxG8d09LzriOA/ejyJ2Ygw3TsfwH8BCtSzwJGhwAAAAASUVORK5CYII=</os:Image> <SearchForm>http://testwebsite/</SearchForm> <os:Url type="text/html" method="POST" template="http://testwebsite/search.php"> <os:Param name="Search" value="{searchTerms}"/> <os:Param name="submit" value="Search"/> </os:Url> </SearchPlugin> Actual results: If attempting to search for a string, doesn't search the string, null/empty character? Expected results: Should search for string, when entered.
Summary: Custome Opensearch is now failing to search → Custom Opensearch is now failing to search
1368716868/ 19-May-2013 18:01 - GOOD 1368735469/ 20-May-2013 00:02 - BAD
1368735469/ 20-May-2013 00:02 - BAD (not parsing "Search"): Request URL: http://website.com/search.php Request Method: GET Status Code: HTTP/1.1 200 OK Request Headers 14:54:55.000 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20130516 Firefox/24.0 Host: website.com DNT: 1 Connection: keep-alive Authorization: Basic cnlhbmJyb3duOlJ5YW45OGJy Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Response Headers Δ4104ms X-Powered-By: PHP/5.3.3-7+squeeze13 Vary: Accept-Encoding Transfer-Encoding: chunked Server: Apache/2.2.16 (Debian) Keep-Alive: timeout=15, max=100 Date: Thu, 23 May 2013 02:54:51 GMT Content-Type: text/html Content-Encoding: gzip Connection: Keep-Alive Response Body Δ6682ms ------ 1368716868/ 19-May-2013 18:01 Good: Request URL: http://website.com/search.php Request Method: POST Status Code: HTTP/1.1 200 OK Request Headers 14:58:55.000 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20130516 Firefox/24.0 Host: website.com DNT: 1 Connection: keep-alive Authorization: Basic cnlhbmJyb3duOlJ5YW45OGJy Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Sent Form Data submit: Search Search: test Response Headers Δ374ms X-Powered-By: PHP/5.3.3-7+squeeze13 Vary: Accept-Encoding Server: Apache/2.2.16 (Debian) Keep-Alive: timeout=15, max=100 Date: Thu, 23 May 2013 02:58:51 GMT Content-Type: text/html Content-Length: 4100 Content-Encoding: gzip Connection: Keep-Alive Response Body Δ0ms
Summary: Custom Opensearch is now failing to search → Opensearch not parsing "Search" {searchTerms}
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.