You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+41-4Lines changed: 41 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,12 @@
9
9
-[Launch the Application Browser with an ID parameter](#Launch-the-Application-Browser-with-an-ID-parameter)
10
10
-[How to Configure PPSS DO Email Approval](#How-to-Configure-PPSS-DO-Email-Approval)
11
11
-[How to enable servers to automatic NTLM authentication](#How-to-enable-servers-to-automatic-NTLM-authentication)
12
+
-[What to do if extension is not shown when exporting a file](#What-to-do-if-extension-is-not-shown-when-exporting-a-file)
13
+
-[How to let Application Browser work with Pepper after EOL](#How-to-let-Application-Browser-work-with-Pepper-after-EOL)
12
14
-[Changes](#Changes)
13
15
-[4.0.1](#4.0.1)
14
16
-[4.0.2](#4.0.2)
17
+
-[4.0.3](#4.0.3)
15
18
-[Known Issues](#Known-Issues)
16
19
17
20
## How to Install on Windows
@@ -162,6 +165,40 @@ To enable servers to use automatic NTLM authentication add the **authServerWhite
162
165
163
166
Without * prefix the URL has to match exactly. If you use only **"*"** wildcard, this integration will be globally enabled. If you don't want this integration to be turned on, remove the property from the config.json file.
164
167
168
+
## What to do if extension is not shown when exporting a file
169
+
For users that are experiencing problems with lack of extension when exporting a file, open Windows explorer and check the File name extensions box to unhide the extension.
170
+
Users can also add the **saveDialogFilters** property in the config.json file, associating an allowed extensions filter array. For example:
The first attribute "name" let you to group extensions. It will be shown in the download dialog.
180
+
The second attribute is "extensions". This is an array of extensions and should not contain wildcards or dots (e.g. 'png' is good but '.png' and '*.png' are bad). To show all files, use the '*' wildcard (no other wildcard is supported).
181
+
182
+
## How to let Application Browser work with Pepper after EOL
183
+
To let Application Browser work with Pepper Flash Player after EOL, mms.cfg file must exist in the path:
Upgrading to version 4.0.3 or later and starting the application will automatically create an mms.config file if missing. See notes below for more detail or customization.
AllowListURLPattern rules are explained with more detail here: https://www.adobe.com/content/dam/acom/en/devnet/flashplayer/articles/flash_player_admin_guide/pdf/latest/flash_player_32_0_admin_guide.pdf
199
+
200
+
When you start Application Browser, the mms.cfg file is automatically created and filled using the protocol and host of the existing URLs of config.json file environments. If mms.cfg already exists, it will be filled with the information that does not exist. It means, previous entries are not going to be overwritten. To take effect any change, this application must be restarted. To disable auto fill mms.cfg file, add the disableAutoFillMmsFile property as false to the config.json file. This is enabled by default.
201
+
165
202
## Changes
166
203
167
204
### 4.0.1
@@ -173,9 +210,9 @@ Without * prefix the URL has to match exactly. If you use only **"*"** wildcard,
173
210
- PPSS-40347 Update readme file with FAQ and release notes for Application Browser.
174
211
- PPSS-39787 Remove spaces and concatenate version to the installer name for Application Browser.
175
212
213
+
### 4.0.3
214
+
- PPSS-38383 Excel export file lacks name and extension using Application Browser.
215
+
- PPSS-42118 PROS Application Browser - Flash Content Blocked from Jan 12 2021.
216
+
176
217
## Known Issues
177
218
- PPSS-35717 When using an ID value with a blank space the PPSS login page is not displayed.
178
-
- PPSS-38383 Excel export file lacks name and extension using Application Browser.
179
-
180
-
### Workaround for PPSS-38383
181
-
For users that are experiencing problems with lack of extension when exporting a file, please open Windows explorer and check the File name extensions box to unhide the extension.
0 commit comments