splitbrain / dokuwiki-plugin-graphviz

Create Graphviz graphs from within DokuWiki
http://www.dokuwiki.org/plugin:graphviz
12 stars 15 forks source link

filter out any unexpected GET parametres. #20

Open schplurtz opened 6 years ago

schplurtz commented 6 years ago

Fix #7. This is the changes that was proposed in #7.

This PR makes sure unexpected GET parameters are filtered out before the md5 of the requested image is computed. With this patch applied, md5 is computed exactly with the same GET parameters that were used to create it.

schplurtz commented 4 years ago

Hi, This fix is still needed. and it 's still valid.