|
Please read this since this is a behaviour change
|
A new strategy have been taken when TIF evaluates if a JAR file from the
3DExperience/ENOVIA™ web-application should be included or not in TIF.
A JAR file must per default now match the included list and must not match the
excluded list. This change have been introduced due to that we
have noticed some support incidents, all boiling down to too generous inclusion
of JAR files from the ENOVIA/3DExperience web application.
In previous releases of TIF, you could only control what JAR files to be excluded from
the 3DExperience/ENOVIA™ web application via the exclude.jar.file.pattern
setting.
As of this release, there are two new properties controlling the inclusion rules
(in addition to the exclusion setting).
include.jar.file.pattern
-
This is the property you should use in your custom configuration file
in order to declare additional JAR files to be included OVER the default added files.
This property is empty default.
include.jar.file.pattern.defaults
-
This property contains the default list of included JAR files.
This property should generally not be modified in
your own custom configuration file as this list is intended to be provided from TIF.
E.g. this pattern may be updated in future versions of TIF.
|
Theses properties follows the same syntax as the exclusion properties, e.g.
regular expressions, separated with a semi colon ; .
|
|
To disable the use of the new inclusion rules, one can set the property
include.jar.file.pattern.enabled to false OR use a regular expression that matches anything like .* .
|