git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2834
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
Changes in Release 2.1.3
=============================================
[SIDP-247] - Log Exception in UP LoginHandler Servlet
+[SIDP-276] - Example RDB Connector, quote principal
[SIDP-280] - when an Idp has no outside (WAN) access Idp fails to collect or release attributes
Changes in Release 2.1.2
jdbcURL="jdbc:oracle:thin:@db.example.org:1521:SomeDB" jdbcUserName="myid" jdbcPassword="mypassword" />
<QueryTemplate>
<![CDATA[
- SELECT * FROM student WHERE gzbtpid = $requestContext.principalName
+ SELECT * FROM student WHERE gzbtpid = '$requestContext.principalName'
]]>
</QueryTemplate>