| Summary: | a few more items for new build server, related to it web server configuration | ||
|---|---|---|---|
| Product: | Community | Reporter: | David Williams <david_williams> |
| Component: | Servers | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | denis.roy |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
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. |