users@jersey.java.net

RE: [Jersey] JSR311 encourages bad design

From: Markus KARG <markus.karg_at_gmx.net>
Date: Wed, 31 Dec 2008 18:39:43 +0100

If you don't want to get it cached, just use GET and set the Cache-control:
no-cache header.

Regards
Markus

> -----Original Message-----
> From: Gili [mailto:cowwoc_at_bbs.darktech.org]
> Sent: Mittwoch, 31. Dezember 2008 16:32
> To: users_at_jersey.dev.java.net
> Subject: RE: [Jersey] JSR311 encourages bad design
>
>
>
> Markus KARG wrote:
> >
> > Why using POST for GETting images? I'd rather would do a simple GET
> for
> > this.
> >
>
> Because the returned list contains random values that should not be
> cached.
> As far as I know, POST is the only way to achieve this.
>
> Gili
> --
> View this message in context: http://n2.nabble.com/JSR311-encourages-
> bad-design-tp2094913p2096335.html
> Sent from the Jersey mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net