[jira] [Commented] (WW-4954) xml-validation fails since struts 2.5.17

2018-09-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602611#comment-16602611
 ] 

ASF GitHub Bot commented on WW-4954:


lukaszlenart opened a new pull request #249: WW-4954 Moves XWorkList out of 
util package
URL: https://github.com/apache/struts/pull/249
 
 
   Cherry-picked from #244 
   
   Resolves [WW-4954](https://issues.apache.org/jira/browse/WW-4954)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> xml-validation fails since struts 2.5.17
> 
>
> Key: WW-4954
> URL: https://issues.apache.org/jira/browse/WW-4954
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.17
>Reporter: Fechner
>Assignee: Lukasz Lenart
>Priority: Major
> Fix For: 2.6, 2.3.36, 2.5.18
>
> Attachments: KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml.alt, KundenAction.java, 
> ValidatorArrayListSize.java, ValidatorArrayListSize.java, 
> email_festnetz_email-arrayListStringeSize_festnetz-arrayListStringeSize_otherinvalideValues.png,
>  email_festnetz_email-arrayListStringeSize_festnetz-fieldexpression.png, 
> email_festnetz_email-fieldexpression_festnetz-fieldexpression.png, 
> kundenNeuanlegenAdresse.jspf, kundenVerwaltung.xml, 
> mitarbeiterVerwaltung.xml, produktVerwaltung.xml, struts.xml
>
>
> xml-Validation of "s:optiontransferselect" and "s:inputtransferselect" fails 
> since version 2.5.17.
> Until version 2.5.16 xml-validation works fine.
> Example :
> inputtransferselect:
> {code:xml}
>        label="%\{getText('adresse.email')}"
>      
> name="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      
> list="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      id="eingabeEmailAdresseKuAnschrift"
>      cssClass="inputoptionselect"
>      addLabel="%\{getText('add')}"
>      removeLabel="%\{getText('remove')}"
>      removeAllLabel="%\{getText('removeAll')}"
>      buttonCssClass="navibutton"
>      allowUpDown="false"
>      requiredLabel="true"
>      
> tooltip="%\{getText('tooltip.adresse.email')}"
>      tooltipIconPath="/images/question.gif"
>      />
> {code}
> {code}
>      "../../../../xwork-validator-1.0.3.dtd">
>  
> 
>         
>        
>        
>            
>        
>        
>        
>    
>     
>    
>           
>  
>  
> {code}
> optiontransferselect:
> {code:xml}
>     
>          id="idListe"
>         label="%\{getText('pk.klasse.gebiet')}"
>         name="idListe"
>         leftTitle="%\{getText('produkt.ag.links')}"
>         rightTitle="%\{getText('produkt.ag.rechts')}"
>         list="%\{#session.listeLinks}"
>         listKey="id"
>         listValue="anzeige"
>         multiple="true"
>         size="15"
>         cssClass="input_text"
>         requiredLabel="true" 
>     
>         buttonCssClass="navibutton"
>         allowSelectAll="false"
>         allowUpDownOnLeft="false"
>         allowUpDownOnRight="false"
>         allowAddAllToLeft="false"
>         allowAddAllToRight="false"
>         addToLeftLabel="%\{getText('remove')}"
>         addToRightLabel="%\{getText('add')}"
>         doubleList="%\{#session.listeRechts}"
>         doubleListKey="id"
>         doubleListValue="anzeige"
>         doubleName="selectedIdListe"
>         doubleSize="15"
>         doubleCssClass="input_text"
> />
> {code}
> I hope You can helb
> Best regards
>  Siegfried Fechner
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WW-4954) xml-validation fails since struts 2.5.17

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602610#comment-16602610
 ] 

ASF subversion and git services commented on WW-4954:
-

Commit f523a341d474eddbc6c941ddbb1d843c743603ca in struts's branch 
refs/heads/WW-4954-struts-2-5 from [~lukaszlenart]
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=f523a34 ]

WW-4954 Moves XWorkList out of util package


