Re: The different output with Date whether the Http request have application/json

2023-12-05 Thread Lukasz Lenart
I wouldn't mix the REST plugin (which has it's own JSON handler) with the JSON plugin - use one or another. Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.ap

Re: The different output with Date whether the Http request have application/json

2023-12-04 Thread 哈哈哈哈
g out! > > > > Could you please try setting your desired value to Struts constant > > "struts.json.dateformat" and see if any change happens? Or try > > https://stackoverflow.com/a/59471917? > > > > Regards, > > Yasser > > > > > &g

Re: The different output with Date whether the Http request have application/json

2023-12-04 Thread 哈哈哈哈
d value to Struts constant > "struts.json.dateformat" and see if any change happens? Or try > https://stackoverflow.com/a/59471917? > > Regards, > Yasser > > > > From: > Sent: Saturday, December 2, 2023 4:21 PM > To: user@st

Re: The different output with Date whether the Http request have application/json

2023-12-03 Thread Yasser Zamani
, December 2, 2023 4:21 PM To: user@struts.apache.org Subject: The different output with Date whether the Http request have application/json Hi all: I am new of use struts framework , and when I have a request with no application/json to my app which use Struts framework having json plugin

The different output with Date whether the Http request have application/json

2023-12-02 Thread 哈哈哈哈
Hi all: I am new of use struts framework , and when I have a request with no application/json to my app which use Struts framework having json plugin , The Date Object return is something like “2015-05-04T10:08:15+00:00” which is RFC 3339 format , Its fine . But when I have request with heade