[GitHub] struts pull request: WW-4523 - Add more log statements to RolesInt...

2015-07-12 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/45#issuecomment-120737377 PR is merged in master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] struts pull request: WW-4399 - struts2-archetype-angularjs uses ab...

2014-08-31 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/24#issuecomment-53986012 Thank you for pull request. It is pushed to current develop version. https://git-wip-us.apache.org/repos/asf?p=struts.git;h=fbf4113 --- If your project is set up

[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-28 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41530761 Good point. :-) +1 for merge this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] struts pull request: HttpInterceptor

2014-04-25 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41374218 The DTD change should not be the problem because it is a compatible change to previous releases. The convention plugin applies the default values and all action related

[GitHub] struts pull request: HttpInterceptor

2014-04-25 Thread jogep
Github user jogep commented on the pull request: https://github.com/apache/struts/pull/8#issuecomment-41367189 Nice, but why not extending the current @Action annotation? May like this: @Action(value="my-action", httpMethod=GET) @Action(value="my-acti