This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git
The following commit(s) were added to refs/heads/master by this push:
new 3ca8328 - progress towards fixing #100: env-entry-type must be
provided & revert
https://github.com/apache/drat/commit/3dc558d693ead326d54edec85c250caa15615a9a
3ca8328 is described below
commit 3ca8328aeb0d6239df350fdd75e8fac0e2f7ef90
Author: Chris Mattmann <[email protected]>
AuthorDate: Fri Nov 10 17:18:13 2017 -0800
- progress towards fixing #100: env-entry-type must be provided & revert
https://github.com/apache/drat/commit/3dc558d693ead326d54edec85c250caa15615a9a
---
webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
b/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
index a93e3b4..214efd6 100644
--- a/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
+++ b/webapps/solr-webapp/src/main/webapp/WEB-INF/web.xml
@@ -37,6 +37,7 @@
<env-entry>
<env-entry-name>solr/home</env-entry-name>
<env-entry-value>../solr</env-entry-value>
+ <env-entry-type>java.lang.String</env-entry-type>
</env-entry>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].