As far as I understand Payara is built from glassfish sources.
So it would have the same bug. It's a race condition and I doubt that it's fixed in Payara and not in glassfish. Also it's a high risk proposition to switch app servers for a single bug.
> On Jun 24, 2015, at 9:38 AM, Matyas Bene <matyas.bene_at_youstice.com> wrote:
>
> Why don’t you use one of the Payara builds?
> http://www.payara.co.uk/home
>
> Latest version includes Jersey 2.17
>
>
> From: Lenny Primak [mailto:lenny_at_flowlogix.com]
> Sent: Wednesday, June 24, 2015 4:36 PM
> To: users_at_jersey.java.net
> Subject: [Jersey] Instructions to upgrade current Glassfish 4.1 stable
>
> Hi,
>
> I am trying to get Jersey 2.18 working with Glassfish. I tried the nightly build, but
> it fails due to other bugs.
> Can someone let me know what the steps are to upgrade the stable GF 4.1 release to Jersey 2.18?
>
> Specifically, I am interested in a fix for this bug:
> https://java.net/jira/browse/JERSEY-2661
> which was fixed since Jersey 2.13
>
> Thank you