diff options
| author | Denis Roy | 2019-09-06 15:35:37 +0000 |
|---|---|---|
| committer | Denis Roy | 2019-09-06 15:35:37 +0000 |
| commit | 2ee22a20e0b34c061a911e742094f73387ead558 (patch) | |
| tree | af095b31568d6f3cda59a8bda821480c49711fc6 | |
| parent | d9982eb2ef6d7957de21d41909e221f16f42b30d (diff) | |
| download | errors-2ee22a20e0b34c061a911e742094f73387ead558.tar.gz errors-2ee22a20e0b34c061a911e742094f73387ead558.tar.xz errors-2ee22a20e0b34c061a911e742094f73387ead558.zip | |
Bug 550688: ?d at end of update site causes downloaded artifacts to be
broken
Change-Id: Ide5be253e902f8fd7f550836d1688da477bbab2d
Signed-off-by: Denis Roy <denis.roy@eclipse-foundation.org>
| -rw-r--r-- | .settings/.gitignore | 5 | ||||
| -rw-r--r-- | download.eclipse.org/404.php | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.settings/.gitignore b/.settings/.gitignore new file mode 100644 index 0000000..602db06 --- /dev/null +++ b/.settings/.gitignore @@ -0,0 +1,5 @@ +/.jsdtscope +/org.eclipse.php.core.prefs +/org.eclipse.wst.common.project.facet.core.xml +/org.eclipse.wst.jsdt.ui.superType.container +/org.eclipse.wst.jsdt.ui.superType.name diff --git a/download.eclipse.org/404.php b/download.eclipse.org/404.php index 2ca4efa..c719fb1 100644 --- a/download.eclipse.org/404.php +++ b/download.eclipse.org/404.php @@ -83,7 +83,7 @@ foreach ($dirs as $directory) { if($directory != "." ) { - $dir_html .= "<img src='//dev.eclipse.org/small_icons/places/folder.png'><a href='" . $_SERVER['REQUEST_URI'] . "$directory/?d'> " . $directory . "</a><br />\n"; + $dir_html .= "<img src='//dev.eclipse.org/small_icons/places/folder.png'><a href='" . $_SERVER['REQUEST_URI'] . "$directory/'> " . $directory . "</a><br />\n"; } } foreach ($files as $file) { |
