From owner-freebsd-java@FreeBSD.ORG Fri Jan 21 23:13:45 2011 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3831F106566B for ; Fri, 21 Jan 2011 23:13:45 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from fep32.mx.upcmail.net (fep32.mx.upcmail.net [62.179.121.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3998D8FC19 for ; Fri, 21 Jan 2011 23:13:43 +0000 (UTC) Received: from edge05.upcmail.net ([192.168.13.212]) by viefep18-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110121225802.XRNG1353.viefep18-int.chello.at@edge05.upcmail.net> for ; Fri, 21 Jan 2011 23:58:02 +0100 Received: from pinky ([213.46.23.80]) by edge05.upcmail.net with edge id yNxz1f02B1jgp3H05Ny1Wz; Fri, 21 Jan 2011 23:58:02 +0100 X-SourceIP: 213.46.23.80 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-java@freebsd.org References: Date: Fri, 21 Jan 2011 23:57:59 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.00 (Win32) X-Cloudmark-Analysis: v=1.1 cv=tMVj8KYobzzX0EiRnC7vY2isLrCxFvdg4RrHWPZXwJ0= c=1 sm=0 a=Cj4qRtMcj_QA:10 a=bgpUlknNv7MA:10 a=kj9zAlcOel0A:10 a=7sixaqs4AAAA:8 a=6I5d2MoRAAAA:8 a=ooQTZCsAT_AKBNTKJ5wA:9 a=G_qpJsO9yIZTa88bwIEA:7 a=2iqZybaPFbjJksyZSyzPfV_Xzv4A:4 a=CjuIK1q_8ugA:10 a=RutP9BpIj7YA:10 a=8Z7Il6AnOpQA:10 a=KQWg8ElGf5oA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Subject: Re: Minor problem on patchset website X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 23:13:45 -0000 On Fri, 21 Jan 2011 15:34:34 +0100, Alexander Johannes wrote: > Hi, > > after having some trouble downloading the current patchset for JDK > 1.6.0, i noticed the following differences: > > http://www.eyesbeyond.com/freebsddom/java/JDK16JRLConfirm.html -> accept > works, download starts > http://eyesbeyond.com/freebsddom/java/JDK16JRLConfirm.html -> accept > does not work, redirects only to startpage > > The missing 'www' is not easy to spot and the rest of the site does not > seam to be broken. I recommend, that you either redirect all traffic to > www.eyesbeyond.com, or that you fix the cgi-script to work on both > domains. > > Thanks in advance, > > Alex_______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" Although it doesn't answer your question, you might try the port java/openjdk6. It is much more recent than java/jdk16. Ronald.