[jira] [Updated] (PLUTO-778) change String.replaceAll() to replace() to improve performance.

2023-12-07 Thread Neil Griffin (Jira)


 [ 
https://issues.apache.org/jira/browse/PLUTO-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil Griffin updated PLUTO-778:
---
Fix Version/s: 3.1.3
   (was: 3.1.2)

> change String.replaceAll() to replace() to improve performance.
> ---
>
> Key: PLUTO-778
> URL: https://issues.apache.org/jira/browse/PLUTO-778
> Project: Pluto
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.1.0
>Reporter: bd2019us
>Assignee: Neil Griffin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.1.3
>
> Attachments: 1.patch
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Location:
> (1) 
> pluto-container/src/main/java/org/apache/pluto/container/impl/RenderResponseImpl.java
> (2) pluto-taglib/src/main/java/org/apache/pluto/tags/BaseURLTag.java
> Since the string to be replaced is simple string literal that does not need 
> to be compiled, i.e., not regular expression. Another API String.replace() 
> should be used and recommended for better performance.



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


[jira] [Updated] (PLUTO-778) change String.replaceAll() to replace() to improve performance.

2021-12-15 Thread Neil Griffin (Jira)


 [ 
https://issues.apache.org/jira/browse/PLUTO-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil Griffin updated PLUTO-778:
---
Fix Version/s: 3.1.2
   (was: 3.1.1)

> change String.replaceAll() to replace() to improve performance.
> ---
>
> Key: PLUTO-778
> URL: https://issues.apache.org/jira/browse/PLUTO-778
> Project: Pluto
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.1.0
>Reporter: bd2019us
>Assignee: Neil Griffin
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.1.2
>
> Attachments: 1.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Location:
> (1) 
> pluto-container/src/main/java/org/apache/pluto/container/impl/RenderResponseImpl.java
> (2) pluto-taglib/src/main/java/org/apache/pluto/tags/BaseURLTag.java
> Since the string to be replaced is simple string literal that does not need 
> to be compiled, i.e., not regular expression. Another API String.replace() 
> should be used and recommended for better performance.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (PLUTO-778) change String.replaceAll() to replace() to improve performance.

2019-04-24 Thread Neil Griffin (JIRA)


 [ 
https://issues.apache.org/jira/browse/PLUTO-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil Griffin updated PLUTO-778:
---
Fix Version/s: 3.1.1

> change String.replaceAll() to replace() to improve performance.
> ---
>
> Key: PLUTO-778
> URL: https://issues.apache.org/jira/browse/PLUTO-778
> Project: Pluto
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.1.0
>Reporter: bd2019us
>Assignee: Scott Nicklous
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.1.1
>
> Attachments: 1.patch
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Location:
> (1) 
> pluto-container/src/main/java/org/apache/pluto/container/impl/RenderResponseImpl.java
> (2) pluto-taglib/src/main/java/org/apache/pluto/tags/BaseURLTag.java
> Since the string to be replaced is simple string literal that does not need 
> to be compiled, i.e., not regular expression. Another API String.replace() 
> should be used and recommended for better performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PLUTO-778) change String.replaceAll() to replace() to improve performance.

2019-04-13 Thread bd2019us (JIRA)


 [ 
https://issues.apache.org/jira/browse/PLUTO-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

bd2019us updated PLUTO-778:
---
Attachment: 1.patch

> change String.replaceAll() to replace() to improve performance.
> ---
>
> Key: PLUTO-778
> URL: https://issues.apache.org/jira/browse/PLUTO-778
> Project: Pluto
>  Issue Type: Bug
>Reporter: bd2019us
>Assignee: Scott Nicklous
>Priority: Major
>  Labels: pull-request-available
> Attachments: 1.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Location:
> (1) 
> pluto-container/src/main/java/org/apache/pluto/container/impl/RenderResponseImpl.java
> (2) pluto-taglib/src/main/java/org/apache/pluto/tags/BaseURLTag.java
> Since the string to be replaced is simple string literal that does not need 
> to be compiled, i.e., not regular expression. Another API String.replace() 
> should be used and recommended for better performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PLUTO-778) change String.replaceAll() to replace() to improve performance.

2019-04-13 Thread bd2019us (JIRA)


 [ 
https://issues.apache.org/jira/browse/PLUTO-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

bd2019us updated PLUTO-778:
---
Labels: pull-request-available  (was: )

> change String.replaceAll() to replace() to improve performance.
> ---
>
> Key: PLUTO-778
> URL: https://issues.apache.org/jira/browse/PLUTO-778
> Project: Pluto
>  Issue Type: Bug
>Reporter: bd2019us
>Assignee: Scott Nicklous
>Priority: Major
>  Labels: pull-request-available
> Attachments: 1.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Location:
> (1) 
> pluto-container/src/main/java/org/apache/pluto/container/impl/RenderResponseImpl.java
> (2) pluto-taglib/src/main/java/org/apache/pluto/tags/BaseURLTag.java
> Since the string to be replaced is simple string literal that does not need 
> to be compiled, i.e., not regular expression. Another API String.replace() 
> should be used and recommended for better performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)