In 6.2 new features
============
ADTs , Target Audience , New UI , Trash concept
company algorithm
in 6.1,company.encryption.algorithm=DES
in 6.2 ,company.encryption.algorithm=AES
in 6.1,
company.encryption.key.size=56
company.encryption.key.size=128
in 6.1,
passwords.encryption.algorithm=SHA
in 6.2,
passwords.encryption.algorithm=PBKDF2WithHmacSHA1/160/128000
in 6.2, Liferay spell check in lucene search
#
# Set this to true to enable spell checking the query.
#
index.search.collated.spell.check.result.enabled=true
#
# Set the limit for considering the returned results as valid.
# When this threshold is not met, the most relevant spell checked
# query will be displayed.
#
index.search.collated.spell.check.result.scores.threshold=50
in 6.2 , some new concept Intraband
in 6.2, we have a property to contril http only cookies
cookie.http.only.names.excludes=
In 6.2, Portal Resilency
in 6.1, dl.file.max.size=3072000
6.2 dl.file.max.size=0
in 6.2, more lanagues support in translator portlet
in 6.1 by default these are true
#
# Set other Hibernate cache settings.
#
hibernate.cache.use_query_cache=false
hibernate.cache.use_second_level_cache=false
In 6.2 , custom sql wildcards escapte enabled
#
# Set this property to true to automatically escape wildcards to literal
# values.
#
custom.sql.auto.escape.wildcards.enabled=false
#
No comments:
Post a Comment