You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Osma Suominen <os...@helsinki.fi> on 2014/02/27 16:20:40 UTC

Jena download page broken?

Hi!

I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/

The .tar.gz download link is given as 
http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-1.0.1-distribution.tar.gz

That URL doesn't work.

The [preferred] here is a bit suspicious. Also I can see other similar 
artefacts on the page, such as [if-any logo] [end].

Is there some template processing that is broken?

I found the download via the mirror list.

-Osma

-- 
Osma Suominen
D.Sc. (Tech), Information Systems Specialist
National Library of Finland
P.O. Box 26 (Teollisuuskatu 23)
00014 HELSINGIN YLIOPISTO
Tel. +358 50 3199529
osma.suominen@helsinki.fi
http://www.nationallibrary.fi

Re: Jena download page broken?

Posted by Andy Seaborne <an...@apache.org>.
On 27/02/14 17:59, Osma Suominen wrote:
> 27.02.2014 18:38, Andy Seaborne wrote:
>
>> If we can find a way to redirect (.htaccess) from index.html to
>> index.cgi and still get the index.cgi to work, then we are OK.  But
>> there are competing players in the dispatch.
>>
>> .haccess avoid needing to get it to work in markdown.
>>
>> """
>> DirectoryIndex index.cgi
>> """
>>
>> and it seems to work on staging.
>>
>> Does
>>
>> http://jena.staging.apache.org/download/
>>
>> work for you?
>
> Yes! And I'm pretty sure it wasn't in any browser cache.

Thanks -

I had tried a redirection (which didn't work - seemed to go in cirles 
and give a 500) and in my browser it did get cached for a while.

>> And next maybe index.html to go index.cgi but at least my first attempt
>> didn't seem to do it (but if you get them wrong, the browser may have
>> cached redirects and it's hard t see if you're hitting old stuff).
>
> index.html (also not from cache) gave me the same page but with the
> template stuff not working, as in my original report.

OK - 1 out of 2 then :-)

Either I got the rewrite rule wrong or the decision to execute rather 
than server is mixed up with the .htaccess routing.
(.cgi is an executable that calcs the current mirrors)

	thanks
	Andy



>
> -Osma
>


Re: Jena download page broken?

Posted by Osma Suominen <os...@helsinki.fi>.
27.02.2014 18:38, Andy Seaborne wrote:

> If we can find a way to redirect (.htaccess) from index.html to
> index.cgi and still get the index.cgi to work, then we are OK.  But
> there are competing players in the dispatch.
>
> .haccess avoid needing to get it to work in markdown.
>
> """
> DirectoryIndex index.cgi
> """
>
> and it seems to work on staging.
>
> Does
>
> http://jena.staging.apache.org/download/
>
> work for you?

Yes! And I'm pretty sure it wasn't in any browser cache.

> And next maybe index.html to go index.cgi but at least my first attempt
> didn't seem to do it (but if you get them wrong, the browser may have
> cached redirects and it's hard t see if you're hitting old stuff).

index.html (also not from cache) gave me the same page but with the 
template stuff not working, as in my original report.

-Osma

-- 
Osma Suominen
D.Sc. (Tech), Information Systems Specialist
National Library of Finland
P.O. Box 26 (Teollisuuskatu 23)
00014 HELSINGIN YLIOPISTO
Tel. +358 50 3199529
osma.suominen@helsinki.fi
http://www.nationallibrary.fi

Re: Jena download page broken?

Posted by Andy Seaborne <an...@apache.org>.
On 27/02/14 16:18, Osma Suominen wrote:
> On 27/02/14 18:00, Rob Vesse wrote:
>> Osma
>>
>> This is an artefact of a change to our download page to comply with
>> Apache
>> policy - the actual download page is at
>> http://jena.apache.org/download/index.cgi but unfortunately if you browse
>> to http://jena.apache.org/download/ then you get only the download
>> template page with the broken links due to a configuration oddity of
>> Apache CMS based websites
>>
>> If you found the download page via some other link (rather than by typing
>> into your address bar) could you please let us know so we can correct
>> that
>> link
>
> Hi Rob!
>
> I googled "jena download" and clicked the first result, which leads to
> http://jena.apache.org/download/
>
> Good luck correcting that one ;)

