milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Decoda is not parsing URLs in the post body #8

Closed robksawyer closed 13 years ago

robksawyer commented 13 years ago

For example a sample URL shows as [url=/admin/products/add]add them[/url] in the post body.

robksawyer commented 13 years ago

Correction: It doesn't parse relative URL paths. It works fine with absolute URLs.

milesj commented 13 years ago

This is intended. No way to determine if that is a valid URL and not just a string.

robksawyer commented 13 years ago

Got it, thanks.