Surely I should still be able to download it, and it not be an empty file whatever the
mimetype
pmuir@animal ~ $ wget
http://jboss.com/products/seam/components-1.1.dtd
| --23:39:20--
http://jboss.com/products/seam/components-1.1.dtd
| => `components-1.1.dtd'
| Resolving jboss.com... 64.74.196.205
| Connecting to jboss.com|64.74.196.205|:80... connected.
| HTTP request sent, awaiting response... 200 OK
| Length: 0 [application/octet-stream]
|
| [ <=> ] 0 --.--K/s
|
| 23:39:20 (0.00 B/s) - `components-1.1.dtd' saved [0/0]
|
| pmuir@animal ~ $ wc components-1.1.dtd
| 0 0 0 components-1.1.dtd
and indeed events-1.1.dtd is fine:
pmuir@animal ~ $ wget
http://jboss.com/products/seam/events-1.1.dtd
| --23:40:25--
http://jboss.com/products/seam/events-1.1.dtd
| => `events-1.1.dtd'
| Resolving jboss.com... 64.74.196.205
| Connecting to jboss.com|64.74.196.205|:80... connected.
| HTTP request sent, awaiting response... 200 OK
| Length: 312 [application/octet-stream]
|
| 100%[====================================>] 312 --.--K/s
|
| 23:40:25 (37.19 MB/s) - `events-1.1.dtd' saved [312/312]
|
| pmuir@animal ~ $ wc events-1.1.dtd
| 14 30 312 events-1.1.dtd
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985977#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...