Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V VISPA web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 3pia3pia
  • VISPAVISPA
  • VISPA web
  • Issues
  • #225
Closed
Open
Issue created Oct 19, 2012 by Benjamin Fischer@benjamin.fischerOwner

FileBrowser tries to find icons that do not exist, e.g. in /user/output/ directory

When opening the /user/output/ directory in the file browser, I get a lot of 404 errors. Seems that the FileBrowser automatically tries to find a png icon named as the extension of the file.

HEAD http://localhost:4282/static/img/icons/file/batchJob.png

404 Not Found
66ms
dojo.j…7365.54 (line 18)
“NetworkError: 404 Not Found - http://localhost:4282/static/img/icons/file/batchJob.png”
batchJob.png
HEAD http://localhost:4282/static/img/icons/file/err.png

404 Not Found
92ms
dojo.j…7365.54 (line 18)
“NetworkError: 404 Not Found - http://localhost:4282/static/img/icons/file/err.png”
err.png
HEAD http://localhost:4282/static/img/icons/file/out.png

404 Not Found
78ms
dojo.j…7365.54 (line 18)
“NetworkError: 404 Not Found - http://localhost:4282/static/img/icons/file/out.png”
out.png
HEAD http://localhost:4282/static/img/icons/file/sh.png

404 Not Found
87ms
dojo.j…7365.54 (line 18)
“NetworkError: 404 Not Found - http://localhost:4282/static/img/icons/file/sh.png”

(from redmine: issue id 1228, created on 2012-10-19 by root, closed on 2012-11-16)

Assignee
Assign to
Time tracking