History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SPARK-502
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Derek DeMoro
Reporter: Derek DeMoro
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spark

EmoticonManager should NOT check DTD

Created: 02/01/07 01:07 PM   Updated: 02/12/07 03:40 PM
Component/s: None
Affects Version/s: 2.5.0 Beta 1
Fix Version/s: 2.5.0 Beta 3

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 02/12/07 03:40 PM
Acceptance Test - Add?: No


 Description  « Hide
EmoticonManager should NOT check DTD. At the moment, this is causing an issue with proxies.

Nested exception:
java.net.UnknownHostException: www.apple.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:264)
at org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonManager.addEmoticonPack(EmoticonManager.java:153)
at org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonManager.<init>(EmoticonManager.java:94)
at org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonManager.getInstance(EmoticonManager.java:77)
at org.jivesoftware.spark.ui.ChatArea.<init>(ChatArea.java:100)
at org.jivesoftware.spark.ui.TranscriptWindow.<init>(TranscriptWindow.java:81)
at org.jivesoftware.spark.ui.ChatRoom.<init>(ChatRoom.java:107)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jae Stutzman - 02/02/07 05:37 PM
This does not crash the app, but acts really weird. No text in chat window, or unable to open a chat window.