eclipse-ee4j / eclipse-ee4j/wasp

Allow set the servlet registration in the TLDScanner instead of the constant "jsp"

Open
#25 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
8
Forks
11
PR merge metrics
No merged PRs in 30d

Description

In the TLDScanner, it searches for the "jsp" servlet registration.

```java
ServletRegistration reg = ctxt.getServletRegistration("jsp");
```

While it's not wrong, it would be better if it was possible to change the servlet it searches for.

https://github.com/eclipse-ee4j/wasp/blob/master/src/main/java/org/apache/jasper/runtime/TldScanner.java#L164

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.