Struts 2.5 BETA3

2016-01-22 Thread Christian Stone
I am looking forward to testing Beta 3. I tested Beta 2 and am suddenly having problems with the value stack being pre-populated with the prior responses value stack associated with a session. It may be a configuration or an issue I had updating my web.xml for the new struts. I really like the u

ParametersInterceptor: Can we inject a filter?

2015-04-29 Thread Christian Stone
I have been updating my distributions, but still see many attempts to compromise my installation through parameter submission like this: ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor Developer Notification (set struts.devMode to false to disable this message): Unexpected Excep

Question about interceptor/action strategy... is this a major bug?

2010-04-25 Thread Christian Stone
r changing that I first checked spring, and then the struts code for answers. So I have been contributing code, and I normally am pretty accurate with these things. However, I would be very happy to hear that I am incorrect in these assertions :) Thanks in advance, Christian Sto

Feature suggestion for enhancing the struts action configuration.

2010-04-11 Thread Christian Stone
n of the configuration text is a real boon. -- Christian Stone - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Current build of Struts 2...

2010-04-08 Thread Christian Stone
builds without any proper error reporting for the fatal error. -- Christian On Apr 8, 2010, at 4:23 AM, Lukasz Lenart wrote: > 2010/3/26 Christian Stone : >> First, Javassist is now a required jar. However if you don't have >> it in your webapp the error reporting is basic

Current build of Struts 2...

2010-03-26 Thread Christian Stone
ork). I am not reporting an issue on this since it was closed as part of a number of other issues, and was just left out from the patch I delivered... Thanks, and good work! -- Christian Stone Index: plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/FreemarkerDecora

Re: WW-3291. Checkin and moving forward...

2009-11-07 Thread Christian Stone
d. Two of the biggest complaints on Struts 2 are speed and error reporting. Any steps to mitigate either of these issues is a huge win! -- Christian Stone - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For

Enhanced freemarker decorator reporting.

2009-10-27 Thread Christian Stone
I enhanced the FreemarkerDecoratorServlet to increase the error reporting beyond what was there before. If there is an error, you will now get the request and resultCode with the error (instead of just the decorator name and the property that was missing). I didn't think the action name w

Re: WW-3291. What should I do to help move this issue forward.

