Bug 255641

Summary: Fingerprint scales selection does not work on download.eclipse.org server
Product: [Eclipse Project] Platform Reporter: Frederic Fusier <frederic_fusier>
Component: RelengAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir, philippe_mulet
Version: 3.4Keywords: performance, test
Target Milestone: 3.5 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed patch none

Description Frederic Fusier CLA 2008-11-18 08:57:16 EST
Looking at M20081105-1550 performance results at:
http://download.eclipse.org/eclipse/downloads/drops/M20081105-1550/performance/performance.php

the selection of different scale for fingerprints has no effect on download.eclipse.org server although the address looks correct (i.e. ending with corresponding query string "?fp_type=X")
Comment 1 Frederic Fusier CLA 2008-11-18 08:59:28 EST
Problem came from the use of the predefined variable $QUERY_STRING. It seems that this notation is not supported by all PHP server and some needs the strict usage of $_SERVER['QUERY_STRING']...
Comment 2 Frederic Fusier CLA 2008-11-18 09:01:53 EST
Created attachment 118135 [details]
Proposed patch
Comment 3 Frederic Fusier CLA 2008-11-18 09:57:09 EST
Released for 3.5M4 in HEAD stream.