Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Client parameters for Web clients
- Web parameter: acceptBrowserLang
- Web parameter: allowed
- Web parameter: antiCSRFEnabled
- Web parameter: applicationIcon
- Web parameter: autoCloseMaskDelay
- Web parameter: autoCompleteDelayTime
- Web parameter: autoCompleteListSize
- Web parameter: autoCompleteMinChars
- Web parameter: autoCompleteSkipCachingChar
- Web parameter: autoSubmit
- Web parameter: cacerts
- Web parameter: comfillAutoComplete
- Web parameter: compactLayout
- Web parameter: compress_soap
- Web parameter: customize-folder
- Web parameter: disableJumpAddress
- Web parameter: disableKeyHelp
- Web parameter: disableLoginAutoComplete
- Web parameter: enableExitConfirmMessage
- Web parameter: enableGetOriginalUrl
- Web parameter: enableListFrameStateRetain
- Web parameter: enableMoreContextMenu
- Web parameter: enableRecordlistOddEvenRowStyle
- Web parameter: enableSidebarMenu
- Web parameter: enableTableEllipsis
- Web parameter: enableTableMagnify
- Web parameter: helpServerContext
- Web parameter: helpServerHost
- Web parameter: helpServerPort
- Web parameter: honorUrlHost
- Web parameter: honorUrlPort
- Web parameter: isCustomAuthenticationUsed
- Web parameter: JCEProviderClassName
- Web parameter: JCEProviderName
- Web parameter: jsDebug
- Web parameter: labelbgunderline
- Web parameter: lockWaitTimeout
- Web parameter: log.properties
- Web parameter: maskMessageDelay
- Web parameter: maxGroupCacheSize
- Web parameter: maxattachuploadsize
- Web parameter: maxtotalattachuploadsize
- Web parameter: maxMessageNumber
- Web parameter: maxRequestPerSecond
- Web parameter: openTabsSoftLimit
- Web parameter: preventDuplicatedAttachmentName
- Web parameter: querySecurity
- Web parameter: recordListArrayDisplayStyle
- Web parameter: recordListArrayMaxChars
- Web parameter: refreshMessages
- Web parameter: refreshMessagesInterval
- Web parameter: rememberLang
- Web parameter: secureLogin
- Web parameter: serverHost
- Web parameter: serverPort
- Web parameter: session-timeout
- Web parameter: showAddFavButton
- Web parameter: showFavMgrButton
- Web parameter: showHelp
- Web parameter: showNavIcon
- Web parameter: showReloadNavButton
- Web parameter: sideBarButtonNumberToCollapse
- Web parameter: socketReadTimeout
- Web parameter: sortNavItems
- Web parameter: ssl
- Web parameter: sslPort
- Web parameter: startDayOfWeek
- Web parameter: tracesoap
- Web parameter: unmaskDeferMillis
- Web parameter: useJavaDynamicVersioning
- Web parameter: useServertabs
- Web parameter: viewactivenotes
- Web parameter: viewcontexthelp
- Web parameter: viewpromptforsave
- Web parameter: viewrecordlist
- Web parameter: message display properties
Web parameter: allowed
Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.
Parameter
allowed
Description
During attachment file processing on the Service Manager Web tier client, it is possible to configure a white list (allowed list) of file extensions that may be uploaded by users. This is an additional layer of filtering and protection that will occur at the Web tier before the file ever reaches the Service Manager server (RTE) for additional processing. This parameter specifies the allowed list of file extensions that may be attached to a Service Manager record, for example, an Incident record.
Note The allowed list in this parameter is valid only when configured on a Service Manager applications whose version is earlier than 9.50.
This parameter exists in the following servlets in the web tier configuration file (web.xml) file:
- File Upload
- Image Upload Servlet
- Attachment upload servlet
- Attachment upload servlet for AJAX request
- Unique attachment upload servlet
Caution If you remove the servlets, all files extensions are allowed.
Note It is a recommended best practice to enable this setting. Be sure to give thoughtful consideration to the list of files as the default list may be too restrictive.
Valid if set from
Web tier configuration file (web.xml and webtier.properties)
Requires restart of the web applications server?
Yes
Default value
bmp,jpg,jpeg,png,gif,txt,log,unl,csv
Note The default value of the Image Upload Servlet is a subset of this list.
Possible values
A list of comma-separated file extensions
Example usage
The following example allows only the listed file types. As a result, other file types (for example, JSP files) are disallowed.
<init-param> <param-name>allowed</param-name> <param-value>bmp,jpg,jpeg,png,gif,doc,xls,rtf,txt,docx,xlsx,ppt,pptx,pdf,msg,zip,tar,gz,tgz</param-value> </init-param>
Related concepts
System parameters
Web tier parameters
Related tasks
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Related references
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-ITSM@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: