Re: K8 Struts2 Exploit

2013-07-30 Thread Lukasz Lenart
What is K8 Struts2 Exploit? I cannot find any informations about. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/7/30 Zoran Avtarovski zo...@sparecreative.com: I've just found a number of new jsp pages on a web app we developed. There was a text file relating to the K8

Re: K8 Struts2 Exploit

2013-07-30 Thread Lukasz Lenart
Maybe instead yielding read documentation? Via http://struts.apache.org/mail.html the email address user-unsubscr...@struts.apache.org is valid one, maybe remove leading colon? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/7/30 Steven Sinclair stevensincl...@163.com:

Re: K8 Struts2 Exploit

2013-07-30 Thread Lukasz Lenart
@Steven Your e-mail address is scored as a SPAM. @Infra can you remove Steven Sinclair from Struts User mailing list? Thanks in advance! Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/7/30 Steven Sinclair stevensincl...@163.com: what‘s this? error below: SMTP

Re: K8 Struts2 Exploit

2013-07-30 Thread Lukasz Lenart
I have already asked Infra to do that, but maybe there is some guardian angel around to help you with. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/7/30 Steven Sinclair stevensincl...@163.com: 原始邮件 发件人: Steven Sinclairstevensincl...@163.com 收件人: Lukasz

Re: HTML code not displaying in site documentation

2013-07-30 Thread Antonio Sánchez
Also: http://struts.apache.org/development/2.x/docs/struts-control-tags.html El Viernes, 19 de julio de 2013 23:26:20 usted escribió: El Viernes, 19 de julio de 2013 12:45:20 Lukasz Lenart escribió: I made a change to the page and right now exporting it, please check after some time. The

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
Updating 2013/7/30 Antonio Sánchez juntandolin...@gmail.com: Also: http://struts.apache.org/development/2.x/docs/struts-control-tags.html El Viernes, 19 de julio de 2013 23:26:20 usted escribió: El Viernes, 19 de julio de 2013 12:45:20 Lukasz Lenart escribió: I made a change to the

Re: HTML code not displaying in site documentation

2013-07-30 Thread Antonio Sánchez
http://struts.apache.org/development/2.x/docs/processing-forms.html I believe all or almost all of getting started tutorial have the problem. El Martes, 30 de julio de 2013 11:30:56 Lukasz Lenart escribió: Updating 2013/7/30 Antonio Sánchez juntandolin...@gmail.com: Also:

Translating submit tag

2013-07-30 Thread Antonio Sánchez
I'm using: s:submit name=%{getText('enter')} / Trying to simplify: s:submit key=enter / Displays a warning of unexpected exception ('enter' method not found) in JSP display, via s:actionmessage /. Is it possible to avoid evaluation expression for setting the text from resource bundle?

Re: Translating submit tag

2013-07-30 Thread Lukasz Lenart
2013/7/30 Antonio Sánchez juntandolin...@gmail.com: I'm using: s:submit name=%{getText('enter')} / This is exactly the same as in Submit class Trying to simplify: s:submit key=enter / It should work out-of-the-box, could you post the whole stack trace and what theme do you use? Regards

Re: HTML code not displaying in site documentation

2013-07-30 Thread Lukasz Lenart
2013/7/30 Antonio Sánchez juntandolin...@gmail.com: http://struts.apache.org/development/2.x/docs/processing-forms.html I believe all or almost all of getting started tutorial have the problem. Reviewed all the tutorials and re-exporting theme Regards -- Łukasz + 48 606 323 122

Looking for full tutorial on WildCard Action Method using annoation

2013-07-30 Thread Sreekanth S. Nair
Can anyone give us a tutorial link or some sample app about using WildCard fully using annoation.? -- Thanks Regards Srikanth

Re: Looking for full tutorial on WildCard Action Method using annoation

2013-07-30 Thread Dave Newton
Define fully; are you having a specific issue? Dave On Tue, Jul 30, 2013 at 3:32 PM, Sreekanth S. Nair sreekanth.n...@egovernments.org wrote: Can anyone give us a tutorial link or some sample app about using WildCard fully using annoation.? -- Thanks Regards Srikanth -- e:

Re: Looking for full tutorial on WildCard Action Method using annoation

2013-07-30 Thread Sreekanth S. Nair
WildCard Mapping :/ about this http://struts.apache.org/release/2.3.x/docs/wildcard-mappings.html but not xml config all with annotation. And does this address DMI security vulnerability ? -- Thanks Regards Srikanth On Wed, Jul 31, 2013 at 1:09 AM, Dave Newton davelnew...@gmail.com wrote:

missing action

2013-07-30 Thread Tommy Pham
Hi, I'm trying to follow the tutorial: http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html to create a Struts 2 application with maven and eclipse but encountering a 404 error with missing action with this error in the console: Jul 30, 2013 3:24:41 PM

Re: missing action

2013-07-30 Thread Dave Newton
How are you deploying the app? On Jul 30, 2013 6:28 PM, Tommy Pham tommy...@gmail.com wrote: Hi, I'm trying to follow the tutorial: http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html to create a Struts 2 application with maven and eclipse but encountering a 404

Re: missing action

2013-07-30 Thread Tommy Pham
Hi Dave, I right click on the project Run As Run on server. It worked OK when for the previous tutorial: http://struts.apache.org/release/2.3.x/docs/create-struts-2-web-application-using-maven-to-manage-artifacts-and-to-build-the-application.html Am I supposed to build a war and deploy it