Hello all, I noticed a small problem in the FAQ: the anchor links do not work.
For example: line 129: <LI><A href="#FAQ-DoesMINAsupportmulticast%253F">Does MINA support multicast?</A></LI> line 218: <H3><A name="FAQ-DoesMINAsupportmulticast%3F"></A>Does MINA support multicast?</H3> Same problem with the other links. Is this a problem in Confluence ? You can easily fix it with: sed -i 's|%253F|%3F|g' faq.html Maarten
