GitHub user MarcinLachowicz opened a pull request:

    https://github.com/apache/camel/pull/1059

    CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW...

    CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW compiles regex pattern 
every call.
    
    This PR enables UnsafeUriCharactersEncoder to use static, precompiled 
pattern for checking if it matches given string. Thanks to it, performance may 
be improved. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MarcinLachowicz/camel 
CAMEL-10085-UnsafeUriCharactersEncoder.checkRAW-compiles-regex-pattern-every-call

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1059.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1059
    
----
commit 60fbb15c4cee8f04c51aed54de3dca370754dec8
Author: Marcin Lachowicz <marcin.lachow...@sabre.com>
Date:   2016-07-04T12:53:34Z

    CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW compiles regex pattern 
every call

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to