Opened 10 years ago
Closed 10 years ago
#1927 closed task (fixed)
Test BASE with Tomcat 8
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.5 |
Component: | install | Version: | |
Keywords: | Cc: |
Description
Tomcat 8 has been available since early 2014. Even though Tomcat 7 is still being maintained, I think we should move ahead and test if BASE works with Tomcat 8. If all goes well, the recommendation should be to use Tomcat 8 in favor of Tomcat 7 and then we can finalize the move in the next BASE release.
See also #1924 and #1926 which is about switching to Java 8.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6764]) References #1927: Test BASE with Tomcat 8
Fixes a NullPointerException since
getServletContext().getResourcePaths(dir)
return null when thedir
has no files. Saw this inside a .svn directory so the code has also be updated to not go into directories starting with '.'