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

Version regex update #1

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

Conversation

cy1337
Copy link

@cy1337 cy1337 commented Mar 3, 2020

Removing extraneous \ from pattern (. does not need escaping in a character class) and trimming the space so that this works on a 9.0.29 which responds with:

<h3>Apache Tomcat/9.0.29</h3>

Removing extraneous \ from pattern (. does not need escaping in a character class) and trimming the space so that this works on a 9.0.29 which responds with:
```
<h3>Apache Tomcat/9.0.29</h3>
```
@hypn0s
Copy link
Collaborator

hypn0s commented Mar 3, 2020

Hi, thank you for your contribution!
Actually, I fixed the space trimming last week in the upstream repository: hypn0s/AJPy#11

This repo needs to be synced...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants