Skip to content.

plope

Personal tools
You are here: Home » Plope Software » Plope Software Collector » supervisor web interface doesn't work at deeper urls
 
 
Views
Issue 275 of Plope Software Collector [Plope]
Title: supervisor web interface doesn't work at deeper urls
Status: Pending Security related: No
Description: The supervisor web pages have urls in them like "/images/supervisor.gif" which makes the UI not work well when it's being proxied from some deeper url...
From: drewp on: Oct 10, 08 21:44
drewp Last update: Oct 10, 08 21:44
Topic/class: supervisor/bug Importance: medium
Version info: 3.0a6
Issue 275 Transcript
2 entries
= Comment - Entry #2 by drewp on Jan 2, 2009 3:54 pm

Oops- this is a dup of http://www.plope.com/software/collector/273
________________________________________
= Request - Entry #1 by drewp on Oct 10, 2008 9:44 pm

The supervisor web pages have urls in them like "/images/supervisor.gif" which makes the UI not work well when it's being proxied from some deeper url.

http://localhost:9001/ works fine
http://supervisor.example.com/ works fine
http://example.com/admin/supervisor/ doesn't work

It would be nice if supervisor could dynamically write the urls according to some root I provide; dynamically include <base> tag to some url I provide; or use relative urls throughout. The last option is the easiest on the user, of course, since it needs no configuration.