> xml-validation fails since struts 2.5.17
> 
>
> Key: WW-4954
> URL: https://issues.apache.org/jira/browse/WW-4954
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.17
>Reporter: Fechner
>Assignee: Lukasz Lenart
>Priority: Major
> Fix For: 2.6, 2.3.36, 2.5.18
>
> Attachments: KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml.alt, KundenAction.java, 
> ValidatorArrayListSize.java, ValidatorArrayListSize.java, 
> email_festnetz_email-arrayListStringeSize_festnetz-arrayListStringeSize_otherinvalideValues.png,
>  email_festnetz_email-arrayListStringeSize_festnetz-fieldexpression.png, 
> email_festnetz_email-fieldexpression_festnetz-fieldexpression.png, 
> kundenNeuanlegenAdresse.jspf, kundenVerwaltung.xml, 
> mitarbeiterVerwaltung.xml, produktVerwaltung.xml, struts.xml
>
>
> xml-Validation of "s:optiontransferselect" and "s:inputtransferselect" fails 
> since version 2.5.17.
> Until version 2.5.16 xml-validation works fine.
> Example :
> inputtransferselect:
> {code:xml}
>        label="%\{getText('adresse.email')}"
>      
> name="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      
> list="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      id="eingabeEmailAdresseKuAnschrift"
>      cssClass="inputoptionselect"
>      addLabel="%\{getText('add')}"
>      removeLabel="%\{getText('remove')}"
>      removeAllLabel="%\{getText('removeAll')}"
>      buttonCssClass="navibutton"
>      allowUpDown="false"
>      requiredLabel="true"
>      
> tooltip="%\{getText('tooltip.adresse.email')}"
>      tooltipIconPath="/images/question.gif"
>      />
> {code}
> {code}
>      "../../../../xwork-validator-1.0.3.dtd">
>  
> 
>         
>        
>        
>            
>        
>        
>        
>    
>     
>    
>           
>  
>  
> {code}
> optiontransferselect:
> {code:xml}
>     
>          id="idListe"
>         label="%\{getText('pk.klasse.gebiet')}"
>         name="idListe"
>         leftTitle="%\{getText('produkt.ag.links')}"
>         rightTitle="%\{getText('produkt.ag.rechts')}"
>         list="%\{#session.listeLinks}"
>         listKey="id"
>         listValue="anzeige"
>         multiple="true"
>         size="15"
>         cssClass="input_text"
>         requiredLabel="true" 
>     
>         buttonCssClass="navibutton"
>         allowSelectAll="false"
>         allowUpDownOnLeft="false"
>         allowUpDownOnRight="false"
>         allowAddAllToLeft="false"
>         allowAddAllToRight="false"
>         addToLeftLabel="%\{getText('remove')}"
>         addToRightLabel="%\{getText('add')}"
>         doubleList="%\{#session.listeRechts}"
>         doubleListKey="id"
>         doubleListValue="anzeige"
>         doubleName="selectedIdListe"
>         doubleSize="15"
>         doubleCssClass="input_text"
> />
> {code}
> I hope You can helb
> Best regards
>  Siegfried Fechner
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WW-4954) xml-validation fails since struts 2.5.17

2018-09-03 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602408#comment-16602408
 ] 

ASF subversion and git services commented on WW-4954:
-

Commit b1709c5208b599b5aaff20f712bd8f70428295a0 in struts's branch 
refs/heads/struts-2-5-x from [~aleksandr-m]
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=b1709c5 ]

Better logging message (for WW-4954)

(cherry picked from commit b213d58f54d3bc89b21726d441325202ef99628d)


> xml-validation fails since struts 2.5.17
> 
>
> Key: WW-4954
> URL: https://issues.apache.org/jira/browse/WW-4954
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.17
>Reporter: Fechner
>Assignee: Lukasz Lenart
>Priority: Major
> Fix For: 2.6, 2.3.36, 2.5.18
>
> Attachments: KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml, 
> KundenAction-kundenAdrUebernehmen-validation.xml.alt, KundenAction.java, 
> ValidatorArrayListSize.java, ValidatorArrayListSize.java, 
> email_festnetz_email-arrayListStringeSize_festnetz-arrayListStringeSize_otherinvalideValues.png,
>  email_festnetz_email-arrayListStringeSize_festnetz-fieldexpression.png, 
> email_festnetz_email-fieldexpression_festnetz-fieldexpression.png, 
> kundenNeuanlegenAdresse.jspf, kundenVerwaltung.xml, 
> mitarbeiterVerwaltung.xml, produktVerwaltung.xml, struts.xml
>
>
> xml-Validation of "s:optiontransferselect" and "s:inputtransferselect" fails 
> since version 2.5.17.
> Until version 2.5.16 xml-validation works fine.
> Example :
> inputtransferselect:
> {code:xml}
>        label="%\{getText('adresse.email')}"
>      
> name="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      
> list="kuAnschrift.kontaktMittel.eingabeEmailAdresse"
>      id="eingabeEmailAdresseKuAnschrift"
>      cssClass="inputoptionselect"
>      addLabel="%\{getText('add')}"
>      removeLabel="%\{getText('remove')}"
>      removeAllLabel="%\{getText('removeAll')}"
>      buttonCssClass="navibutton"
>      allowUpDown="false"
>      requiredLabel="true"
>      
> tooltip="%\{getText('tooltip.adresse.email')}"
>      tooltipIconPath="/images/question.gif"
>      />
> {code}
> {code}
>      "../../../../xwork-validator-1.0.3.dtd">
>  
> 
>         
>        
>        
>            
>        
>        
>        
>    
>     
>    
>           
>  
>  
> {code}
> optiontransferselect:
> {code:xml}
>     
>          id="idListe"
>         label="%\{getText('pk.klasse.gebiet')}"
>         name="idListe"
>         leftTitle="%\{getText('produkt.ag.links')}"
>         rightTitle="%\{getText('produkt.ag.rechts')}"
>         list="%\{#session.listeLinks}"
>         listKey="id"
>         listValue="anzeige"
>         multiple="true"
>         size="15"
>         cssClass="input_text"
>         requiredLabel="true" 
>     
>         buttonCssClass="navibutton"
>         allowSelectAll="false"
>         allowUpDownOnLeft="false"
>         allowUpDownOnRight="false"
>         allowAddAllToLeft="false"
>         allowAddAllToRight="false"
>         addToLeftLabel="%\{getText('remove')}"
>         addToRightLabel="%\{getText('add')}"
>         doubleList="%\{#session.listeRechts}"
>         doubleListKey="id"
>         doubleListValue="anzeige"
>         doubleName="selectedIdListe"
>         doubleSize="15"
>         doubleCssClass="input_text"
> />
> {code}
> I hope You can helb
> Best regards
>  Siegfried Fechner
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WW-4941) [jar_cache] Some jar_cache******.tmp files are generated into a temporary directory(/tmp) during web service start

2018-09-03 Thread Yasser Zamani (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602000#comment-16602000
 ] 

Yasser Zamani commented on WW-4941:
---

Thanks a lot! we will fix it in our coming soon release, 2.5.18.

> [jar_cache] Some jar_cache**.tmp files are generated into a temporary 
> directory(/tmp) during web service start
> --
>
> Key: WW-4941
> URL: https://issues.apache.org/jira/browse/WW-4941
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.16
> Environment: [root@zoyunrhel72 /]# java -version
> openjdk version "1.8.0_65"
> OpenJDK Runtime Environment (build 1.8.0_65-b17)
> OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
>  
> WebSphere Application Server Liberty Profile (WLP) 18.0.0.1
>Reporter: Zhenou Yun
>Assignee: Yasser Zamani
>Priority: Major
> Fix For: 2.5.18
>
>
> {color:#FF}For 2.5.16{color}, some jar_cache.tmp files are generated 
> into a temporary directory(/tmp) during web service start.  **    **  *I 
> switch struts version to {color:#FF}2.5.14.1{color}, this issue is gone.*
> After WEBGUI starts, there are 33 jar_file* generated under /tmp.
> -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1062642631821365399.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache1209769631075084218.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1567107336814663613.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1587734339761593574.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache2246035098413560545.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache2955460173372365990.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3055770203325640987.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache3181781479183365298.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3410461668503420325.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3727162596974609876.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3953777553761520869.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4367774407759725596.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache4389938255920249675.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache452712732091101706.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4621119266592243199.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4770538017484682889.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache4831026455305699506.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache5285510309933422446.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache598875146914236683.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache600889074722179084.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache6110581355322169203.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache6134039056868249228.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache623083199754750962.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6767943121948014749.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache6919148036198603364.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6930144757804709728.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache7129866684690345107.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache714176327233318065.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache8089516361791789756.tmp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (WW-4941) [jar_cache] Some jar_cache******.tmp files are generated into a temporary directory(/tmp) during web service start

2018-09-03 Thread Yasser Zamani (JIRA)


 [ 
https://issues.apache.org/jira/browse/WW-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yasser Zamani reassigned WW-4941:
-

Assignee: Yasser Zamani

> [jar_cache] Some jar_cache**.tmp files are generated into a temporary 
> directory(/tmp) during web service start
> --
>
> Key: WW-4941
> URL: https://issues.apache.org/jira/browse/WW-4941
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.16
> Environment: [root@zoyunrhel72 /]# java -version
> openjdk version "1.8.0_65"
> OpenJDK Runtime Environment (build 1.8.0_65-b17)
> OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
>  
> WebSphere Application Server Liberty Profile (WLP) 18.0.0.1
>Reporter: Zhenou Yun
>Assignee: Yasser Zamani
>Priority: Major
> Fix For: 2.5.18
>
>
> {color:#FF}For 2.5.16{color}, some jar_cache.tmp files are generated 
> into a temporary directory(/tmp) during web service start.  **    **  *I 
> switch struts version to {color:#FF}2.5.14.1{color}, this issue is gone.*
> After WEBGUI starts, there are 33 jar_file* generated under /tmp.
> -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1062642631821365399.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache1209769631075084218.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1567107336814663613.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1587734339761593574.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache2246035098413560545.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache2955460173372365990.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3055770203325640987.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache3181781479183365298.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3410461668503420325.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3727162596974609876.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3953777553761520869.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4367774407759725596.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache4389938255920249675.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache452712732091101706.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4621119266592243199.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4770538017484682889.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache4831026455305699506.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache5285510309933422446.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache598875146914236683.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache600889074722179084.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache6110581355322169203.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache6134039056868249228.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache623083199754750962.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6767943121948014749.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache6919148036198603364.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6930144757804709728.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache7129866684690345107.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache714176327233318065.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache8089516361791789756.tmp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (WW-4941) [jar_cache] Some jar_cache******.tmp files are generated into a temporary directory(/tmp) during web service start

2018-09-03 Thread Yasser Zamani (JIRA)


 [ 
https://issues.apache.org/jira/browse/WW-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yasser Zamani updated WW-4941:
--
Fix Version/s: (was: 2.6)
   2.5.18

> [jar_cache] Some jar_cache**.tmp files are generated into a temporary 
> directory(/tmp) during web service start
> --
>
> Key: WW-4941
> URL: https://issues.apache.org/jira/browse/WW-4941
> Project: Struts 2
>  Issue Type: Bug
>Affects Versions: 2.5.16
> Environment: [root@zoyunrhel72 /]# java -version
> openjdk version "1.8.0_65"
> OpenJDK Runtime Environment (build 1.8.0_65-b17)
> OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
>  
> WebSphere Application Server Liberty Profile (WLP) 18.0.0.1
>Reporter: Zhenou Yun
>Priority: Major
> Fix For: 2.5.18
>
>
> {color:#FF}For 2.5.16{color}, some jar_cache.tmp files are generated 
> into a temporary directory(/tmp) during web service start.  **    **  *I 
> switch struts version to {color:#FF}2.5.14.1{color}, this issue is gone.*
> After WEBGUI starts, there are 33 jar_file* generated under /tmp.
> -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1062642631821365399.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache1209769631075084218.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1567107336814663613.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache1587734339761593574.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache2246035098413560545.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache2955460173372365990.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3055770203325640987.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache3181781479183365298.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3410461668503420325.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache3727162596974609876.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache3953777553761520869.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4367774407759725596.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache4389938255920249675.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache452712732091101706.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4621119266592243199.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache4770538017484682889.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache4831026455305699506.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache5285510309933422446.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache598875146914236683.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache600889074722179084.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache6110581355322169203.tmp
>  -rw-r-  1 hhuo lsf    79538 Jun  7 11:41 jar_cache6134039056868249228.tmp
>  -rw-r-  1 hhuo lsf   664668 Jun  7 11:41 jar_cache623083199754750962.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6767943121948014749.tmp
>  -rw-r-  1 hhuo lsf  1635203 Jun  7 11:41 jar_cache6919148036198603364.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache6930144757804709728.tmp
>  -rw-r-  1 hhuo lsf  1108674 Jun  7 11:41 jar_cache7129866684690345107.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache714176327233318065.tmp
>  -rw-r-  1 hhuo lsf    22352 Jun  7 11:41 jar_cache8089516361791789756.tmp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WW-4948) Struts 2.5.16 is creating jar_cache files in temp folder

2018-09-03 Thread Yasser Zamani (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601998#comment-16601998
 ] 

Yasser Zamani commented on WW-4948:
---

Thanks a lot going into this issue! we will fix it in our coming soon release, 
2.5.18.

> Struts 2.5.16 is creating jar_cache files in temp folder 
> -
>
> Key: WW-4948
> URL: https://issues.apache.org/jira/browse/WW-4948
> Project: Struts 2
>  Issue Type: Bug
>Reporter: Dhinakar
>Priority: Critical
> Fix For: 2.5.18
>
>
> struts latest version 2.5.16 is creating temp files jar_cache in tmp folder. 
> It seems Struts 2.5.16 is having some logic to create jar cache files every 
> time it is loading any struts action from a jar file . Can you please check?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (WW-4948) Struts 2.5.16 is creating jar_cache files in temp folder

2018-09-03 Thread Yasser Zamani (JIRA)


 [ 
https://issues.apache.org/jira/browse/WW-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yasser Zamani reassigned WW-4948:
-

Assignee: Yasser Zamani

> Struts 2.5.16 is creating jar_cache files in temp folder 
> -
>
> Key: WW-4948
> URL: https://issues.apache.org/jira/browse/WW-4948
> Project: Struts 2
>  Issue Type: Bug
>Reporter: Dhinakar
>Assignee: Yasser Zamani
>Priority: Critical
> Fix For: 2.5.18
>
>
> struts latest version 2.5.16 is creating temp files jar_cache in tmp folder. 
> It seems Struts 2.5.16 is having some logic to create jar cache files every 
> time it is loading any struts action from a jar file . Can you please check?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (WW-4948) Struts 2.5.16 is creating jar_cache files in temp folder

2018-09-03 Thread Yasser Zamani (JIRA)


 [ 
https://issues.apache.org/jira/browse/WW-4948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yasser Zamani updated WW-4948:
--
Fix Version/s: (was: 2.6)
   2.5.18

> Struts 2.5.16 is creating jar_cache files in temp folder 
> -
>
> Key: WW-4948
> URL: https://issues.apache.org/jira/browse/WW-4948
> Project: Struts 2
>  Issue Type: Bug
>Reporter: Dhinakar
>Priority: Critical
> Fix For: 2.5.18
>
>
> struts latest version 2.5.16 is creating temp files jar_cache in tmp folder. 
> It seems Struts 2.5.16 is having some logic to create jar cache files every 
> time it is loading any struts action from a jar file . Can you please check?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)