-
Type:
Bug
-
Status: Closed
-
Resolution: Inactive
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: None
-
Component/s: Portal Services, Portal Services > Configuration Management
-
Fix Priority:3
-
Browsers:Chrome (latest), Internet Explorer 11
-
Databases:DB2 10.1
-
QA Test Name:
-
QA Test Score:5
Steps to reproduce:
- Setup DB2 connection in portal-ext.properties:
jdbc.default.driverClassName=com.ibm.db2.jcc.DB2Driver jdbc.default.url=jdbc:db2://[VM ipaddress]:50000/[dbname]:deferPrepares=false;fullyMaterializeInputStreams=true;fullyMaterializeLobData=true;progresssiveLocators=2;progressiveStreaming=2; jdbc.default.username=db2admin jdbc.default.password=password
- Start portal
- Check the items in Configured Database field
Expected result:
Has a line break to the long JDBC URL, URL doesn't displays out of field.
Actual result:
JDBC URL displays out of the Configured Database field. This happens on IE and Chrome, and firefox works fine.