[Zope3-dev] problem with zope.testbrowser

2007-07-10 Thread Adam Groszer
Hello,

Have a resourceDirectory here, that contains a bunch of files for the
app's help. The app determines which html to open including an anchor
and does a HTML redirect.
(http://localhost:8080/ap_test/@@/dkr-help/index.html#Documents)
That works fine using a browser, but fails with the testbrowser:

  File 
U:\zope\svn_zope33\src\zope\app\publisher\browser\directoryresource.py, line 
68, in publishTraverse
return self.get(name)
  File 
U:\zope\svn_zope33\src\zope\app\publisher\browser\directoryresource.py, line 
88, in get
raise NotFound(None, name)
NotFound: Object: None, name: u'index.html#Documents'

Apparently the anchor is to blame.
Anybody noticed that already?

-- 
Best regards,
 Adam  mailto:[EMAIL PROTECTED]

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Proposal: Make zope.configuration actions better re-usable

2007-07-10 Thread Fred Drake

On 7/10/07, Marius Gedminas [EMAIL PROTECTED] wrote:

in addition to emitting a deprecation warning, perhaps?


There's no need to deprecate action(), and I suspect no value in doing
so, either.


 -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
Chaos is the score upon which reality is written. --Henry Miller
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com