When inserting links in the text of a node Pathologic tries to determine the domain root and finds = ? [ ] characters probably assumes they are from non-clean URLs and converts them resulting in http://2tim22.com/node/add/blog%3Fedit%5Btaxonomy%5D%5Btags%5D%5B4%5D%3D...
When I turn off "Transform values of href attributes" it works with an absolute path.

However even without the Pathologic module something (maybe the Drupal URL filter does not like a relative path like node/add/blog?edit[taxonomy][tags][4]=vision in an href
converting it to http://2tim22.com/node/node/add/blog?edit[taxonomy][tags][4]=vision
(Which doubles /node/node)

Please warn people in the documentation about this incompatibility.
Are there other ways to prepopulate fields before linking to them from within node content?

Comments

strellman’s picture

Please disregard my 2nd comment about relative paths. I guess I forgot that you need to precede node links with a /. That is weird because user/register doesn't need the / on the front.

jbrauer’s picture

Component: Code » Documentation
Category: support » task
jbrauer’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This is as expected based on URL encoding practices.