Re: BUG in struts-2.5.15

2018-02-15 Thread Yasser Zamani
On 2/15/2018 7:32 PM, liemngu...@ups.com.INVALID wrote: > Here is the output: > > COPY ME: >

RE: Conversion Error Interceptor prevent errors for empty values

2018-02-15 Thread Paul Zepernick
Yasser, Thanks for pointing me to the right class. After debugging, I found the problem was in my template and it was including the option body in the value when trying to set it to empty. There is no issue with the Interceptor and it is working as documented. Thanks for your help. Paul R.

Re: BUG in struts-2.5.15

2018-02-15 Thread Martin Gainty
mg>below From: liemngu...@ups.com.INVALID Sent: Wednesday, February 14, 2018 5:20 PM To: user@struts.apache.org Subject: Re: BUG in struts-2.5.15 Martin Gainty, I found

Re: BUG in struts-2.5.15

2018-02-15 Thread Yasser Zamani
On 2/14/2018 7:13 PM, liemngu...@ups.com.INVALID wrote: > Hi all, > > Testing your upcoming struts-2.5.15, when starting Weblogic server (Weblogic > server version 12.2.1.2.0, JDK v 1.8.0_101), we see exception below. > > Thanks, > Liem. > > >

Re: BUG in struts-2.5.15

2018-02-15 Thread Yasser Zamani
On 2/15/2018 7:15 PM, Martin Gainty wrote: > I found > "C:/Oracle/Middleware/Oracle_Home12.2.1.0.0/user_projects/domains/iwa_local_domain/servers/AdminServer/tmp/_WL_user/IWA/zfd81u/war/WEB-INF/lib/struts2-core.jar". > I believe struts-default.xml is within struts2-core.jar (renamed from >

RE: BUG in struts-2.5.15

2018-02-15 Thread liemnguyen
Yasser Zamani, Run your test codes below: private void testStruts2() { try { Iterator strutsDefaultXmls = ClassLoaderUtil.getResources("struts-default.xml", this.getClass(), true); while (strutsDefaultXmls.hasNext()) { URLConnection conn =

RE: BUG in struts-2.5.15

2018-02-15 Thread liemnguyen
To Struts developers: Below is URL connection object that is passed to StrutsJarURLConnection.openConnection(URL url): url-type=java.net.URL