I have an object that has a space at the end of its id (I know this is bogus but I guess its a valid id). its url is: http://zenoss/zport/dmd/Devices/Power/UPS/devices/POB%202nd%20Floor% 20%20 Trying to navigate to this url fails with "Resource not found". Zope seems to be trimming the spaces of the end. Adding a "/" on the end makes this work correctly. Not sure where I start to look for the problem... any thoughts? (other than take the " " off the end of your ids :)) -EAD
--On 12. Mai 2006 10:07:00 -0400 Erik Dahl <edahl@confmon.com> wrote:
I have an object that has a space at the end of its id (I know this is bogus but I guess its a valid id). its url is:
http://zenoss/zport/dmd/Devices/Power/UPS/devices/POB%202nd%20Floor% 20%20
Trying to navigate to this url fails with "Resource not found". Zope seems to be trimming the spaces of the end. Adding a "/" on the end makes this work correctly. Not sure where I start to look for the problem... any thoughts? (other than take the " " off the end of your ids :))
I aam not sure but I think that was fixed lately...check out the release notes. ..at least there is/way a collector entry... -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development, Consulting
See http://www.zope.org/Collectors/Zope/1991 Should be resolved in 2.8 and 2.9 Laurence On Fri, 12 May 2006 15:07:00 +0100, Erik Dahl <edahl@confmon.com> wrote:
I have an object that has a space at the end of its id (I know this is bogus but I guess its a valid id). its url is:
http://zenoss/zport/dmd/Devices/Power/UPS/devices/POB%202nd%20Floor%20%20
Trying to navigate to this url fails with "Resource not found". Zope seems to be trimming the spaces of the end. Adding a "/" on the end makes this work correctly. Not sure where I start to look for the problem... any thoughts? (other than take the " " off the end of your ids :))
-EAD _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Erik Dahl wrote at 2006-5-12 10:07 -0400:
I have an object that has a space at the end of its id (I know this is bogus but I guess its a valid id). its url is:
http://zenoss/zport/dmd/Devices/Power/UPS/devices/POB%202nd%20Floor% 20%20
A bug in Zope -- maybe fixed in the meantime as Andreas mentioned. If not, I know where the bug is and can provide a patch. -- Dieter
participants (4)
-
Andreas Jung -
Dieter Maurer -
Erik Dahl -
Laurence Rowe