Project

General

Profile

Actions

Bug #5658

closed

Files with the same name cannot be uploaded to multiple captive portal zones

Added by Steve Wheeler over 8 years ago. Updated over 1 year ago.

Status:
Not a Bug
Priority:
Low
Assignee:
-
Category:
Captive Portal
Target version:
-
Start date:
12/18/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Force Exclusion
Affected Version:
All
Affected Architecture:
All

Description

If you have a captive portal setup with more than one zone and have uploaded files to it for a custom login page, files with the same name can only exist once across all zones. Files with the same name will replace existing files from another zone when uploaded.

Actions #1

Updated by Chris Buechler over 8 years ago

  • Status changed from New to Confirmed
  • Priority changed from Normal to Low
  • Affected Version changed from 2.2.x to All
Actions #2

Updated by Christian McDonald over 1 year ago

  • Status changed from Confirmed to Not a Bug
  • Release Notes set to Force Exclusion
    <captiveportal>
        <test>
            <zone>test</zone>
            <descr></descr>
            <localauth_priv></localauth_priv>
            <element>
                <name>captiveportal-hello.txt</name>
                <size>5</size>
                <content>SGVsbG8=</content>
            </element>
        </test>
        <test2>
            <zone>test2</zone>
            <descr></descr>
            <localauth_priv></localauth_priv>
            <element>
                <name>captiveportal-hello.txt</name>
                <size>5</size>
                <content>V29ybGQ=</content>
            </element>
        </test2>
    </captiveportal>

Not seeing that behavior in the above test case.

File with same name (different contents) uploaded to two different zones. Comparing the base64 encoded contents, these two files appear to be uploaded correctly.

Actions

Also available in: Atom PDF