We upgraded to openid4java-0.9.5-SNAPSHOT-503, which required:
- meeting interface/exception changes from 0.9.3
- replacing the html parser with nekohtml
One limitation we came across: nekohtml cannot parse HTML containing namespaces, http://nekohtml.sourceforge.net/faq.html#hierarchy. The decorator for the openidserver was updated to use an unnamespaced <html> tag.
We upgraded to openid4java-0.9.5-SNAPSHOT-503, which required:
One limitation we came across: nekohtml cannot parse HTML containing namespaces, http://nekohtml.sourceforge.net/faq.html#hierarchy. The decorator for the openidserver was updated to use an unnamespaced <html> tag.