inappropriate URL construction mechanism for Non-ASCII characters in table names
Brought to you by:
johncurrier
The URL construction mechanism used in various classes (with prefix Html) in the net.sourceforge.schemaspy.view package is inappropriate since it does not encode Non-ASCII characters in table names, e.g. for a table foo#bar?baz the output should be
<a href='tables/foo%23bar%3Fbaz.html'>
instead of
<a href='tables/foo#bar?baz.html'>
There is a patch which was already included with [r606] (2010/12/20). Can we expect a new release of SchemaSpy in the near future which will include the bugfix? Thanks.
Related
Commit: [r606]
Last edit: Sascha Szott 2014-04-19