CodeProject search broken :(
-
When searching CP the next and last links appear to be broken, displaying a page not found message. I believe the error is very simple. The case of a parameter in the url appears to be the cause. Eg: http://www.codeproject.com/info/search.asp?target=blah+flibble&st=au&qm=all&Page=2 Should be: http://www.codeproject.com/info/search.asp?target=blah+flibble&st=au&qm=all&page=2 Note the case of the 'page' parameter. -- The Obliterator
-
When searching CP the next and last links appear to be broken, displaying a page not found message. I believe the error is very simple. The case of a parameter in the url appears to be the cause. Eg: http://www.codeproject.com/info/search.asp?target=blah+flibble&st=au&qm=all&Page=2 Should be: http://www.codeproject.com/info/search.asp?target=blah+flibble&st=au&qm=all&page=2 Note the case of the 'page' parameter. -- The Obliterator
I thought ASP was case-insensitive Request.QueryString("path") would be same as Request.QueryString("Path") Or am I wrong here? Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
I thought ASP was case-insensitive Request.QueryString("path") would be same as Request.QueryString("Path") Or am I wrong here? Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
No, ASP is case insensitive. The problem was a Server.URLEncode gone mad. Mad I tells ya. It's been subdued. Peace has returned. cheers, Chris Maunder
-
I thought ASP was case-insensitive Request.QueryString("path") would be same as Request.QueryString("Path") Or am I wrong here? Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
Well I thought it was, but changing the case and submitting manually retrieved the correct page. Go figure?! Maybe Chris is secrently running linux or something! :) -- The Obliterator
-
Well I thought it was, but changing the case and submitting manually retrieved the correct page. Go figure?! Maybe Chris is secrently running linux or something! :) -- The Obliterator
Obliterator wrote: Maybe Chris is secrently running linux or something He'll soon be running Linux once they get the CLR ready for Linux :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut