[GitHub] struts pull request: loadedFileUrls only contains the last one of ...

2014-03-20 Thread code4craft
Github user code4craft commented on the pull request:

https://github.com/apache/struts/pull/6#issuecomment-38159811
  
The JIRA issue is 
[https://issues.apache.org/jira/browse/WW-4302](https://issues.apache.org/jira/browse/WW-4302).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GitHub] struts pull request: loadedFileUrls only contains the last one of ...

2014-03-20 Thread code4craft
Github user code4craft commented on the pull request:

https://github.com/apache/struts/pull/6#issuecomment-38186496
  
There is only one "struts-biz.xml" file and one "struts-plugin.xml" file in 
the web project. But "struts-plugin.xml" files in other jar (such as 
"struts-spring-plugin.jar") are scanned by the same file name 
"struts-plugin.xml". 

So the changing of "struts-plugin.xml" will not be reloaded because it has 
not been checked in the `public boolean needsReload()` method.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]