Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Protecting SuperContainer pages

Featured Replies

Hello everyone.

I have just noticed that if I point my browser to https://.../SuperContainer/ I can access the page below.

SuperContainer version 2.25

To view the documentation, go to

http://www.360works....umentation.html.

Purchase a license or access the online documentation at

http://www.360works.com/supercontainer.

Enter or edit your activation key on the SuperContainer Registration Page.

Start uploading files at Files/my/custom/file/path

and even worst I can enter or edit the activation key.

How can I protect the access to those pages? I tried to set the following parameters

<param-name>simpleAuthUsername</param-name>

<param-name>simpleAuthPassword</param-name>

but it didn't make any difference.

As you may see above I'm using version 2.25 with FMS9A.

Thanks.

Sig

<param-name>simpleAuthUsername</param-name>

<param-name>simpleAuthPassword</param-name>

This is the correct approach.

How are you inputting your username and password in this .xml file. The resulting web.xml file should look similar to:

<context-param>

<param-name>simpleAuthUsername</param-name>

<param-value>user</param-value>

<description>Username which users must enter to access supercontainer files. If empty, any username will be accepted.</description>

</context-param>

<context-param>

<param-name>simpleAuthPassword</param-name>

<param-value>pass</param-value>

<description>Password which users must enter to access supercontainer files. If empty, no authentication is required to access SuperContainer.</description>

</context-param>

where "user" has been passed as the username and "pass" is the expected password. With this web.xml file saved, the next time a user attempts to access any file or the registration page on your SuperContainer server, they will be prompted.

For SC deployments in standalone, you would enter the same credentials by clicking on the "Options" button after launching the SuperContainerServer.jar file.

Regards,

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.