2009-10-27 Thread Christian Stone
I am asking simply because I have other bug fixes in the same codebase, and I want to resolve one before I complete and build a patch for the other. However, I do not have a possibility of marking the bug resolved or to actually apply the patch to the codebase (I have not checked but I dou

Re: The future of sitemesh integration with struts 2...

2009-10-23 Thread Christian Stone
owed for configurable renderers... now that would be great! -- Christian -- _,--" cws`-._-___ " _'--'----'--'_ //_| | \ Christian Stone,

Re: The future of sitemesh integration with struts 2...

2009-10-23 Thread Christian Stone
uration for defining templates. Anyways, this is how I would proceed and leverage SiteMesh 3. This is my plan for JCatapult. -bp -- _,--" cws`-._-___ " _'--'----'--'_

Re: The future of sitemesh integration with struts 2...

2009-10-23 Thread Christian Stone
UTF-8 1 sitemesh-velocity *.vm -- Christian Stone On Oct 22, 2009, at 4:00 PM, Musachy Barroso wrote: that sounds pretty reasonable to me. if you are up for the task, go for it. 2.2 is far in the horizon and this would be a good time

Re: The future of sitemesh integration with struts 2...

2009-10-22 Thread Christian Stone
would be to use the Servlet model and not the filter model in the future" a little, and why you think that using a servlet would be that much better? musachy -- _,--" cws`-._-___ " _'--'-

The future of sitemesh integration with struts 2...

2009-10-22 Thread Christian Stone
providing filters). More specifically, given the path of SiteMesh and how it will be mixing velocity and freemarker in SiteMesh 3, it seems that the best path would be to use the Servlet model and not the filter model in the future. So what am I missing? -- Christian Stone

Re: sitemesh problem in 2.1.8

2009-10-22 Thread Christian Stone
roblems as much, since they are compiled and can access the statics. Hope this makes sense... I've had a very long week :) -- Christian On Oct 22, 2009, at 11:45 AM, Dale Newfield wrote: Christian Stone wrote: It isn't a problem if you use the filter bundled with Sitemesh. However

Re: sitemesh problem in 2.1.8

2009-10-21 Thread Christian Stone
Welcome! By the way, I wrote the developer of Sitemesh 3, and will see about getting a plugin available for the new codebase too. By the way, I am testing a version of the plugin now with a bit more detail in the error reporting (reports URL and query with failed decorator). This is nice

Re: sitemesh problem in 2.1.8

2009-10-21 Thread Christian Stone
- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org -- _,--" cws`-._-___ " _'--'----'--&#x

Re: sitemesh problem in 2.1.8

2009-10-21 Thread Christian Stone
plugin on two of my production servers to see how it handles a load. Unfortunately they are both FreeMarker decorator apps... -- Christian Stone Update sitemesh-plugin to use version 2.4.2. (CLONE, CATCHALL). Key

Re: sitemesh problem in 2.1.8

2009-10-21 Thread Christian Stone
dev-h...@struts.apache.org --            _,--"cws        `-._        -___         "       _'--'----'--'_      //_| | \ Christian Stone, Software Engineer / | |_\\     (_|_|__=     xt...@stonescape.net     =__|_|_)     _\___

Re: sitemesh problem in 2.1.8

2009-10-21 Thread Christian Stone
Oh, a second issue, this one with struts. I (temporarily) built xwork using the no tests option (mvn - Dmaven.test.skip=true -Pextras,plugins,xwork). Then after the artifacts were in place, I attempted to build struts... and have this issue: [INFO] -

Re: sitemesh problem in 2.1.8

2009-10-20 Thread Christian Stone
So some of the sitemesh 3 code is in the latest drop apparently, and it is marked alpha. So I am doing 2 things... 1. Updating the existing filters code (FreeMarkerPageFilter and VelocityPageFilter) to use the PageFilter.java implementation in SiteMesh 2.3 (note that I presume that I can

Re: sitemesh problem in 2.1.8

2009-10-20 Thread Christian Stone
Okay, I'll do it... will take perhaps a day (free time... you know). -- Christian On Oct 20, 2009, at 9:14 PM, Musachy Barroso wrote: I don't think anyone here knows much about the sitemesh codebase, so feel free to take a shot at it and ask for help here if you need it. thanks for reporting

Re: sitemesh problem in 2.1.8

2009-10-20 Thread Christian Stone
es to test with. -- Christian Stone - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: [VOTE] Struts 2.1.8.1 Vote

2009-10-20 Thread Christian Stone
include workaround. If you have bundled 2.1.8.1 with the older FreeMarker, or have updated the struts-sitemesh plugin, I can deploy it on our test sites and confirm that the plugin works. -- Christian Stone On Oct 20, 2009, at 5:49 PM, Musachy Barroso wrote: +1 GA. I have been using it and it

Re: Issue WW-3026. Error logging in faulty configuration file.

2009-04-02 Thread Christian Stone
throw them. thanks for reporting musachy -- _,--" cws`-._-___ " _'--'----'--'_ //_| | \ Christian Stone, Software Engineer / | |_\\ (_|_|__= xt...@stonescape.net

Re: Issue WW-3026. Error logging in faulty configuration file.

2009-04-02 Thread Christian Stone
epending on the ObjectFactory being used. -- _,--" cws`-._-___ " _'--'----'--'_ //_| | \ Christian Stone, Software Engineer / | |_\\ (_|_|__= xt...@stonesc

Issue WW-3026. Error logging in faulty configuration file.

2009-04-02 Thread Christian Stone
I posted a bug and a code fix in https://issues.apache.org/struts/browse/WW-3026 There hasn't been any activity, or assignment. I use Struts a lot for my development projects, and invariably with larger projects there will be a typo or renamed class file that will break the struts.xml conf