2014-11-13 14:40 GMT+01:00 Volker Krebs :
> Yes, thats good.
Great!
> I have extended my example a bit and will prepare a PR.
Great! Great!
Cheers
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
-
To unsubscribe, e-mail
Am 13.11.2014 um 11:22 schrieb Lukasz Lenart:
2014-11-13 10:57 GMT+01:00 Volker Krebs :
For exclude pattern I would use addExcludedPatterns and for accept patterns
I would use setAcceptedPatterns.
IMO, just by setting (adding) an exclude pattern it shouldn't be possible to
overwrite security rel
2014-11-13 10:57 GMT+01:00 Volker Krebs :
> For exclude pattern I would use addExcludedPatterns and for accept patterns
> I would use setAcceptedPatterns.
> IMO, just by setting (adding) an exclude pattern it shouldn't be possible to
> overwrite security relevant excludes.
This is a good idea exce
Am 12.11.2014 um 13:40 schrieb Lukasz Lenart:
2014-11-12 13:25 GMT+01:00 Volker Krebs :
Am 12.11.2014 um 10:07 schrieb Lukasz Lenart:
2014-11-10 16:30 GMT+01:00 Volker Krebs :
https://github.com/VolkerK/struts-examples/
branch develop
Thanks a lot for the example, it was very helpful! Btw
2014-11-12 13:25 GMT+01:00 Volker Krebs :
> Am 12.11.2014 um 10:07 schrieb Lukasz Lenart:
>>
>> 2014-11-10 16:30 GMT+01:00 Volker Krebs :
>>>
>>> https://github.com/VolkerK/struts-examples/
>>> branch develop
>>
>>
>> Thanks a lot for the example, it was very helpful! Btw. you can
>> prepare a PR t
Am 12.11.2014 um 10:07 schrieb Lukasz Lenart:
2014-11-10 16:30 GMT+01:00 Volker Krebs :
https://github.com/VolkerK/struts-examples/
branch develop
Thanks a lot for the example, it was very helpful! Btw. you can
prepare a PR to push it to the struts-example project :-)
One remark, you cannot u
2014-11-10 16:30 GMT+01:00 Volker Krebs :
> https://github.com/VolkerK/struts-examples/
> branch develop
Thanks a lot for the example, it was very helpful! Btw. you can
prepare a PR to push it to the struts-example project :-)
One remark, you cannot use such configuration:
someParameter
Am 10.11.2014 um 11:38 schrieb Lukasz Lenart:
2014-11-10 11:35 GMT+01:00 Volker Krebs :
Am 10.11.2014 um 08:50 schrieb Lukasz Lenart:
I've reverted changes regarding "acceptParamNames" - can you check
with the latest snapshot?
Looks like something is broken, acceptParamNames is applied to e
2014-11-10 11:35 GMT+01:00 Volker Krebs :
> Am 10.11.2014 um 08:50 schrieb Lukasz Lenart:
>>
>> I've reverted changes regarding "acceptParamNames" - can you check
>> with the latest snapshot?
>>
>
> Looks like something is broken, acceptParamNames is applied to every action,
> not just to the one w
Am 10.11.2014 um 08:50 schrieb Lukasz Lenart:
I've reverted changes regarding "acceptParamNames" - can you check
with the latest snapshot?
Looks like something is broken, acceptParamNames is applied to every
action, not just to the one where it is defined.
At the moment I'm trying to extend
Am 08.11.2014 um 17:49 schrieb Lukasz Lenart:
2014-11-07 16:44 GMT+01:00 Volker Krebs :
Yes my workaround was to directly exclude orderinfo param.
I don't know if it is broken. But when the behavior of
param1
should be to ignore every parameter but param1, then it's not working as
expected.
I
I've reverted changes regarding "acceptParamNames" - can you check
with the latest snapshot?
Thanks in advance
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
2014-11-07 16:44 GMT+01:00 Volker Krebs :
> Am 07.11.2014 um 16:34 schrieb Lukasz Lenart:
>
>> 2014-11-07 16:27 GMT+01:00 Volker Kr
2014-11-07 16:44 GMT+01:00 Volker Krebs :
> Yes my workaround was to directly exclude orderinfo param.
>
> I don't know if it is broken. But when the behavior of
> param1
> should be to ignore every parameter but param1, then it's not working as
> expected.
I found where the problem is. Right now
2014-11-07 16:44 GMT+01:00 Volker Krebs :
> Yes my workaround was to directly exclude orderinfo param.
>
> I don't know if it is broken. But when the behavior of
> param1
> should be to ignore every parameter but param1, then it's not working as
> expected.
Yeah, it's broken as this will open what
Am 07.11.2014 um 16:34 schrieb Lukasz Lenart:
2014-11-07 16:27 GMT+01:00 Volker Krebs :
Ok, it has to do with the acceptParamNames in ParametersInterceptor
I'll have the following config for my action:
orderTimeID
In my action I have a property named "orderinfo".
In 2.3.16.3 the Parameters
2014-11-07 16:27 GMT+01:00 Volker Krebs :
> Ok, it has to do with the acceptParamNames in ParametersInterceptor
> I'll have the following config for my action:
>
> orderTimeID
>
>
> In my action I have a property named "orderinfo".
> In 2.3.16.3 the ParametersInterceptor only set "orderTimeID".
Am 06.11.2014 um 18:09 schrieb Lukasz Lenart:
2014-11-06 18:00 GMT+01:00 Lukasz Lenart :
2014-11-06 17:02 GMT+01:00 Volker Krebs :
I still have an odd behavior and can't figure out what has changed from
2.3.16.3 to 2.3.18
We have an Action with an service interface as class member.
Something li
2014-11-07 8:16 GMT+01:00 Volker Krebs :
> I'm using a params, prepare, params interceptor stack.
> The member "myService" (from the example above) is null
> and the parameter interceptor tries to initialize it.
> Trying to instantiate the Interface.
But it's using Spring to do that, does it mean
Am 06.11.2014 um 18:09 schrieb Lukasz Lenart:
2014-11-06 18:00 GMT+01:00 Lukasz Lenart :
2014-11-06 17:02 GMT+01:00 Volker Krebs :
I still have an odd behavior and can't figure out what has changed from
2.3.16.3 to 2.3.18
We have an Action with an service interface as class member.
Something li
2014-11-06 18:00 GMT+01:00 Lukasz Lenart :
> 2014-11-06 17:02 GMT+01:00 Volker Krebs :
>> I still have an odd behavior and can't figure out what has changed from
>> 2.3.16.3 to 2.3.18
>> We have an Action with an service interface as class member.
>> Something like this pseudo Action:
>>
>> public
2014-11-06 17:02 GMT+01:00 Volker Krebs :
> I still have an odd behavior and can't figure out what has changed from
> 2.3.16.3 to 2.3.18
> We have an Action with an service interface as class member.
> Something like this pseudo Action:
>
> public class EditAction extends ActionSupport implements P
I still have an odd behavior and can't figure out what has changed from
2.3.16.3 to 2.3.18
We have an Action with an service interface as class member.
Something like this pseudo Action:
public class EditAction extends ActionSupport implements Preparable {
protected MyService myService;
pu
Looks like a time for Vote.
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org
looks good
From: Lukasz Lenart
To: Struts Developers List
Date: 21/10/2014 16:46
Subject:Re: Struts 2.3.18 ready for test
2014-10-17 14:31 GMT+02:00 Lukasz Lenart :
> H,
>
> Just pushed new artifacts, please remember to purge previous release
> artifac
> 2014-10-17 14:31 GMT+02:00 Lukasz Lenart :
> > H,
> >
> > Just pushed new artifacts, please remember to purge previous release
> > artifacts (rm ~/.m2/repository/org/apache/struts)
> > http://stackoverflow.com/questions/7959499/force-re-download-of-
> release-dependency-using-maven
> >
> > Stagin
2014-10-17 14:31 GMT+02:00 Lukasz Lenart :
> H,
>
> Just pushed new artifacts, please remember to purge previous release
> artifacts (rm ~/.m2/repository/org/apache/struts)
> http://stackoverflow.com/questions/7959499/force-re-download-of-release-dependency-using-maven
>
> Staging Maven repo
> http
H,
Just pushed new artifacts, please remember to purge previous release
artifacts (rm ~/.m2/repository/org/apache/struts)
http://stackoverflow.com/questions/7959499/force-re-download-of-release-dependency-using-maven
Staging Maven repo
https://repository.apache.org/content/groups/staging/
Standa
2014-10-12 13:10 GMT+02:00 Lukasz Lenart :
> 2014-10-12 11:34 GMT+02:00 Greg Huber :
>> Went through this release and tested it, seems good to be released.
>>
>> Are there other issues?
>
> Christoph Nenning registered two issues, still working on them
>
> https://issues.apache.org/jira/issues/?jql
2014-10-12 11:34 GMT+02:00 Greg Huber :
> Went through this release and tested it, seems good to be released.
>
> Are there other issues?
Christoph Nenning registered two issues, still working on them
https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20fixVersion%20%3D%202.3.18%
Went through this release and tested it, seems good to be released.
Are there other issues?
Cheers Greg
On 3 October 2014 07:49, Lukasz Lenart wrote:
> 2014-09-30 9:09 GMT+02:00 Lukasz Lenart :
> > Added a note to docs (I thought there was one already) - in your case
> > the problem is with
> > Added a note to docs (I thought there was one already) - in your case
> > the problem is with a constructor, its target is evaluated to
> > java.lang.Class which is on the excluded list of classes.
> >
> > https://cwiki.apache.org/confluence/display/WW/Security#Security-
> Internalsecuritymecha
2014-09-30 9:09 GMT+02:00 Lukasz Lenart :
> Added a note to docs (I thought there was one already) - in your case
> the problem is with a constructor, its target is evaluated to
> java.lang.Class which is on the excluded list of classes.
>
> https://cwiki.apache.org/confluence/display/WW/Security#S
> > 3. LocaleProvider created by a ConfigurationProvider
> > To deal with errors on file uploads we have a ConfigurationProvider
that
> > registers a LocaleProvider programmatically which is only used before
the
> > interceptor stack is executed.
> > With struts 2.3.16 that LocaleProvider was onl
> >
> > Should I create JIRAs for some of these?
>
> Yes, please - there is too many of them to keep track via mail :-)
>
>
As you have already seen:
https://issues.apache.org/jira/browse/WW-4407
https://issues.apache.org/jira/browse/WW-4408
regards,
Christoph
This Email was scanned by So
> >> 1. OGNL security blocking (https://github.com/apache/struts/pull/11)
> >> I'm actually hit by this. So it means: it really works ;)
> >> I have JSPs that create a ViewModel Object with ognl which is blocked
now.
> >> (new is used in ognl expression)
> >> The question here is how to enable the
2014-09-30 8:36 GMT+02:00 Lukasz Lenart :
> 2014-09-29 17:38 GMT+02:00 Christoph Nenning :
>> 1. OGNL security blocking (https://github.com/apache/struts/pull/11)
>> I'm actually hit by this. So it means: it really works ;)
>> I have JSPs that create a ViewModel Object with ognl which is blocked no
2014-09-29 17:38 GMT+02:00 Christoph Nenning :
> 3. LocaleProvider created by a ConfigurationProvider
> To deal with errors on file uploads we have a ConfigurationProvider that
> registers a LocaleProvider programmatically which is only used before the
> interceptor stack is executed.
> With struts
2014-09-29 17:38 GMT+02:00 Christoph Nenning :
> 1. OGNL security blocking (https://github.com/apache/struts/pull/11)
> I'm actually hit by this. So it means: it really works ;)
> I have JSPs that create a ViewModel Object with ognl which is blocked now.
> (new is used in ognl expression)
> The que
2014-09-29 17:38 GMT+02:00 Christoph Nenning :
>> Hi,
>>
>> I have deployed new artefacts to staging repo, please test the bits!
>>
>> Staging Maven repo
>> https://repository.apache.org/content/groups/staging/
>>
>> Standalone artifacts
>> http://people.apache.org/builds/struts/2.3.18/
>>
>> Relea
> Hi,
>
> I have deployed new artefacts to staging repo, please test the bits!
>
> Staging Maven repo
> https://repository.apache.org/content/groups/staging/
>
> Standalone artifacts
> http://people.apache.org/builds/struts/2.3.18/
>
> Release notes
> https://cwiki.apache.org/confluence/display
2014-09-29 9:07 GMT+02:00 Greg Huber :
> From the log file :
>
> 2014-09-29 07:53:50,801 WARN
> com.opensymphony.xwork2.util.LocalizedTextUtil CommonsLogger:warn
>
> Missing key [bean.description.required] in bundle [ApplicationResources]!
> Missing key [bean.description.required] in bundle
> [org/
sorry did a manual project "clean" and now works ok, something new with
luna especially when changing jars around.
Cheers greg
On 29 September 2014 08:00, Lukasz Lenart wrote:
> 2014-09-29 8:55 GMT+02:00 Greg Huber :
> > Retesting this, it seems that the validator messages have stopped
> wo
>From the log file :
2014-09-29 07:53:50,801 WARN
com.opensymphony.xwork2.util.LocalizedTextUtil CommonsLogger:warn
Missing key [bean.description.required] in bundle [ApplicationResources]!
Missing key [bean.description.required] in bundle
[org/apache/struts2/struts-messages]!
Missing key [bean.d
2014-09-29 8:55 GMT+02:00 Greg Huber :
> Retesting this, it seems that the validator messages have stopped working.
> Have there been any changes wrt to this from the previous snapshot, which I
> think were working OK.
Rather no... what kind of validator messages, from -validation.xml?
Regards
-
Retesting this, it seems that the validator messages have stopped working.
Have there been any changes wrt to this from the previous snapshot, which I
think were working OK.
Cheers Greg.
On 27 September 2014 10:01, Lukasz Lenart wrote:
> Hi,
>
> I have deployed new artefacts to staging repo,
May need to add:
always
as changes may not be picked up.
On 28 September 2014 17:55, Lukasz Lenart wrote:
> 2014-09-28 3:18 GMT+02:00 Martin Gainty :
> >> Staging Maven repo
> >> https://repository.apache.org/content/groups/staging/
> >
> > https://repository.apache.org/content/groups/stag
2014-09-28 3:18 GMT+02:00 Martin Gainty :
>> Staging Maven repo
>> https://repository.apache.org/content/groups/staging/
>
> https://repository.apache.org/content/groups/staging/org/apache/struts
> ?
Nope, it's too deep - the best option to use that repo is to define it
inside your ~/.m2/settings.
> From: lukaszlen...@apache.org
> Date: Sat, 27 Sep 2014 11:01:44 +0200
> Subject: Re: Struts 2.3.18 ready for test
> To: dev@struts.apache.org
>
> Hi,
>
> I have deployed new artefacts to staging repo, please test the bits!
>
> Staging Maven repo
> http
Hi,
I have deployed new artefacts to staging repo, please test the bits!
Staging Maven repo
https://repository.apache.org/content/groups/staging/
Standalone artifacts
http://people.apache.org/builds/struts/2.3.18/
Release notes
https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.18
2014-09-25 19:37 GMT+02:00 Johannes Geppert :
> Just tested with Struts2 jQuery Showcase.
> No problems so far, looks fine to me.
Great, thanks!
Anyone, any other obstacles? If not I will prepare a new build (during
weekend), call for test (whole week) and then vote.
Regards
--
Łukasz
+ 48 606
Just tested with Struts2 jQuery Showcase.
No problems so far, looks fine to me.
Regards
Johannes
#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
2014-09-21 15:36 GMT+02:00 Lukasz Lenart :
> Hi,
>
> Please take a time and test t
2014-09-24 9:10 GMT+02:00 Greg Huber :
> The url I have is:
>
> https://repository.apache.org/content/groups/snapshots-group/
>
> ie
>
> http://repository.apache.org/content/groups/snapshots-group/org/apache/struts/struts2-core/2.3.18-SNAPSHOT/
> etc..
>
> If this is correct, it works, no exception
The url I have is:
https://repository.apache.org/content/groups/snapshots-group/
ie
http://repository.apache.org/content/groups/snapshots-group/org/apache/struts/struts2-core/2.3.18-SNAPSHOT/
etc..
If this is correct, it works, no exception and checked it uses the class.
Cheers Greg
On 24 Sep
ok.
caolbm...@gmail.com
From: Lukasz Lenart
Date: 2014-09-24 13:15
To: Struts Developers List
Subject: Re: Struts 2.3.18 ready for test
Hi,
Can you test the changes based on the SNAPSHOT version? I can publish
new release build but it will take few hours or days (repository.a.o
gets
Hi,
Can you test the changes based on the SNAPSHOT version? I can publish
new release build but it will take few hours or days (repository.a.o
gets timeouts very often during uploading large artefacts) - if not I
will prepare new build, just let me know!
Regards
--
Łukasz
+ 48 606 323 122 http:
2014-09-23 21:26 GMT+02:00 Aaron Johnson :
> Have a look at
> https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java.
> This allows the HtmlTagSupport tag to have an attribute named 'class'
> without interfering with the
2014-09-23 21:26 GMT+02:00 Aaron Johnson :
> Have a look at
> https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java.
> This allows the HtmlTagSupport tag to have an attribute named 'class'
> without interfering with the
2014-09-23 14:10 GMT+02:00 Volker Krebs :
> It's not working in the exception_handling example as well:
> http://localhost:8080/exception_handling/actionspecificexception.action
I was able solve this issue, see
https://git-wip-us.apache.org/repos/asf?p=struts.git;a=commit;h=3b9d58614f0ad192da8bffa
Have a look at
https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java.
This allows the HtmlTagSupport tag to have an attribute named 'class'
without interfering with the getClass() method.
On Tue, Sep 23, 2014 at 1:35 P
2014-09-23 8:53 GMT+02:00 Greg Huber :
> Lukasz,
>
> I have used in the past the class="" on the s:a tag:
>
> ..
>
> I now get a "Unable to find setter method for attribute: class" message.
> Do I have to change all these now to cssClass?
>
> The class shows as still being available.
>
> The
2014-09-23 11:26 GMT+02:00 Volker Krebs :
> Hello,
> we are using the spring object factory in our project.
> We have a bean named "localeProvider", so does struts 2.3.18
> This was never a Problem before, but now when starting the server I'll get
> the exception below.
>
> The class JakartaMultiPa
It's not working in the exception_handling example as well:
http://localhost:8080/exception_handling/actionspecificexception.action
Am 23.09.2014 um 13:38 schrieb Volker Krebs:
Found another strange behaviour with 2.3.18
I have defined an exception mapping like this:
success.jsp
err
Found another strange behaviour with 2.3.18
I have defined an exception mapping like this:
class="shopfloor.pdc.workdeskCheckIn.action" method="checkInToWorkdesk">
result="error" />
success.jsp
error.jsp
When checkInToWorkdesk throws an NotFoundException I'll get the
following Error:
Hello,
we are using the spring object factory in our project.
We have a bean named "localeProvider", so does struts 2.3.18
This was never a Problem before, but now when starting the server I'll
get the exception below.
The class JakartaMultiPartRequest gets a localeProvider injected.
But in str
2014-09-23 8:53 GMT+02:00 Greg Huber :
> Lukasz,
>
> I have used in the past the class="" on the s:a tag:
>
> ..
>
> I now get a "Unable to find setter method for attribute: class" message.
> Do I have to change all these now to cssClass?
>
> The class shows as still being available.
>
> The
Lukasz,
I have used in the past the class="" on the s:a tag:
..
I now get a "Unable to find setter method for attribute: class" message.
Do I have to change all these now to cssClass?
The class shows as still being available.
The css class to use for element - it's an alias of cssClass a
Finally I was able redeploy new artifacts - you can test them again :-)
2014-09-22 8:58 GMT+02:00 Lukasz Lenart :
> 2014-09-22 8:55 GMT+02:00 Greg Huber :
>> ..The reason for message: The following artifacts could not be resolved:
>> org.apache.struts:struts2-core:jar:2.3.18... ?
>>
>> at
>>
>> h
2014-09-22 8:55 GMT+02:00 Greg Huber :
> ..The reason for message: The following artifacts could not be resolved:
> org.apache.struts:struts2-core:jar:2.3.18... ?
>
> at
>
> https://repository.apache.org/content/groups/staging/
Just dropped them and preparing new build...
Regards
--
Łukasz
+ 4
..The reason for message: The following artifacts could not be resolved:
org.apache.struts:struts2-core:jar:2.3.18... ?
at
https://repository.apache.org/content/groups/staging/
Cheers Greg
On 22 September 2014 07:42, Lukasz Lenart wrote:
> 2014-09-21 15:36 GMT+02:00 Lukasz Lenart :
> > Hi,
2014-09-21 15:36 GMT+02:00 Lukasz Lenart :
> Hi,
>
> Please take a time and test the bits - any help is appreciated. Please
> report back any problems. I'll call for vote in a week if no problems
> will be spotted.
>
> Staging Maven repo
> https://repository.apache.org/content/groups/staging/
>
> S
Hi,
Please take a time and test the bits - any help is appreciated. Please
report back any problems. I'll call for vote in a week if no problems
will be spotted.
Staging Maven repo
https://repository.apache.org/content/groups/staging/
Standalone artifacts
http://people.apache.org/builds/struts/2
71 matches
Mail list logo