Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement of template processing (see issues #1234 and #1249) #1260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 3, 2023

  1. Improvement template processing (see issues me-no-dev#1232 and me-no-…

    …dev#1249)
    
    AsyncAbstractResponse::_fillBufferAndProcessTemplates()
    
    1.) A parameter is enclosed by the % delimiter.
    2.) Parameter names can have a maximum of 32 characters.
    3.) Parameter names cannot contain illegal characters. (\ .:<>{}',;"/)
    
    A parameter is only recognized and replaced if all of these conditions are met.
    Otherwise the text source code is not changed. Using double % is no longer necessary.
    Nevertheless, this mechanism will continue to be supported for reasons of compatibility.
    Sveninndh committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e7c9e3f View commit details
    Browse the repository at this point in the history