[ANN][SECURITY] ClassLoader manipulation issue confirmed for Struts 1 - CVE-2014-0114

2014-04-29 Thread Rene Gielen
The Apache Struts project team confirms that Struts 1 in all versions is affected by a ClassLoader manipulation vulnerability similar to a recently fixed vulnerability in Struts 2 (CVE-2014-0112, CVE-2014-0094) [1]. This is a different underlying flaw. For future reference, please use CVE-2014-011

[GitHub] struts pull request: HttpInterceptor

2014-04-29 Thread lukaszlenart
Github user lukaszlenart commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41650283 Good questions, will check that. I have added `@AllowedMethod({GET, POST, PUT})` to cover that case --- If your project is set up for it, you can reply to this email

[GitHub] struts pull request: HttpInterceptor

2014-04-29 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41649975 Is it possible to apply Get and Post together to one method in an action and Delete to an other? ``` public class MyAction extends ActionSupport { @

[GitHub] struts pull request: HttpInterceptor

2014-04-29 Thread lukaszlenart
Github user lukaszlenart commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41649420 Ok, I wasn't sure about naming as well, I will rename the annotations to `@HttpGet`, `@HttpPost`, etc --- If your project is set up for it, you can reply to this emai