You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by MarcinLachowicz <gi...@git.apache.org> on 2016/07/04 13:37:28 UTC

[GitHub] camel pull request #1059: CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW...

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 <ma...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #1059: CAMEL-10085 UnsafeUriCharactersEncoder.checkRAW...

Posted by MarcinLachowicz <gi...@git.apache.org>.
Github user MarcinLachowicz closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---