Re: JSP tag examples v. wiki snippets and Javadocs

2013-08-07 Thread Lukasz Lenart
2013/8/6 Dave Newton : > No, I mean the JSP mixed into the tag Javadocs for all the examples. You mean this * * * and you would like to move them directly to Confluence? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-07 Thread Lukasz Lenart
2013/8/7 Paul Benedict : > Side note... My suggestion reminds me of an issue I had when I first > learned Struts 2. I wished (and still wish) there was a way to specify the > tag with an "exclude" or "disabled" attribute. I never liked > the idea of having to rebuild my stack when all I wanted to

Re: Adding security how-to message to Jira

2013-08-07 Thread Lukasz Lenart
2013/8/8 Paul Benedict : > I think it would be wise to add a nice long message about *not* reporting > security issues through JIRA on our issue tracker summary page and advise > them to email security@. And if there is a way to put this text in the > Create New Issue page, that's good too. Gut id

Adding security how-to message to Jira

2013-08-07 Thread Paul Benedict
I think it would be wise to add a nice long message about *not* reporting security issues through JIRA on our issue tracker summary page and advise them to email security@. And if there is a way to put this text in the Create New Issue page, that's good too.

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-07 Thread Paul Benedict
Side note... My suggestion reminds me of an issue I had when I first learned Struts 2. I wished (and still wish) there was a way to specify the tag with an "exclude" or "disabled" attribute. I never liked the idea of having to rebuild my stack when all I wanted to do was take away an interceptor (

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-07 Thread Lukasz Lenart
2013/8/7 Paul Benedict : > If you need unfiltered access, wouldn't the "correct" answer be to remove > the filter on the action? I'm not sure if I get you right, but as I understand it's like that right now - you cannot enable filtering on action without enabling first filtering in interceptor. I

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-07 Thread Paul Benedict
If you need unfiltered access, wouldn't the "correct" answer be to remove the filter on the action? On Wed, Aug 7, 2013 at 4:18 AM, Lukasz Lenart wrote: > return acceptableName(name) || (parameterNameAware != null && > parameterNameAware.acceptableParameterName(name) >

Re: Add to ParameterNameAware JavaDoc Warning About Using?

2013-08-07 Thread Lukasz Lenart
return acceptableName(name) || (parameterNameAware != null && parameterNameAware.acceptableParameterName(name) ^^ this part was changed from && to || - ParametersInterceptor, line 348 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/8