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.
>
>
> 2018
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.
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
"C:/Oracle/Middleware/Oracle_Home12.2.1.0.0/user_projects/domains/iwa_local_domain/servers/A
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
> str
To Struts developers:
Below is URL connection object that is passed to
StrutsJarURLConnection.openConnection(URL url):
url-type=java.net.URL
url.toString=zip: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/l
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 = strutsDefaultXmls.next().openConnecti
On 2/15/2018 7:32 PM, liemngu...@ups.com.INVALID wrote:
> Here is the output:
>
> COPY ME:
> weblogic.utils.zip.ZipURLConnection:zip: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!/str
7 matches
Mail list logo