You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server.xml files for successfully completing the infinispan session caching FAT tests need to be updated to handle the MS Windows platform. Using uri="file:${shared.resource.dir}" fails in Windows as it appears to be using the file name value specified as a host value for a URL and trying to access a remote location on the network instead of looking for a local file. The fix is to change the httpSessionCache uri value in all the server.xml files (under the publish directory) for the test case servers from:
The server.xml files for successfully completing the infinispan session caching FAT tests need to be updated to handle the MS Windows platform. Using uri="file:${shared.resource.dir}" fails in Windows as it appears to be using the file name value specified as a host value for a URL and trying to access a remote location on the network instead of looking for a local file. The fix is to change the httpSessionCache uri value in all the server.xml files (under the publish directory) for the test case servers from:
to
The text was updated successfully, but these errors were encountered: