Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.programmer > #5837
| From | Lee Fesperman <firstsql@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java.net redirect problems |
| Date | 2011-07-03 17:49 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <927b45d6-438f-499c-837a-52e7f684655b@h38g2000pro.googlegroups.com> (permalink) |
| References | <5j1n07laebv39ek3houklrp3sk805lcoqm@4ax.com> <lp1n0711t6q2ufs20ln8lmm1lhcglqdngb@4ax.com> |
On Jun 29, 1:13 pm, Roedy Green <see_webs...@mindprod.com.invalid> wrote: > On Wed, 29 Jun 2011 13:11:08 -0700, Roedy Green > <see_webs...@mindprod.com.invalid> wrote, quoted or indirectly quoted > someone who said : > > >java.net (where you get jdk 1.7, truezip etc) has been ill the last > >few days. Today Oracle did a very odd thing. They PERMANENTLY > >redirected every page on java.net to oracle.com/index.html Oracle's 'outage' also caused me headaches. I needed to parse XML DTDs and wrote a test program implementing DeclHandler for SAX. My first run was against a ra.xml file for JCA 1.0, which uses an external DTD (http://java.sun.com/dtd/connector_1_0.dtd). Well, it crashed with an unintelligible error. After several rechecks of my code, I decided to look the connect_1_0.dtd itself. I plugged the above URL into the browser and got the Oracle Splash Screen. Oracle has since fixed the problem, but I wondered how many systems are dependent (per Oracle/Sun's Specifications) on information stored at 'magic' URLs at sun.com, like DTDs, XSDs and perhaps more. I would think that most Application Servers would keep their own copy of such things and 'rewrite' the affected XML; however standalone software may not. -- Lee Fesperman, FirstSQL Software (http://www.firstsql.com) ============================================================= * Pure Java implementation, runs on cellphones to mainframes * FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
Java.net redirect problems Roedy Green <see_website@mindprod.com.invalid> - 2011-06-29 13:11 -0700
Re: Java.net redirect problems Roedy Green <see_website@mindprod.com.invalid> - 2011-06-29 13:13 -0700
Re: Java.net redirect problems Lee Fesperman <firstsql@gmail.com> - 2011-07-03 17:49 -0700
csiph-web