View Issue Details

IDProjectCategoryView StatusLast Update
0000620bareos-corewebuipublic2016-02-12 21:48
Reporterclauded1 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
PlatformLinuxOSUbuntuOS Version14.04
Product Version15.2.2 
Summary0000620: 404 error when viewing client details in bareos-webui
DescriptionIn bareos-webui 15.2, when I try to display details of a client with dot in their name, I get the following error:

A 404 error occurred
Page not found.
The requested URL could not be matched by routing.
No Exception available

Here's the client configuration:

Client {
  Name = "client1.network.local"
  Address = client.network.local
  FDPort = 9102
  Password = "password"
  Catalog = "MyCatalog"
  FileRetention = 6 months
  JobRetention = 1 years
  AutoPrune = false
  HeartbeatInterval = 1 minute
}
Steps To ReproduceOn the director, add this client configuration:

Client {
  Name = "client1.network.local"
  Address = client.network.local
  FDPort = 9102
  Password = "password"
  Catalog = "MyCatalog"
  FileRetention = 6 months
  JobRetention = 1 years
  AutoPrune = false
  HeartbeatInterval = 1 minute
}

Restart the director and in webui, goto Clients tab, and select client1.network.local: 404 error is displayed.
TagsNo tags attached.

Activities

clauded1

clauded1

2016-02-11 23:19

reporter   ~0002193

Sorry, this is a duplicate of https://bugs.bareos.org/view.php?id=595

Issue History

Date Modified Username Field Change
2016-02-11 23:16 clauded1 New Issue
2016-02-11 23:19 clauded1 Note Added: 0002193
2016-02-12 21:48 mvwieringen Status new => closed
2016-02-12 21:48 mvwieringen Resolution open => duplicate