Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
virtualization adds code in browsed files
System
Hi there,
when we browse *.txt files (or simply files with other than *.html) extension, TS adds dynamicaly wrapping HTML tags (like <HTML>,<TITLE> etc.) to the wieved code. This makes us troubles when we use dynamic include of text files (by URL) into flash movies. The virtualization then does not work. Is there any way, how to force TeamSite keeping code as it is, when browsing text files ?
Bobo
Find more posts tagged with
Comments
Adam Stoller
There is an option in the iw.cfg file - tersely documented in the iw.cfg.example (and probably documented in the Administrator's Guide):
[iwproxy_smartcontextedit_allowed]
#
# These rules allow the smartcontextedit feature to be enabled/disabled
#
#_default=yes
#_regex=.*/WORKAREA/smartypants/.*\.cgi(\?.*)?$=yes
#_regex=\.cgi(\?.*)?$=no
#_regex=/iw-mount/default/main/branch3/.*=no
If your text files all end with a given extension (like .txt) - you'd add a line like:
_regex=\.txt$=no
and then run iwreset -ui
Try it - let us know if this resolves your problems.
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
yes, now it works fine, thanks a lot. However, migth be nice, if SCE code is active only when user request a file through TS gui, not whenever the file is requested e.g. via include.