[ 
https://issues.apache.org/jira/browse/SOLR-16469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642669#comment-17642669
 ] 

Thomas Corthals commented on SOLR-16469:
----------------------------------------

This seems to do the trick for the admin UI.
{code:js}
diff --git a/solr/webapp/web/js/angular/controllers/logging.js 
b/solr/webapp/web/js/angular/controllers/logging.js
index 6b38afe06ce..30fbd6ff6cc 100644
--- a/solr/webapp/web/js/angular/controllers/logging.js
+++ b/solr/webapp/web/js/angular/controllers/logging.js
@@ -46,7 +46,7 @@ solrAdminApp.controller('LoggingController',
               event.message = lines[0];
             }
           }
-          event.message = event.message.replace(/,/g, ',​');
+          event.message = event.message.replace(/,/g, ',\u200B');
           event.showTrace = false;
         }
         $scope.events = events;
{code}
One of the messages on the new list thread mentions formatting for PDF as well. 
I have no idea how to test that.

> On some systems ​ is inserted after every comma
> -----------------------------------------------------
>
>                 Key: SOLR-16469
>                 URL: https://issues.apache.org/jira/browse/SOLR-16469
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 8.7
>            Reporter: dmitri maziuk
>            Priority: Minor
>         Attachments: SolrLog.PNG
>
>
> As per Eric Pugh request on the users mailing list:
> Subject: Re: Script Update Processor
> Date: Fri, 14 Oct 2022 07:57:09 -0400
>  
> On my systems: solr 6.5 and 8.7.0 it is inserted in the logs in admin 
> interface, see attached. The original poster said they had them in regular 
> payload.
>  
> My systems are windows, with coretto JDK 8 for Solr 6.5 and 11 or Solr 8.7, 
> the clients are also windows with ​'s showing up in chrome, firefox, 
> and edge.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to