Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Unable to Add SameSite Cookie Attribute Value in Jetty 12 with Java 17

Hi Shrinivas,

I don't think you can respectfully ask people to fix a specific configuration
without having yourself dig in the source code and the code path resulting to a NoSuchMethodException.
Such error is often related to a bad library mix in your classpath or using by reflection a removed method.

If you have no time to investigate or enough deep knowledge of how Jetty works,
the webtide commercial support is for you.

Regards,
Guillaume


Le dim. 8 sept. 2024 à 18:01, Shrinivas Rudrawar via jetty-dev <jetty-dev@xxxxxxxxxxx> a écrit :
Hello Simone,

Thanks for your swift reply.

We did try the suggestion by Jan but it didn't work.

We also open the issue on the jetty GitHub page. Following are the details:

https://github.com/jetty/jetty.project/issues/12241

Since, the response on the GitHub takes time and we are stuck in this issue due to which the release is getting delayed, please look at the problem and let us know if we are doing any thing wrong or there is no support from jetty side in version 12 to set the samesite attribute via XML

Thanks,
Shrinivas

On Sun, Sep 8, 2024 at 8:40 PM deepak jain <bhaijidj711@xxxxxxxxx> wrote:
Hello Simone,

Thanks for your swift reply.

We did try the suggestion by Jan but it didn't work.

We also open the issue on the jetty GitHub page. Following are the details:


Since, the response on the GitHub takes time and we are stuck in this issue due to which the release is getting delayed, please look at the problem and let us know if we are doing any thing wrong or there is no support from jetty side in version 12 to set the samesite attribute via XML.

Thanks 
Deepak 


On Sat, 7 Sept, 2024, 4:28 pm Simone Bordet, <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Fri, Sep 6, 2024 at 2:55 PM Shrinivas Rudrawar via jetty-dev
<jetty-dev@xxxxxxxxxxx> wrote:
>
> Dear Team,
>
> We need a solution urgently. Could you please help us resolve this issue?

Jan gave you indications in a previous email, did you try?

If you need Jetty support, you can contact Webtide, see:
https://jetty.org/support.html

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev

Back to the top