Potential Forms Security Issue

2010-12-08 Thread Obinna
Hi, Using Struts 2.1.8, I just ran into a security issue in my application configuration which was a bit difficult to diagnose and turned out to be due to a struts feature which unexpectedly bypassed my security configuration. As with many systems, I am using a web filter security mechanism (Sprin

Re: [VOTE] Accept the XWork project as donated by OpenSymphony

2009-12-27 Thread Obinna
[X ] Yes, accept the XWork project On Mon, Dec 28, 2009 at 12:54 AM, Jason Pyeron wrote: > > > > > -Original Message- > > From: paulus.benedic...@gmail.com > > [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict > > Sent: Saturday, December 26, 2009 14:50 > > To: Struts Deve

Re: embeddedJsp plugin causing jsp compilation issues

2009-11-10 Thread Obinna
l take a look tonight. > > > > musachy > > > > On Tue, Nov 10, 2009 at 7:13 AM, Obinna wrote: > >> Hi Musachy, > >> > >> There's another classloading conflict issue with the embedded jsp > plugin. > >> This one has to do with the ELCon

Re: embeddedJsp plugin causing jsp compilation issues

2009-11-10 Thread Obinna
On Tue, Oct 20, 2009 at 9:46 PM, Obinna wrote: > Tested it and it works for me! > Great! Thanks a million. > > - Eric > > On Tue, Oct 20, 2009 at 9:13 PM, Musachy Barroso wrote: > >> small fix to JspApplicationContextImpl seems to make it work for >> me(add the

Re: XWork: Real UTF-8 in *.properties

2009-11-10 Thread Obinna
What's the current status of this? Eric On Thu, Oct 15, 2009 at 4:43 PM, Rene Gielen wrote: > We are in the IP Clearance process. > > Lukasz Lenart schrieb: > > 2009/10/15 Rene Gielen : >> >>> As soon as the XWork move is done :) >>> >> >> When it will happen? >> >> >> Regards >> > > -

Re: [VOTE] Struts 2.1.8.1 Vote

2009-10-30 Thread Obinna
+1 On Wed, Oct 28, 2009 at 11:50 PM, Rene Gielen wrote: > Sorry guys, but currently any spare time is reserved for sleeping :) > Hope to be able to test drive it this weekend. > > - Rene > > Wes Wannemacher schrieb: > > Ping?... > > > > The vote has been open for almost a week. Does anyone else

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-20 Thread Obinna
rom trunk) > > musachy > > On Tue, Oct 20, 2009 at 11:00 AM, Musachy Barroso > wrote: > > ok I was able to reproduce it, working on it (looks hairy) > > > > musachy > > > > On Tue, Oct 20, 2009 at 7:01 AM, Obinna wrote: > >> Ok, So I've been ab

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-20 Thread Obinna
tImpl impl = (JspApplicationContextImpl) > > context.getAttribute(KEY)). > > > > I will continue to try to figure out how to inspect the variables (and > see > > the classloaders) in my IDE... > > > > - Eric > > > > > > > > On Sat, Oct 1

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-20 Thread Obinna
> if you get any insight. > > musachy > > On Sat, Oct 17, 2009 at 2:57 AM, Obinna wrote: > > I have a ton of jars in my lib (but no el-api). The lib for that projects > > looks as follows (both projects have similar libs): > > > > asterisk-java-1.0.jar > &g

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-17 Thread Obinna
0.jar > > xwork-core-2.1.7-SNAPSHOT.jar > > > > That's on a default installation of tomcat 6.0.20. Can you compare > > that to your jars? > > > > musachy > > > > On Thu, Oct 15, 2009 at 8:57 AM, Musachy Barroso > wrote: > >> pretty cons

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-15 Thread Obinna
edjsp plugin in the shared dir, and see > if it works. > > On Thu, Oct 15, 2009 at 7:58 AM, Musachy Barroso > wrote: > > yeah that is kind of strange. do you have any of the struts, or your > > jars in the tomcat shared dir? even in that case it should not matter. > &g

Re: embeddedJsp plugin causing jsp compilation issues

2009-10-15 Thread Obinna
ruts2.jasper.runtime.JspFactoryImpl.getJspApplicationContext(JspFactoryImpl.java:200) - Eric On Mon, Sep 28, 2009 at 11:05 AM, Obinna wrote: > Tested and work well. Couldn't resolve struts2-core.2.1.9-Snapshot maven > dependency so I used 2.1.8 though. > Closed jira ticket. > Thanks again!! I

Re: Struts 2.1.8 Vote

