Support Article
Save As dialog box displays on opening a section rule
Summary
The browser Save As dialog box displays on opening a section rule.
Error Messages
Not Applicable
Steps to Reproduce
Unknown
Root Cause
A misconfiguration with the application server. The web.xml file of the application server does not contain mime type mappings.
Resolution
Perform the following local-change:
Add the below mime type mappings to the web.xml file:
<mime-mapping>
<extension>htm</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
<mime-mapping>
<extension>html</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
Published October 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.