Re: BUG in struts-2.5.15

2018-03-06 Thread Yasser Zamani


On 3/6/2018 5:34 PM, liemngu...@ups.com.INVALID wrote:
> To Struts2 developers,
> 
> I have tested your upcoming struts-2.5.16 on Weblogic server for below bug. I 
> did not this error anymore. Good Job everyone.
> 
> https://issues.apache.org/jira/browse/WW-4920
> 

I'm very glad to hear this! Thanks a lot for your support, Liem.

Regrads

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: java.lang.ClassCastException: org.apache.struts2.dispatcher.mapper.ActionMapping

2018-03-06 Thread Prasanth Pasala
The filter is just for struts2. Struts1 is handled by servlet mapping.

  
    action
    *.do
  

On 03/05/2018 11:52 PM, Lukasz Lenart wrote:
> 2018-03-05 16:19 GMT+01:00 Prasanth Pasala :
>> Yeah, my url pattern is *.action as I do have some struts1 actions.
> Does it mean you use the same filter to handle Struts 1 and Strut 2?
>
>
> Regards



RE: BUG in struts-2.5.15

2018-03-06 Thread liemnguyen
To Struts2 developers,

I have tested your upcoming struts-2.5.16 on Weblogic server for below bug. I 
did not this error anymore. Good Job everyone.

https://issues.apache.org/jira/browse/WW-4920


Thanks,
Liem.

From: NGUYEN LIEM (APP1LXN)
Sent: Wednesday, February 14, 2018 10:48 AM
To: 'user@struts.apache.org' ; 'd...@struts.apache.org' 
; 'iss...@struts.apache.org' 
Subject: BUG in struts-2.5.15

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-02-14 10:28:37.194 WARN  - Could not create JarEntryRevision for 
[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!/struts-default.xml]!
java.net.MalformedURLException: unknown protocol: c
at java.net.URL.(URL.java:600) ~[?:1.8.0_101]
at java.net.URL.(URL.java:490) ~[?:1.8.0_101]
at java.net.URL.(URL.java:439) ~[?:1.8.0_101]
at 
java.net.JarURLConnection.parseSpecs(JarURLConnection.java:175) ~[?:1.8.0_101]
at java.net.JarURLConnection.(JarURLConnection.java:158) 
~[?:1.8.0_101]
at 
com.opensymphony.xwork2.util.fs.StrutsJarURLConnection.(StrutsJarURLConnection.java:44)
 ~[struts2-core.jar:2.5.15]
at 
com.opensymphony.xwork2.util.fs.StrutsJarURLConnection.openConnection(StrutsJarURLConnection.java:99)
 ~[struts2-core.jar:2.5.15]
at 
com.opensymphony.xwork2.util.fs.JarEntryRevision.build(JarEntryRevision.java:42)
 [struts2-core.jar:2.5.15]
at 
com.opensymphony.xwork2.util.fs.DefaultFileManager.monitorFile(DefaultFileManager.java:94)
 [struts2-core.jar:2.5.15]