[Yanel-dev] [Bug 5403] New: It seems the redirect resource only compares the very last entry

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Mon Jun 25 23:06:16 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5403

           Summary: It seems the redirect resource only compares the very
                    last entry
           Product: Yanel
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal (C)
          Priority: P2
         Component: General
        AssignedTo: jonathan.addison at wyona.com
        ReportedBy: michael.wechner at wyona.org
         QAContact: yanel-development at wyona.com


If one is logging in as jonathan then the redirect is fine, but for michi not
resp. the default redirect will be used 

 <yanel:custom-config
xmlns:rd="http://www.wyona.org/yanel/resource/redirect-resource/1.0">
    <rd:user name="michi" href="customers/peach/"/>
    <rd:user name="jonathan" href="customers/chsli/"/>
  </yanel:custom-config>

but if one turn arounds the configuration

  <yanel:custom-config
xmlns:rd="http://www.wyona.org/yanel/resource/redirect-resource/1.0">
      <rd:user name="jonathan" href="customers/chsli/"/>
    <rd:user name="michi" href="customers/peach/"/>
    </yanel:custom-config>

then it's fine for michi, but nor working properly for jonathan.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Yanel-development mailing list