Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] problem with aspectj downloads on Win XP SP2

Yup, that would do it.  A fresh Apache doesn't have the JAR file type mapped
to a binary Content-Type, and I perhaps MSIE somehow recognizes that the
text is actually a zip stream (perhaps from the first few bytes of the file)
and assumes it is a ZIP.  

I've forwarded both your messages on to webmaster--thanks.

Mik

> -----Original Message-----
> From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx]
> On Behalf Of Ganesh Sittampalam
> Sent: Friday, September 17, 2004 3:11 AM
> To: aspectj-dev@xxxxxxxxxxx
> Subject: Re: [aspectj-dev] problem with aspectj downloads on Win XP SP2
> 
> On Fri, 17 Sep 2004, Matthew Webster wrote:
> 
> > I don't think this is an SP2 problem. I have SP1 and had the same
> problem
> > yesterday.
> 
> I would guess that the incorrect Content-Type is to blame:
> 
> ganesh@musketeer:~$ HEAD
> http://download.eclipse.org/technology/ajdt/aspectj-1.2.jar
> 200 OK
> Connection: close
> Date: Fri, 17 Sep 2004 10:03:26 GMT
> Accept-Ranges: bytes
> ETag: "6d8020-59696a-9f48c8c0"
> Server: Apache/2.0.40
> Content-Length: 5859690
> Content-Type: text/plain; charset=ISO-8859-1
> Last-Modified: Tue, 25 May 2004 09:45:47 GMT
> Client-Date: Fri, 17 Sep 2004 10:09:19 GMT
> Client-Peer: 204.138.98.18:80
> Client-Response-Num: 1
> 
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top