2009-09-28 Thread Obinna
+1 GA On Mon, Sep 28, 2009 at 4:21 PM, Wes Wannemacher wrote: > Since there has been such a long time and there have been so many > updates since 2.1.6, I just want to make sure that no one out there is > still planning to test before I call it? > > The required amount of time has passed, so doe

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-28 Thread Obinna
uld have done it with jasper 6 since the beginning, but it seemed > more difficult and my laziness took the best of me :) > > musachy > > On Sun, Sep 27, 2009 at 10:12 PM, Obinna wrote: > > Great!. Musachy, thanks a million for doing this so quickly. I'll give it > a >

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Obinna
Great!. Musachy, thanks a million for doing this so quickly. I'll give it a test anon On Mon, Sep 28, 2009 at 6:18 AM, Martin Gainty wrote: > > thanks for the headsup.. 2.1.8 builds now.. > I had wrong version of commons-collections ListUtils not having > isEqualList(collection,collection) >

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Obinna
ive me the steps? > > thanks > musachy > > On Sat, Sep 26, 2009 at 10:55 AM, Musachy Barroso > wrote: > > hum, can you open a jira ticket with the details? sdk version, container > etc. > > > > On Sat, Sep 26, 2009 at 6:08 AM, Obinna wrote: > >> I'v

embeddedJsp plugin causing jsp compilation issues

2009-09-26 Thread Obinna
Servlet.service(JspServlet.java:274) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) If the page was loaded prior to any embedded .jsp, then it compiles fine and reloads fine subsequently. On Fri, Sep 25, 2009 at 8:51 AM, Obinna wrote: > I figured out the problem. Somehow (d

Re: NPE in embeddedJsp plugin

2009-09-24 Thread Obinna
I figured out the problem. Somehow (don't ask), servlet-api.jar ended up in my Tomcat endorsed folder. Removing it fixed the problem. It still seems that assuming protectionDomain.getCodeSource() will return a non-null value is dangerous though. On Thu, Sep 24, 2009 at 4:44 PM, Obinna

NPE in embeddedJsp plugin

2009-09-24 Thread Obinna
rface javax.servlet.Servlet), but the API docs say that protectionDomain.getCodeSource() can be null, so there should probably be a check here or another way of getting the jar url. -Eric On Wed, Aug 26, 2009 at 8:07 AM, Obinna wrote: > Nope. I tried that. > Strangely, It builds without

Re: embedded JSPs plugin

2009-08-25 Thread Obinna
) I suspect I'm doing something wrong with Maven... On Tue, Aug 25, 2009 at 7:23 PM, Musachy Barroso wrote: > that's pretty weird. Did you do try a 'mvn clean' first? > > On Tue, Aug 25, 2009 at 8:53 AM, Obinna wrote: > > When I build the embedded js

Re: embedded JSPs plugin

2009-08-25 Thread Obinna
When I build the embedded jsp plugin, maven doesn't include the org.apache.struts2.jasper.resources package (doesn't create in 'target') which is causing some errors. Any ideas why? - Eric On Fri, Aug 14, 2009 at 6:58 PM, Musachy Barroso wrote: > As long as they are in the classpath, embedded o

Re: [VOTE] Embedded JSP Plugin

2009-08-18 Thread Obinna
+1 . ( I just moved an most of an entire admin interface which i used to have to copy from project to project into a core jar and it works great! ) On Tue, Aug 18, 2009 at 8:45 AM, Rene Gielen wrote: > +1 > > Musachy Barroso schrieb: > >> I propose we move the Embedded JSP Plugin to trunk, and

Re: Create a single javascript

2009-08-12 Thread Obinna
2009/8/12 Johannes Geppert > > Hello Eric, > > thank you for fast response. > > > Obinna wrote: > > > > What I have done is to put all of the meat of the javascript code into a > > single file which is included in the sj:head and then just have a small >

Re: Create a single javascript

2009-08-12 Thread Obinna
Johannes, What I have done is to put all of the meat of the javascript code into a single file which is included in the sj:head and then just have a small binding snippet code rendered with each tag which calls a binding function in the main .js file. The binding snippet is identical for all tags

Re: Seeking reflections on our tag library (as a framework)

2009-08-11 Thread Obinna
I've worked with the struts tags a bunch in extending them for application specific purposes (injecting authorization controls to disable components), developing custom themes, and in developing an ajax framework extending these tags and though I am very happy with the tag library in general, there

Re: [VOTE] Move JSON plugin to trunk

