1 Reply Latest reply on Mar 29, 2005 8:25 AM by manutrium

    'base' url in themes

    mbalz

      Hello,

      when a page is rendered nukes inserts a 'base' tag, like

      <base href="http://localhost:8080/nukes/"/>

      in the html header.

      Is there any way to disable or manually change this?
      (We've a configuration with Apache and a proxy, so the wrong url is sent back to the browser.)

      Thanks!!
      Moritz

        • 1. Re: 'base' url in themes
          manutrium

          Hi,

          this tag is insert in the org\jboss\nukes\handler\PageResult.java file in the proceed method.
          If you are sure, you can try to delete it and see what is done ...

          Emmanuel Lorge