Community
Participate
Working Groups
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 ... :)
I think I've taken care of all of these issues on nu-build.
'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.
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.
For some reason, I think we're good here.