Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326019 - a few more items for new build server, related to it web server configuration
Summary: a few more items for new build server, related to it web server configuration
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 23:25 EDT by David Williams CLA
Modified: 2013-11-26 16:03 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2010-09-22 23:25:45 EDT
On the "old" build machine, there had been some customization to the standard weserver configuration that don't seem to have been carried forward. 

a) treating md4 and sha1 file extensions as "text" content types (see bug 317393). 

b) might want to check that "php jar" stuff too? [but I've not seen any issues literally in this area]. (bug 148879) 

c) has the "php" level changed? Or perhaps as a symptom of 'b', I had a bug in some php files where I had forgotten the 'php' at the beginning of the file ... I just had <? (phpcode) ?> instead of <?php (phpcode) ?> and they no longer worked until I added those three letters. Makes me think a new level of php if very strict about it, or files with 'php' extension are not automatically be detected as php files? 

Just letting you know ... :)
Comment 1 Denis Roy CLA 2010-09-24 15:40:47 EDT
I think I've taken care of all of these issues on nu-build.
Comment 2 David Williams CLA 2010-09-24 19:30:42 EDT
'a' seems fine (sha1 and md5 files returned as text, even if 'zip' in filename. 

but ... I thought of a test case (of sorts) to test php/jar issue, and found that a jar with php in the name can not be retrieved via wget. 

The following wget fails with "500 Internal Server Error"

wget http://build.eclipse.org/indigo/aggregation/final/aggregate/plugins/org.eclipse.php.core.parser_2.2.0.v20100410-0300.jar

Note the same file from 'download' can be retrieved. 

http://download.eclpse.org/releases/staging/aggregate/plugins/org.eclipse.php.core.parser_2.2.0.v20100410-0300.jar

I am not sure this is a perfect test, but I'd think p2 would fail in similar way.
Comment 3 David Williams CLA 2011-10-04 12:30:29 EDT
Confirmed this is still happening (in 'build' machine) ... and, still minor, but since the "test case" has changed (since file names change) thought I'd document what I found ... 

This "php jar" fails with wget:   ERROR 500: Internal Server Error.

wget http://build.eclipse.org/indigo/aggregation/final/aggregate/plugins/org.eclipse.php.core.parser_3.0.0.v20110516-1100.jar


This wget with "non-php jar" works fine 

wget http://build.eclipse.org/indigo/aggregation/final/aggregate/plugins/org.uddi4j_2.0.5.v200805270300.jar

Just documenting ... nothing urgent.
Comment 4 Denis Roy CLA 2013-11-26 16:03:29 EST
For some reason, I think we're good here.