public inbox for [email protected]
help / color / mirror / Atom feedjdbc.postgresql.org still configured to send .jars as text/plain
5+ messages / 2 participants
[nested] [flat]
* jdbc.postgresql.org still configured to send .jars as text/plain
@ 2004-02-29 09:57 Justin Clift <[email protected]>
2004-02-29 15:42 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Justin Clift @ 2004-02-29 09:57 UTC (permalink / raw)
To: pgsql-www
Hi,
Just tried downloading the latest JDBC driver from jdbc.postgresql.org,
and it's still configured to send .jar files as content-type "text/plain".
The only way I was able to get it correctly was using IE (!), as IE sees
the .jar extension and overrides the text/plain that the server is
trying to tell it.
Not sure who can fix it, but it's important that it gets done.
:-)
Regards and best wishes,
Justin Clift
--
Executive Director
Digital Distribution Global Training Services Pty. Ltd.
Premier OpenOffice.org and StarOffice Online Training providers
http://www.digitaldistribution.com
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: jdbc.postgresql.org still configured to send .jars
2004-02-29 09:57 jdbc.postgresql.org still configured to send .jars as text/plain Justin Clift <[email protected]>
@ 2004-02-29 15:42 ` Marc G. Fournier <[email protected]>
2004-02-29 18:26 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Marc G. Fournier @ 2004-02-29 15:42 UTC (permalink / raw)
To: Justin Clift <[email protected]>; +Cc: pgsql-www
I can fix, but what should it be sending it as?
On Sun, 29 Feb 2004, Justin Clift wrote:
> Hi,
>
> Just tried downloading the latest JDBC driver from jdbc.postgresql.org,
> and it's still configured to send .jar files as content-type "text/plain".
>
> The only way I was able to get it correctly was using IE (!), as IE sees
> the .jar extension and overrides the text/plain that the server is
> trying to tell it.
>
> Not sure who can fix it, but it's important that it gets done.
>
> :-)
>
> Regards and best wishes,
>
> Justin Clift
>
> --
> Executive Director
> Digital Distribution Global Training Services Pty. Ltd.
> Premier OpenOffice.org and StarOffice Online Training providers
> http://www.digitaldistribution.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: jdbc.postgresql.org still configured to send .jars
2004-02-29 09:57 jdbc.postgresql.org still configured to send .jars as text/plain Justin Clift <[email protected]>
2004-02-29 15:42 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
@ 2004-02-29 18:26 ` Justin Clift <[email protected]>
2004-02-29 18:30 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Justin Clift @ 2004-02-29 18:26 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: pgsql-www
Marc G. Fournier wrote:
> I can fix, but what should it be sending it as?
Hi Marc,
Probably as some kind of octet stream, or anything else binary.
"application/octet-stream" might be the goer.
:-)
Regards and best wishes,
Justin Clift
--
Executive Director
Digital Distribution Global Training Services Pty. Ltd.
Premier OpenOffice.org and StarOffice Online Training providers
http://www.digitaldistribution.com
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: jdbc.postgresql.org still configured to send .jars
2004-02-29 09:57 jdbc.postgresql.org still configured to send .jars as text/plain Justin Clift <[email protected]>
2004-02-29 15:42 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
2004-02-29 18:26 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
@ 2004-02-29 18:30 ` Marc G. Fournier <[email protected]>
2004-02-29 18:50 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Marc G. Fournier @ 2004-02-29 18:30 UTC (permalink / raw)
To: Justin Clift <[email protected]>; +Cc: pgsql-www
Added
On Mon, 1 Mar 2004, Justin Clift wrote:
> Marc G. Fournier wrote:
> > I can fix, but what should it be sending it as?
>
> Hi Marc,
>
> Probably as some kind of octet stream, or anything else binary.
>
> "application/octet-stream" might be the goer.
>
> :-)
>
> Regards and best wishes,
>
> Justin Clift
>
> --
> Executive Director
> Digital Distribution Global Training Services Pty. Ltd.
> Premier OpenOffice.org and StarOffice Online Training providers
> http://www.digitaldistribution.com
>
>
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: jdbc.postgresql.org still configured to send .jars
2004-02-29 09:57 jdbc.postgresql.org still configured to send .jars as text/plain Justin Clift <[email protected]>
2004-02-29 15:42 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
2004-02-29 18:26 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
2004-02-29 18:30 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
@ 2004-02-29 18:50 ` Justin Clift <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Justin Clift @ 2004-02-29 18:50 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: pgsql-www
Cool. That should make it pretty much 100% workable for people.
:)
Regards and best wishes,
Justin Clift
Marc G. Fournier wrote:
> Added
>
> On Mon, 1 Mar 2004, Justin Clift wrote:
>
>
>>Marc G. Fournier wrote:
>>
>>>I can fix, but what should it be sending it as?
>>
>>Hi Marc,
>>
>>Probably as some kind of octet stream, or anything else binary.
>>
>>"application/octet-stream" might be the goer.
>>
>>:-)
>>
>>Regards and best wishes,
>>
>>Justin Clift
>>
>>--
>>Executive Director
>>Digital Distribution Global Training Services Pty. Ltd.
>>Premier OpenOffice.org and StarOffice Online Training providers
>>http://www.digitaldistribution.com
>>
>>
>
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
--
Executive Director
Digital Distribution Global Training Services Pty. Ltd.
Premier OpenOffice.org and StarOffice Online Training providers
http://www.digitaldistribution.com
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2004-02-29 18:50 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-02-29 09:57 jdbc.postgresql.org still configured to send .jars as text/plain Justin Clift <[email protected]>
2004-02-29 15:42 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
2004-02-29 18:26 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
2004-02-29 18:30 ` Re: jdbc.postgresql.org still configured to send .jars Marc G. Fournier <[email protected]>
2004-02-29 18:50 ` Re: jdbc.postgresql.org still configured to send .jars Justin Clift <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox