Bug 255641 - Fingerprint scales selection does not work on download.eclipse.org server
Summary: Fingerprint scales selection does not work on download.eclipse.org server
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks:
 
Reported: 2008-11-18 08:57 EST by Frederic Fusier CLA
Modified: 2008-11-19 12:17 EST (History)
2 users (show)

See Also:


Attachments
Proposed patch (2.88 KB, patch)
2008-11-18 09:01 EST, Frederic Fusier CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.