Archive of UserLand's first discussion group, started October 5, 1998.

Re: Web based editing tools

Author:Greg Pierce
Posted:6/4/1999; 8:51:35 AM
Topic:Web based editing tools
Msg #:7011 (In response to 7010)
Prev/Next:7010 / 7012

I'm with you on the table renderers. I've been trying to work with them to accomplish the encapsulation of related data. The problem is, the way the work now, the Main Responder is not properly aware of them with leads to security issues.

With a table:

#renderTableWith "xxx"
item01/
	publicItemData01 [string]
	privateItemData02 [string]
Main Responder will serve http://[path]/item01 properly rendered through the table renderer...but it will also serve up http://[path]/item01/privateItemData02 by rendering the string as bodytext. I think it should return a 404 not found.

I've mentioned this to Userland and on the lists, but haven't received any acknowledgement as to whether they agree this behavior should change or not.


There are responses to this message:


This page was archived on 6/13/2001; 4:50:36 PM.

© Copyright 1998-2001 UserLand Software, Inc.