Re: NPE in StrutsUploadedFile

2025-05-05 Thread Lukasz Lenart
PR is ready for review https://github.com/apache/struts/pull/1262 wt., 29 kwi 2025 o 19:13 Lukasz Lenart napisał(a): > > wt., 29 kwi 2025 o 14:59 Tamás Barta napisał(a): > > Lukas, could you please fix this bug? > > Sure, please register a ticket :) > > > Cheers > Łukasz ---

Re: NPE in StrutsUploadedFile

2025-04-29 Thread Lukasz Lenart
wt., 29 kwi 2025 o 14:59 Tamás Barta napisał(a): > Lukas, could you please fix this bug? Sure, please register a ticket :) Cheers Łukasz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-m

Re: NPE in StrutsUploadedFile

2025-04-29 Thread Tamás Barta
Hi! I'm afraid I can't and the action class itself is not relevant here, because it isn't called yet. Before the ERROR log (the stacktrace) there is only one log line with empty message: 2025-04-29 10:08:21,810 WARN [org.apache.struts2.interceptor.AbstractFileUploadInterceptor] (default task-131

Re: NPE in StrutsUploadedFile

2025-04-29 Thread M Huzaifah
Hii Tamás, Could you please attach your action class, so all of us in here can see the details. Thank you On Tue, Apr 29, 2025 at 7:00 PM Tamás Barta wrote: > > Hi! > > We use Struts 6.7.4 and today we got the following exception in our > production system. I don't know how it is possible or ho