Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-06-03 Thread Jesus Moreno
Todos los > parámetros > >>> del request: > >>> 2025-05-31 12:00:13 INFO DebugMultiPartRequest:30 - - nombre: Jesus > >>> 2025-05-31 12:00:13 INFO DebugMultiPartRequest:30 - - apellido: > Moreno > >>> 2025-05-31 12:00:13 INFO DebugMultiPartR

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-06-03 Thread Zoran Avtarovski
n guides carefully - Yet the team remains persistent in investigating this apparent framework bug rather than working around it. # Summary Files are received by the server (confirmed via custom DebugMultiPartRequest) but ActionFileUploadInterceptor fails to process them via UploadedFilesAwa

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-06-03 Thread Jesus Moreno
ionFileUploadInterceptor:200 - Found > multipart > > request: MultiPartRequestWrapper > > > > But the interceptor reports: > > > > *2025-05-31 12:00:14 DEBUG ActionFileUploadInterceptor:179 - No files > have > > been uploaded/accepted* > > > > I

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-06-03 Thread Jesus Moreno
EBUG ActionFileUploadInterceptor:179 - No files > have > > been uploaded/accepted* > > > > Investigation Steps Taken: > > > > 1. Verified all prerequisites: > > - Form uses enctype="multipart/form-data" > > - Using DTD 6.0 as suggested > >

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-06-02 Thread Zoran Avtarovski
apparent framework bug rather than working around it. # Summary Files are received by the server (confirmed via custom DebugMultiPartRequest) but ActionFileUploadInterceptor fails to process them via UploadedFilesAware interface in Struts 7.0.3 (Jakarta EE 9/Tomcat 10 environment). This is my custom DebugMu

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-31 Thread Jesus Moreno
rmed via custom DebugMultiPartRequest) but ActionFileUploadInterceptor fails to process them via UploadedFilesAware interface in Struts 7.0.3 (Jakarta EE 9/Tomcat 10 environment). This is my custom DebugMultiPartRequest: public class DebugMultiPartRequest extends JakartaMultiPartRequest { priv

Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-13 Thread Lukasz Lenart
sob., 10 maj 2025 o 07:09 Jesus Moreno napisał(a): > 2025-05-09 01:00:25 WARN File:79 - Struts has detected a file upload UI tag > (s:file) being used without a form set to method 'POST' > (Despite being > correctly declared) This can be related to cached JSP files, please remove them from the c

Re: Re: Aw: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-12 Thread Jesus Moreno
urs is not. > > > > > > Best regards > > > Ute > > > > > > > Gesendet: Samstag, 10. Mai 2025 um 18:45 > > > > Von: "Jesus Moreno" > > > > An: user@struts.apache.org, "Struts Users Mailing List" > > >

Re: Re: Aw: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-12 Thread utkai
; > > An: user@struts.apache.org, "Struts Users Mailing List" > > > > > > Betreff: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - > > > UploadedFilesAware Implementation Issue > > > > > > Ohh sorry about my current configura

Re: Aw: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-12 Thread Jesus Moreno
@struts.apache.org, "Struts Users Mailing List" > > > > Betreff: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - > > UploadedFilesAware Implementation Issue > > > > Ohh sorry about my current configuration that I shared but I was trying > > many op

Aw: Re: Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-12 Thread Ute Kaiser
I am also sorry because I can not see the difference why my upload is working and yours is not. Best regards Ute > Gesendet: Samstag, 10. Mai 2025 um 18:45 > Von: "Jesus Moreno" > An: user@struts.apache.org, "Struts Users Mailing List" > > Betreff: Re: Aw:

Re: Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-10 Thread Jesus Moreno
You did not give much info on your jsp. > Here is my part: > > Perhaps you can strip down with less struts.xml configuration to find a > solution to your problem. > Good luck > Ute > > > > Gesendet: Samstag, 10. Mai 2025 um 05:42 > > Von: "Jesus Moreno&quo

Aw: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-10 Thread Ute Kaiser
o your problem. Good luck Ute > Gesendet: Samstag, 10. Mai 2025 um 05:42 > Von: "Jesus Moreno" > An: user@struts.apache.org > Betreff: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware > Implementation Issue > > I'm migrating an application from

File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-09 Thread Jesus Moreno
I'm migrating an application from Struts 2.5 to 7.0.3 and encountering persistent issues with file upload functionality despite following the documentation. The UploadedFile object remains null in my action class, even with: - Correct UploadedFilesAware implementation - Proper multipart form conf

Re: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-20 Thread Shivam Agrahari
other missing headers as well, but I’m not sure. > More information can be found in the documentation. > > > > Regards, > > > > Nate > > > > *From:* Shivam Agrahari > *Sent:* Wednesday, 16 April 2025 13:36 > *To:* Struts Users Mailing List > *S

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread Wolfgang Knauf
Hi, the error "java.lang.NullPointerException: Cannot invoke "org.apache.struts2.ActionInvocation.getProxy()" because "invocation" is null" sounds like a problem that I ran into: https://issues.apache.org/jira/browse/WW-5475 Do you by any chance call JSP pages directly, instead of invoking an

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
I have also tried using Tomcat 11, but I’m still facing the same issue. Could you please provide a sample code migrated to Jakarta? On Thu, 17 Apr, 2025, 6:25 pm M Huzaifah, wrote: > Hii Shakar, > > Could you please try to use tomcat 11. > > I faced issue about file upload using tomcat 11. > > R

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread M Huzaifah
Hii Shakar, Could you please try to use tomcat 11. I faced issue about file upload using tomcat 11. Regards On Thu, Apr 17, 2025, 2:06 PM shankar sawate wrote: > Hi Team, > > If you have any sample code related to Jakarta migration, please share it > with me — it would be really helpful. >

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
Hi Team, If you have any sample code related to Jakarta migration, please share it with me — it would be really helpful. On Thu, Apr 17, 2025 at 12:30 PM shankar sawate wrote: > And I face this issue after deploying. > > 17-Apr-2025 12:28:09.568 SEVERE [http-nio-8083-exec-1] > org.apache.ca

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
And I face this issue after deploying. 17-Apr-2025 12:28:09.568 SEVERE [http-nio-8083-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [/jakartaDemo_war_exploded] threw exception [java.lang.NullPointerException: Cannot invoke "

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread shankar sawate
Thank you for your response. I'm using NetBeans 17 as the IDE, with Java 21, and running the application on Tomcat 10.0.20. The issue occurs when I try to run the web application from within the IDE. NetBeans shows the following error when the issue occurs: The s:form tag declares that it accept

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread Lukasz Lenart
wt., 15 kwi 2025 o 09:57 shankar sawate napisał(a): > While migrating to Struts 7.0.0, I'm encountering an issue when using the > tag. Even though the tag is present like this > > jsp > <%%> > I’m getting the following warning or error: > > The s:form tag declares that it accepts dynamic attr

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread shankar sawate
> > Wyatt > > From: shankar sawate > Sent: Monday, April 14, 2025 11:39 PM > To: user@struts.apache.org > Subject: Issue in Struts 7.0.0 with tag > > !---| > This Message Is Fr

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread Tellis, Wyatt
@struts.apache.org Subject: Issue in Struts 7.0.0 with tag !---| This Message Is From an Untrusted Sender You have not previously corresponded with this sender. |---! Hi

RE: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-16 Thread Nate Kerkhofs
: Shivam Agrahari Sent: Wednesday, 16 April 2025 13:36 To: Struts Users Mailing List Subject: Re: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application Hi, The application is currently showing the following security vulnerabilities: Content security Policy (CSP

Re: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-16 Thread Shivam Agrahari
Hi, The application is currently showing the following security vulnerabilities: Content security Policy (CSP) Header not set (3 instances)- GET: http://localhost:8080/favicon.ico GET: http://localhost:8080/favicon.test GET: http://localhost:8080/favicon.test\ Missing Anti-clickjackin

Re: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-16 Thread Lukasz Lenart
śr., 16 kwi 2025 o 07:30 Shivam Agrahari napisał(a): > Could you please advise on how to resolve these issues? For your reference, I > have attached the WAR file of the test project along with a few relevant > pages. The best option is to read through OWASP recommendations PDFs and apply them o

Re: Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-16 Thread Dave Newton
You neglected to mention what the problems were. em: davelnew...@gmail.com mo: 908-380-8699 gh: davelnewton so: Dave Newton On Wed, Apr 16, 2025 at 01:30 Shivam Agrahari wrote: > Hi, > > I am currently develo

Request for Assistance with OWASP ZAP Vulnerabilities in Struts-Based Java Web Application

2025-04-15 Thread Shivam Agrahari
Hi, I am currently developing a Java web application using the Struts 7.0.3 framework, JDK 23, and Tomcat 11.0.5, with a Dynamic Web Module version 6.1. Although the application is intended for an intranet environment, VA (Vulnerability Assessment) clearance is still required. To address security

Issue in Struts 7.0.0 with tag

2025-04-15 Thread shankar sawate
Hi, While migrating to Struts 7.0.0, I'm encountering an issue when using the tag. Even though the tag is present like this jsp <%%> I’m getting the following warning or error: The s:form tag declares that it accepts dynamic attributes but does not implement the required interface <%%>

Re: Probable bug in Struts 7.0.0

2025-02-01 Thread Lukasz Lenart
czw., 30 sty 2025 o 18:25 Bibonne Fabrice napisał(a): > > This is done for the issue : https://issues.apache.org/jira/browse/WW-5525 Thanks, I already prepared PR, yet I want to increase code coverage https://github.com/apache/struts/pull/1201 > As a workaround, I registered the instance to be u

RE: Probable bug in Struts 7.0.0

2025-01-30 Thread Bibonne Fabrice
igine- De : Lukasz Lenart Envoyé : mercredi 29 janvier 2025 18:00 À : Struts Users Mailing List Objet : Re: Probable bug in Struts 7.0.0 « Ce courriel provient d’un expéditeur extérieur à l’Insee. Compte tenu du contexte de menace cyber actuel il convient d’être extrêmement vigilan

Re: Probable bug in Struts 7.0.0

2025-01-29 Thread Lukasz Lenart
wt., 28 sty 2025 o 10:39 Bibonne Fabrice napisał(a): > First, thank you very much to all commiters for the new version of Struts > 7.0.0 : it is a great improvement for many apps in my firm. > > I think, there is maybe a bug inside the SecurityMemberAccess : it appears > when an ognl expression

Probable bug in Struts 7.0.0

2025-01-28 Thread Bibonne Fabrice
Hi everybody, First, thank you very much to all commiters for the new version of Struts 7.0.0 : it is a great improvement for many apps in my firm. I think, there is maybe a bug inside the SecurityMemberAccess : it appears when an ognl expression such as `(new com.mycompany.MyClass()).method()`

Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Lukasz Lenart
It is probably related to this issue https://issues.apache.org/jira/browse/WW-5451 wt., 1 paź 2024 o 12:39 Heikki Hyyrö napisał(a): > > Our web application based on Struts 2 + Tiles framework starts to give > errors on some jsp pages if I try to use a newer Struts version than > 6.3.0.2. > > Exac

Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Heikki Hyyrö
Our web application based on Struts 2 + Tiles framework starts to give errors on some jsp pages if I try to use a newer Struts version than 6.3.0.2. Exactly the same codebase works fine on previous Struts versions (the only changes are in the pom file and concern the versions of struts2-core,

Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread 哈哈哈哈
There is a bug cause the error you get at 6.4.0 https://issues.apache.org/jira/plugins/servlet/mobile#issue/WW-5419 You can set init param at web.xml or change where you store tiles.xml to fix issue if you want to use 6.4.0 But Im not sure what cause you get error at 6.6.0 You might need turn

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-05-12 Thread SARAVANAN SIVAGURU
Sure, got you Luk. Thanks for getting back to me. Thanks and Regards, Saravanan.S From: Lukasz Lenart Sent: Monday, May 13, 2024 12:14 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing CAUTION: This

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-05-12 Thread Lukasz Lenart
pon., 29 kwi 2024 o 09:15 SARAVANAN SIVAGURU napisał(a): > I would suggest to align the library version on the struts library as same > as the tomee one. As both are from Apache community we need to have in > alignment to make it work as expected. > This is a bad idea to align to a given versio

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-29 Thread SARAVANAN SIVAGURU
ccept liability for any damage you may sustain as a result of software viruses From: SARAVANAN SIVAGURU Sent: Thursday, April 25, 2024 4:43 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing CAUTION: This

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-25 Thread Łukasz Lenart
the same. > > Thanks and Regards, > Saravanan.S > FTMS/NFT APP-DEV Team > > From: SARAVANAN SIVAGURU > Sent: Thursday, April 25, 2024 12:20 PM > To: Struts Users Mailing List > Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | > Testi

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-25 Thread SARAVANAN SIVAGURU
From: SARAVANAN SIVAGURU Sent: Thursday, April 25, 2024 12:20 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing Hi Luk Thank you, let me check by taking the PR in my local and keep you posted. Thanks and Regards

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-24 Thread SARAVANAN SIVAGURU
or not on common-text. > > Thanks and Regards, > Saravanan.S > > From: SARAVANAN SIVAGURU > Sent: Tuesday, April 23, 2024 6:45 PM > To: Struts Users Mailing List > Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | > T

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-24 Thread Lukasz Lenart
t; Thanks and Regards, > Saravanan.S > > From: SARAVANAN SIVAGURU > Sent: Tuesday, April 23, 2024 6:45 PM > To: Struts Users Mailing List > Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | > Testing > > Hi Luk &g

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-24 Thread SARAVANAN SIVAGURU
-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing Hi Luk Please find the attachment for the 6.5 version dependency. Thanks and Regards, Saravanan.S From: SARAVANAN SIVAGURU Sent: Tuesday, April 23, 2024 2:31 PM To: Struts Users Mailing List Subject

RE: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-23 Thread Tellis, Wyatt
It turns out it was an issue with one of the dependency versions. Wyatt -Original Message- From: Lukasz Lenart Sent: Monday, April 22, 2024 9:38 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-23 Thread Łukasz Lenart
Why do you use org.apache.commons:commons-text:1.12.0? With Struts 6.4 you have used org.apache.commons:commons-text:1.11.0 and the same version should be used with Struts 6.5 Regards Lukasz - To unsubscribe, e-mail: user-unsubsc

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-23 Thread SARAVANAN SIVAGURU
Sure, I will do Thanks and Regards, Saravanan.S From: Lukasz Lenart Sent: Tuesday, April 23, 2024 2:29 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing CAUTION: This email originated from outside

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-23 Thread Lukasz Lenart
wt., 23 kwi 2024 o 10:54 SARAVANAN SIVAGURU napisał(a): > Hi Luk > > Somehow I was unable to share the report files as a attachment in html > format. Am attaching the text file, output of the gradle dependencies > command for the my application. > This is for Struts 6.4.0, but could you use Stru

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
pon., 22 kwi 2024 o 22:40 Tellis, Wyatt napisał(a): > We’ve run into this issue as well. Using the workaround of specifying the > location via: > > > > org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG > /WEB-INF/tiles.xml > > > doesn’t work. You can specify all the

RE: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Tellis, Wyatt
Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing Also the very recent change which got merged with 7. 0. 0-M3 SNAPSHOT version had break the code and gave the same error as I mentioned below. Thanks and Regards, Saravanan. S FTMS/NFT APP-DEV Team Mob

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
Could you run "gradle dependencies" and post the outcome?

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
tiles.xml fails in Struts-6.4.0 | Testing Hi Luk I have tested by cloning the PR and building in my local and facing the same issue as below mentioned. When I tried with 6.4.0 version also am facing the same issue. Exception javax.servlet.ServletException: Filter execution threw an exception

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
ult of software viruses From: SARAVANAN SIVAGURU Sent: Monday, April 22, 2024 3:06 PM To: Struts Users Mailing List Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing Got it, I will test the PR specifically by cloning in local. An

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. This fix wasn't integrated with the SNA

Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Lukasz Lenart
This fix wasn't integrated with the SNAPSHOT version yet - it exists only in the PR, if you want to test it you must clone the PR locally and build it. pon., 22 kwi 2024 o 11:08 SARAVANAN SIVAGURU napisał(a): > > Hi Luk > > Faced any issues during the testing of the fix with 6.5-SNAPSHOT version

WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread SARAVANAN SIVAGURU
Hi Luk Faced any issues during the testing of the fix with 6.5-SNAPSHOT version like below, java.lang.NoSuchMethodError: 'org.apache.commons.lang3.Range org.apache.commons.lang3.Range.of(java.lang.Comparable, java.lang.Comparable)' org.apache.commons.text.translate.NumericEntityEscaper

Re: Tiles in Struts 6.2.0

2023-08-17 Thread Lukasz Lenart
śr., 16 sie 2023 o 12:44 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > Can I check if there is a timeline for the release of Struts 6.2 version > which contains the integrated Tiles package? Tiles will be integrated into Struts 6.3.0 - 6.2.0 has been already released [1]. And all the important issues

Re: Tiles in Struts 6.2.0

2023-08-16 Thread Yew Hwa Ho
Hi Lukasz, Can I check if there is a timeline for the release of Struts 6.2 version which contains the integrated Tiles package? Thank you. Regards, Yew Hwa On Fri, Jul 14, 2023 at 1:58 PM Lukasz Lenart wrote: > czw., 13 lip 2023 o 04:06 Yew Hwa Ho napisał(a): > > With the release of Strut

Re: Tiles in Struts 6.2.0

2023-07-13 Thread Lukasz Lenart
czw., 13 lip 2023 o 04:06 Yew Hwa Ho napisał(a): > With the release of Struts 6.2.0, can I check if Tiles has been directly > ported to Struts Tiles plugin and is no longer using the Tiles project? No, we are going to release a new version soon which will contain the integrated Tiles package. I w

Tiles in Struts 6.2.0

2023-07-12 Thread Yew Hwa Ho
Hi Lukasz, With the release of Struts 6.2.0, can I check if Tiles has been directly ported to Struts Tiles plugin and is no longer using the Tiles project? Thank you. Regards, Yew Hwa

Re: Query regarding Tiles in Struts

2023-03-29 Thread Lukasz Lenart
czw., 30 mar 2023 o 03:12 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > May I check when Tiles will be merged into the Struts code base? Is there a > timeline for that? There is no exact date but I plan to include this change in incoming Struts 6.2.0 - yet there is discussion to bring Tiles back to l

Re: Query regarding Tiles in Struts

2023-03-29 Thread Yew Hwa Ho
Hi Lukasz, May I check when Tiles will be merged into the Struts code base? Is there a timeline for that? Thank you. Regards, Yew HWa

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
wt., 22 lis 2022 o 11:53 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > Thank you for your reply. > > In the event that Tiles 3.0.8 in the current versions of Struts has CVE, > will the Struts team be providing the fixes for the CVE. Do you refer to that https://devhub.checkmarx.com/cve-details/Cx78f4

Re: Query regarding Tiles in Struts

2022-11-22 Thread Yew Hwa Ho
Ho napisał(a): > > I understand that the Apache Tiles has already retired ( > > https://tiles.apache.org/). However Tiles is still being used in Struts > > framework (both in version 2 and 6). Can I check if Tiles is currently > > being maintained by Struts if CVE is foun

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
wt., 22 lis 2022 o 08:30 Yew Hwa Ho napisał(a): > I understand that the Apache Tiles has already retired ( > https://tiles.apache.org/). However Tiles is still being used in Struts > framework (both in version 2 and 6). Can I check if Tiles is currently > being maintained by Stru

Query regarding Tiles in Struts

2022-11-21 Thread Yew Hwa Ho
Hi , I understand that the Apache Tiles has already retired ( https://tiles.apache.org/). However Tiles is still being used in Struts framework (both in version 2 and 6). Can I check if Tiles is currently being maintained by Struts if CVE is found? Thank you.

Re: Issue in Struts (login.jsp)

2022-07-28 Thread Lukasz Lenart
Sorry, but I can't help you more, I haven't been using Struts 1 for over 10 years now. czw., 28 lip 2022 o 16:42 Deepak Lalchandani napisał(a): > > Hi Lukaz, >i did all the steps which was required but still facing issue > as below,please help.. > > org.apache.jasper.JasperExcep

Re: Issue in Struts (login.jsp)

2022-07-28 Thread Deepak Lalchandani
Hi Lukaz, i did all the steps which was required but still facing issue as below,please help.. org.apache.jasper.JasperException: Unable to find taglib [bean] for URI: [/tags/struts-bean] > > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:54) > >

Re: Issue in Struts (login.jsp)

2022-07-27 Thread Lukasz Lenart
Posting the same question three times won't help, please stop doing it! Apache Struts 1 is EOF [1] and you shouldn't use it for a new kind of development and expect any kind of support. Searching internet can help [2] [1] https://struts.apache.org/struts1eol-announcement.html [2] https://mkyong.c

Issue in Struts (login.jsp)

2022-07-26 Thread Deepak Lalchandani
Hi Struts users , I am facing error as below .Please help me to fix this issue Im Getting error.as below Servlet.service() for servlet [jsp] in context with path [/MyProjectTool] threw exception [Unable to find taglib [bean] for URI: [/tags/struts-bean]] with root cause HTTP Status 500 – In

Re: Issue in Struts (login.jsp)

2022-07-26 Thread Deepak Lalchandani
Please help me with below issue ? On Wed, 27 Jul 2022, 12:28 am Deepak Lalchandani, wrote: > Hi Struts users , > I am facing error as below .Please help me to fix this issue > > > Im Getting error.as below > > Servlet.service() for servlet [jsp] in context with path [/MyProjectTool] > threw

Issue in Struts (login.jsp)

2022-07-26 Thread Deepak Lalchandani
Hi Struts users , I am facing error as below .Please help me to fix this issue Im Getting error.as below Servlet.service() for servlet [jsp] in context with path [/MyProjectTool] threw exception [Unable to find taglib [bean] for URI: [/tags/struts-bean]] with root cause HTTP Status 500 – In

Re: OGNL in struts tag

2020-02-23 Thread Lukasz Lenart
Ach. my bad, I just checked how "name" is resolved in "UIBean" instead of analysing it into deep and I messed up things with "value" attribute, my explanation below niedz., 23 lut 2020 o 23:06 John Bush napisał(a): > > This works because of %{} and "a" was pushed onto the top of ValueStac

Re: OGNL in struts tag

2020-02-23 Thread John Bush
I understand the don't mix EL and Struts tags - and the use of 'top' in the valueStack. I don't understand why the following first two don't provide like displaying HTML input tags. Also why doesn't OGNL treat the third as a property of "a" and call the getter for formcolumnName. Code   

Re: OGNL in struts tag

2020-02-23 Thread Lukasz Lenart
pt., 21 lut 2020 o 04:05 M Huzaifah napisał(a): > > > > the jsp has error: > > Struts Problem Report > > Struts has detected an unhandled exception: > > Messages: > /pages/common/genericform/genericMain.jsp (line: 165, column: 24) According > to TLD or attribute directive in tag file, attr

Re: OGNL in struts tag

2020-02-20 Thread M Huzaifah
Huzaifah napisał(a): >> Thank you Lucas, my goal is render the struts tag based on list of column >> name that i've set before. So i have to iterate the list of column using >> jstl than put the "name" on attribut name in struts tag. From here, i >> think i m

Re: OGNL in struts tag

2020-02-20 Thread Lukasz Lenart
wt., 18 lut 2020 o 17:04 M Huzaifah napisał(a): > Thank you Lucas, my goal is render the struts tag based on list of column > name that i've set before. So i have to iterate the list of column using > jstl than put the "name" on attribut name in struts tag. From

Re: OGNL in struts tag

2020-02-18 Thread M Huzaifah
Dear Lucas, Thank you Lucas, my goal is render the struts tag based on list of column name that i've set before. So i have to iterate the list of column using jstl than put the "name" on attribut name in struts tag. From here, i think i miss understanding about struts tag. I use s

Re: OGNL in struts tag

2020-02-18 Thread Prasanth
Guessing you are trying to create dynamic names for the text fields. If you have dynamic names how are you going to get the values into your action? You could probably have an array of text fields where the names of text fields are like mytext[columnName1], mytext[columnName2]  etc. You can the

Re: OGNL in struts tag

2020-02-18 Thread Lukasz Lenart
wt., 18 lut 2020 o 05:22 M Huzaifah napisał(a): > I've looking for solution how to create struts2 tag could generate > dynamically. This is my code: > > > > You shouldn't mix Struts and non-Struts tags, this is a bad idea. Why don't you use here? https://struts.apache.org/tag-developers/

OGNL in struts tag

2020-02-17 Thread M Huzaifah
Dear All, I've looking for solution how to create struts2 tag could generate dynamically. This is my code: There is a way we can use ${} ini struts tag?. I found security issue about this evaluation sintaks in here : https://securitylab.github.com/research/apache-struts-double-evaluation

Re: RMI client code in Struts : I WIN RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and

Re: RMI client code in Struts I WIN : RESOLVED

2020-01-27 Thread zahid
Hello Struts UserServer says hello to coco On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface

Re: RMI client code in Struts : java.lang.ClassNotFoundException

2020-01-27 Thread zahid
633 DEBUG [http-nio-8080-exec-7] interceptor.I18nInterceptor (I18nInterceptor.java:124) - After action invocation Locale=en_GB On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ?

Re: RMI client code in Struts Security Warning

2020-01-26 Thread zahid
Hi, Where do I need to set permissions in struts to make this works or perhaps the compile option  ? Also eclipse won't allow me to include the import java.rmi.RMISecurityManager; I have included two clients  swing client which works and MessageStore.java  struts client,  struts lo

Re: RMI client code in Struts

2020-01-26 Thread zahid
I don't have those errors anymore public String execute() throws MalformedURLException, RemoteException, NotBoundException {         try {             messageStore = new MessageStore() ;         }     catch (MalformedURLException e) {     System.out.println(" " + e );     }  

Re: RMI client code in Struts

2020-01-26 Thread zahid
Thanks On 26/01/2020 23:20, Dave Newton wrote: Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and struts problem report :- package

Re: RMI client code in Struts

2020-01-26 Thread zahid
26, 2020 at 5:51 PM zahid wrote: Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface , and struts problem report :- package org.apache.struts.helloworld.model; import java.net.MalformedURLException; import jav

Re: RMI client code in Struts

2020-01-26 Thread Dave Newton
Handle the exceptions. On Sun, Jan 26, 2020 at 5:51 PM zahid wrote: > Hi, > > How can make this client code work in Struts ? > > Please see two pieces of comparative client code , common RMIInterface > interface , and struts problem report :- > > package org.apache

RMI client code in Struts

2020-01-26 Thread zahid
Hi, How can make this client code work in Struts ? Please see two pieces of comparative client code , common RMIInterface interface  , and struts problem report :- package org.apache.struts.helloworld.model; import java.net.MalformedURLException; import java.rmi.Naming; import

Re: have plan to upgrade version of spring in struts 2 Spring plugin?

2019-12-15 Thread John Bush
.5.22 -Original Message- From: Sai Man Yau Sent: Wednesday, December 11, 2019 7:58 AM To: user@struts.apache.org Subject: have plan to upgrade version of spring in struts 2 Spring plugin? Dear Struts 2 Team, Thanks for your hard work to maintain such great framework to sustain all other devel

RE: have plan to upgrade version of spring in struts 2 Spring plugin?

2019-12-14 Thread Yasser Zamani
ifact/org.apache.struts/struts2-core/2.5.22 >-Original Message- >From: Sai Man Yau >Sent: Wednesday, December 11, 2019 7:58 AM >To: user@struts.apache.org >Subject: have plan to upgrade version of spring in struts 2 Spring plugin? > >Dear Struts 2 Team, > >Thank

have plan to upgrade version of spring in struts 2 Spring plugin?

2019-12-10 Thread Sai Man Yau
Dear Struts 2 Team, Thanks for your hard work to maintain such great framework to sustain all other developers. Thanks!! Since struts is using spring is some of the component, I would like to ask will there a plan to upgrade the spring dependencies for Struts 2 Spring plugin because of the Spr

Re: Support for sub-resources in struts 2 rest plugin

2019-03-21 Thread DevaGerald
Any update on this requirement? Or atleast any workaround? -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mai

Re: Identifying cause of NPE in Struts ExceptionInterceptor

2018-09-30 Thread Burton Rhodes
Never mind. I was able to figure it out by using "-XX:-OmitStackTraceInFastThrow" in my jvm options. On Sun, Sep 30, 2018 at 7:20 AM Burton Rhodes wrote: > I am having trouble identifying where a NPE is being generated. I have > the exception stacktrace below with a non-descriptive line at the

Identifying cause of NPE in Struts ExceptionInterceptor

2018-09-30 Thread Burton Rhodes
I am having trouble identifying where a NPE is being generated. I have the exception stacktrace below with a non-descriptive line at the end. Am I missing a vital line in the stacktrace or does anyone have an idea how I can log more information on this? [My ExceptionInterceptor.java] public cla

Re: Log4j2 in Struts-2.5.16 applicaiton

2018-06-25 Thread Lukasz Lenart
I think you must use Log4j Bridge https://logging.apache.org/log4j/2.x/manual/migration.html https://logging.apache.org/log4j/log4j-2.2/log4j-1.2-api/index.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ sob., 23 cze 2018 o 18:02 learning9...@gmail.com napisał(a): > > I'm mi

Log4j2 in Struts-2.5.16 applicaiton

2018-06-23 Thread learning9010
I'm migrating to struts 2.5.16 from struts-1. i want to disable freemarker logs, facing issues when using log4j2. below is the exception for quick reference java.lang.ExceptionInInitializerError at org.apache.logging.log4j.core.impl.Log4jLogEvent.createContextData(Log4jLogEvent.java:472) Caused

Re: Support for sub-resources in struts 2 rest plugin

2018-04-30 Thread DevaGerald
I have created a new ticket. https://issues.apache.org/jira/browse/WW-4935 Thanks, Deva. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

  1   2   3   4   5   6   7   8   9   10   >