latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Insertion of a link to blip causes NPE #200

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Wiab server.
2. Login to web client.
3. Attempt to create a link to some blip (or even to some URL).

What is the expected output? What do you see instead?
Expected: The link is created and the text is rendered as a link.
Actual: Shiny ( NPE in LinkAnnotationHandler)

What changeset or version are you using? On what operating system?
rev. 823

Please provide any additional information below.
Need to protect against null in LinkAnnotationHandler line 151.
Attached exception and patch with fix.

Original issue reported on code.google.com by vega113 on 11 Jan 2011 at 8:25

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ano...@google.com on 12 Jan 2011 at 12:30

GoogleCodeExporter commented 8 years ago

Original comment by ano...@google.com on 12 Jan 2011 at 11:47