[Tickets #11116] Re: blank preview

bugs at horde.org bugs at horde.org
Mon Apr 2 20:48:19 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11116
------------------------------------------------------------------------------
  Ticket             | 11116
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | blank preview
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
-State              | Assigned
+State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Horde Developers
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2012-04-02 14:48) wrote:

I can confirm that explicitly removing this check:

     www\d{0,3}\.                  # "www.", "www1.", "www2." ? "www999."

fixes things.  Looks like all those java class names that contain  
'www' are difficult to parse.

I can also verify that this fixes things (at least for this message):

     (?<!\.)www\d{0,3}\.           # "www.", "www1.", "www2." ? "www999."

Not sure if this is an acceptable fix (it doesn't cause any existing  
unit tests to fail at least).





More information about the bugs mailing list