Quite!

>
> -Osma
>
>

If we can find a way to redirect (.htaccess) from index.html to 
index.cgi and still get the index.cgi to work, then we are OK.  But 
there are competing players in the dispatch.

.haccess avoid needing to get it to work in markdown.

"""
DirectoryIndex index.cgi
"""

and it seems to work on staging.

Does

http://jena.staging.apache.org/download/

work for you?

And next maybe index.html to go index.cgi but at least my first attempt 
didn't seem to do it (but if you get them wrong, the browser may have 
cached redirects and it's hard t see if you're hitting old stuff).

	Andy


Re: Jena download page broken?

Posted by Osma Suominen <os...@helsinki.fi>.
On 27/02/14 18:00, Rob Vesse wrote:
> Osma
>
> This is an artefact of a change to our download page to comply with Apache
> policy - the actual download page is at
> http://jena.apache.org/download/index.cgi but unfortunately if you browse
> to http://jena.apache.org/download/ then you get only the download
> template page with the broken links due to a configuration oddity of
> Apache CMS based websites
>
> If you found the download page via some other link (rather than by typing
> into your address bar) could you please let us know so we can correct that
> link

Hi Rob!

I googled "jena download" and clicked the first result, which leads to 
http://jena.apache.org/download/

Good luck correcting that one ;)

-Osma


-- 
Osma Suominen
D.Sc. (Tech), Information Systems Specialist
National Library of Finland
P.O. Box 26 (Teollisuuskatu 23)
00014 HELSINGIN YLIOPISTO
Tel. +358 50 3199529
osma.suominen@helsinki.fi
http://www.nationallibrary.fi

Re: Jena download page broken?

Posted by Rob Vesse <rv...@dotnetrdf.org>.
Osma

This is an artefact of a change to our download page to comply with Apache
policy - the actual download page is at
http://jena.apache.org/download/index.cgi but unfortunately if you browse
to http://jena.apache.org/download/ then you get only the download
template page with the broken links due to a configuration oddity of
Apache CMS based websites

If you found the download page via some other link (rather than by typing
into your address bar) could you please let us know so we can correct that
link

Thanks,

Rob

On 27/02/2014 15:20, "Osma Suominen" <os...@helsinki.fi> wrote:

>Hi!
>
>I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/
>
>The .tar.gz download link is given as
>http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-
>1.0.1-distribution.tar.gz
>
>That URL doesn't work.
>
>The [preferred] here is a bit suspicious. Also I can see other similar
>artefacts on the page, such as [if-any logo] [end].
>
>Is there some template processing that is broken?
>
>I found the download via the mirror list.
>
>-Osma
>
>-- 
>Osma Suominen
>D.Sc. (Tech), Information Systems Specialist
>National Library of Finland
>P.O. Box 26 (Teollisuuskatu 23)
>00014 HELSINGIN YLIOPISTO
>Tel. +358 50 3199529
>osma.suominen@helsinki.fi
>http://www.nationallibrary.fi





Re: Jena download page broken?

Posted by Andy Seaborne <an...@apache.org>.
On 28/02/14 09:58, Rob Vesse wrote:
> Looks good, after a force refreshed (Ctrl+Refresh) to clear the cache the
> page now redirects and renders correctly
>
> Rob

Thanks for checking - the site has been published.  The emergencey 
back-out procedure is to delete the file content/download/.htaccess and 
republish.

	Andy

