[Google Wave APIs] Re: Using non-standard URIs with setAnnotation()

2009-10-19 Thread Matt Prigge

Well. That's a great idea - way more simple than what I had been
doing. I'm not sure that the IGB supports redirects (they're anal from
a security standpoint), but it's well worth a try.

Thanks a ton!

On Oct 18, 8:27 pm, David Nesting  wrote:
> On Sun, Oct 18, 2009 at 11:11 AM, Matt Prigge  wrote:
>
> > example link might look like this: "showinfo:5//30004099" and the JS
> > function call looks like this: "javascript:CCPEVE.ShowInfo(5,
> > 30004099);" (both do the same thing - the first one is a bastardized
> > old version - the JS is the new version).
>
> Could you create an HTTP resource that simply issues a redirect to one of
> these URIs?  In other words, make the link go to something like this:
>
> http://example.appspot.com/showinfo?5//30004099
>
> And it would respond with an HTTP redirect to showinfo:5//30004099.
>
> Maybe?
>
> David
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Using non-standard URIs with setAnnotation()

2009-10-18 Thread David Nesting
On Sun, Oct 18, 2009 at 11:11 AM, Matt Prigge  wrote:
>
> example link might look like this: "showinfo:5//30004099" and the JS
> function call looks like this: "javascript:CCPEVE.ShowInfo(5,
> 30004099);" (both do the same thing - the first one is a bastardized
> old version - the JS is the new version).
>

Could you create an HTTP resource that simply issues a redirect to one of
these URIs?  In other words, make the link go to something like this:

http://example.appspot.com/showinfo?5//30004099

And it would respond with an HTTP redirect to showinfo:5//30004099.

Maybe?

David

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---