2009-08-10 Thread Obinna
(non-committer's non-binding) +1 it would make configuration of ajax projects a bit simpler 2009/8/6 Wes Wannemacher > On Wednesday 05 August 2009 09:54:41 pm Musachy Barroso wrote: > > Although I understand it is quite used, I am not sure why you want it > > in core, having it as plugin works

Re: Struts2 jQuery Plugin - Logo

2009-07-28 Thread Obinna
I'll happily submit the topics stuff as a patch but it's not *quite* that straight-forward as there's a bit of structural code (albeit all in one .js) file for it as well. I think we do need that strategy/design discussion before we proceed. Some initial thoughts: - I think it is much better to m

Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Obinna
I agree with Renee, Wes et al that having some kind of 'official' ajax plugin is almost a requirement for a serious UI framework as serious now. I've used ajax feature pretty heavily on the last 4 projects (all using struts) I've worked on. The first two using dojo, and the last two using a homegro

output encoding in struts 2

2009-07-08 Thread Obinna
Hi, This may be a silly question, but is it correct to say that the struts 2 output encoding is handled by the template type rendering engine. (for example, the ?html or in freemarker) other than some special cases such as the UIBean.ensureAttributeSafelyNotEscaped()? If this is the case, what ab

Re: Ready for Struts 2.2 and XWork 2.2?

2009-04-14 Thread Obinna
I have actually been working slowly but steadily on the struts2-jquery plugin that was discussed awhile back ( http://code.google.com/p/struts2-jquery-plugin). Sorry for the radio silence. It's now fairly comprehensive and barring after a few TODOs (see below) , probably ready for some very early-a

Re: JQuery integration

2009-02-24 Thread Obinna
brought this up before and I think he did some changes already. > > musachy > > On Tue, Feb 24, 2009 at 11:17 AM, Wes Wannemacher wrote: > > On Mon, Feb 23, 2009 at 4:26 PM, Obinna wrote: > >> 2009/2/23 Musachy Barroso > >> > >>> > I de

Re: JQuery integration

2009-02-23 Thread Obinna
2009/2/23 Musachy Barroso > > I definitely agree that a thoughtful design is the right starting place. > > Taking this to the extreme, one thing that I mentioned in my earlier post > > (without too much thought) was that perhaps some kind of standardized > > specification for binding ajax feature

Re: Struts 2.1.7 release

2009-02-23 Thread Obinna
Mon, Feb 23, 2009 at 1:08 PM, James Holmes > wrote: > > Hey Eric, I've done a ton of jQuery and would definitely like to see a > > jQuery implementation and could probably collaborate with you. > > > > On Mon, Feb 23, 2009 at 12:41 PM, Obinna wrote: > > > &

Re: Struts 2.1.7 release

2009-02-23 Thread Obinna
Yeah, the xwork FileManager fix is pretty key for me too. Also... awhile ago I posted some potential fixes/upgrades to the javatemplates plugin to make it more extensible. I don't see these issues in JIRA, so I suppose these weren't picked up and would not make it in? I shall re-post to JIRA. If ne

Re: moving JSON result type into core

2009-02-19 Thread Obinna
I'm All for it. On Thu, Feb 19, 2009 at 7:30 PM, Musachy Barroso wrote: > lol...I am +1 too. > > On Thu, Feb 19, 2009 at 11:15 AM, James Holmes > wrote: > > +2 > > > > On Thu, Feb 19, 2009 at 11:03 AM, Wes Wannemacher > wrote: > > > >> Does anyone have any objection to us moving the JSON resul

Re: Pluggable themes for JavaTemplates plugin

2009-02-04 Thread Obinna
achy Barroso wrote: > Do you want to implement the plugin using Java instead of FreeMarker? > Unless the output is very simple, generating javascript from java will > be a pain to write and maintain. > > musachy > > On Wed, Feb 4, 2009 at 10:30 AM, Obinna wrote: > > Hi J

Re: Pluggable themes for JavaTemplates plugin

2009-02-04 Thread Obinna
son I am looking into this is because I am starting to write a jQuery Ajax plugin (given the imminent deprecation of dojo, which I never really liked so much anyway - too large and clunky) I'm not sure how far I'll get on this, but I'm currently optimistic. Best, Eric On Wed, Feb 4,

Pluggable themes for JavaTemplates plugin

2009-02-03 Thread Obinna
Hi, I'd like to know if there's a 'recommended' way of extending the javatemplates theme. I've been using the default freemarker templates and have developed a few custom tag templates for some custom tags. I'm eager to port to javatemplates. I noticed that the SimpleTheme is 'hard-coded' in the