>
> On 28/02/2014 09:00, "Andy Seaborne" <an...@apache.org> wrote:
>
>> I *may* have fixed the download page setup by installing an .htaccess
>> file with:
>>
>> ---------------
>> DirectoryIndex index.cgi
>> RewriteBase  /download/
>> RewriteRule  ^index\.html$      index.cgi
>> ---------------
>>
>> so /download/ is sent to index.cgi and /download/index.html is rewritten.
>>
>> By looking at the real mirrors.cgi [1], I think it opens index.html as a
>> file so the HTTP rewrite isn't going to go round and round in circles.
>>
>> On staging now and if it checks out as stable, we can publish it.
>>
>> 	Andy
>>
>> [1] I hope that's
>> https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/dyn/mir
>> rors/mirrors.cgi
>>
>> -------- Original Message --------
>> Subject: Jena download page broken?
>> Date: Thu, 27 Feb 2014 17:20:40 +0200
>> From: Osma Suominen <os...@helsinki.fi>
>> Reply-To: users@jena.apache.org
>> To: users@jena.apache.org
>>
>> Hi!
>>
>> I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/
>>
>> The .tar.gz download link is given as
>> http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-
>> 1.0.1-distribution.tar.gz
>>
>> That URL doesn't work.
>>
>> The [preferred] here is a bit suspicious. Also I can see other similar
>> artefacts on the page, such as [if-any logo] [end].
>>
>> Is there some template processing that is broken?
>>
>> I found the download via the mirror list.
>>
>> -Osma
>>
>
>
>
>


Re: Jena download page broken?

Posted by Rob Vesse <rv...@dotnetrdf.org>.
Looks good, after a force refreshed (Ctrl+Refresh) to clear the cache the
page now redirects and renders correctly

Rob

On 28/02/2014 09:00, "Andy Seaborne" <an...@apache.org> wrote:

>I *may* have fixed the download page setup by installing an .htaccess
>file with:
>
>---------------
>DirectoryIndex index.cgi
>RewriteBase  /download/
>RewriteRule  ^index\.html$      index.cgi
>---------------
>
>so /download/ is sent to index.cgi and /download/index.html is rewritten.
>
>By looking at the real mirrors.cgi [1], I think it opens index.html as a
>file so the HTTP rewrite isn't going to go round and round in circles.
>
>On staging now and if it checks out as stable, we can publish it.
>
>	Andy
>
>[1] I hope that's 
>https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/dyn/mir
>rors/mirrors.cgi
>
>-------- Original Message --------
>Subject: Jena download page broken?
>Date: Thu, 27 Feb 2014 17:20:40 +0200
>From: Osma Suominen <os...@helsinki.fi>
>Reply-To: users@jena.apache.org
>To: users@jena.apache.org
>
>Hi!
>
>I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/
>
>The .tar.gz download link is given as
>http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-
>1.0.1-distribution.tar.gz
>
>That URL doesn't work.
>
>The [preferred] here is a bit suspicious. Also I can see other similar
>artefacts on the page, such as [if-any logo] [end].
>
>Is there some template processing that is broken?
>
>I found the download via the mirror list.
>
>-Osma
>





Fwd: Jena download page broken?

Posted by Andy Seaborne <an...@apache.org>.
I *may* have fixed the download page setup by installing an .htaccess 
file with:

---------------
DirectoryIndex index.cgi
RewriteBase  /download/
RewriteRule  ^index\.html$      index.cgi
---------------

so /download/ is sent to index.cgi and /download/index.html is rewritten.

By looking at the real mirrors.cgi [1], I think it opens index.html as a 
file so the HTTP rewrite isn't going to go round and round in circles.

On staging now and if it checks out as stable, we can publish it.

	Andy

[1] I hope that's 
https://svn.apache.org/repos/asf/infrastructure/site/trunk/content/dyn/mirrors/mirrors.cgi

-------- Original Message --------
Subject: Jena download page broken?
Date: Thu, 27 Feb 2014 17:20:40 +0200
From: Osma Suominen <os...@helsinki.fi>
Reply-To: users@jena.apache.org
To: users@jena.apache.org

Hi!

I'm trying to download Fuseki 1.0.1 from http://jena.apache.org/download/

The .tar.gz download link is given as
http://jena.apache.org/download/%5Bpreferred%5D/jena/binaries/jena-fuseki-1.0.1-distribution.tar.gz

That URL doesn't work.

The [preferred] here is a bit suspicious. Also I can see other similar
artefacts on the page, such as [if-any logo] [end].

Is there some template processing that is broken?

I found the download via the mirror list.

-Osma