-
프레임워크는 스프링은 아니고.. 기업 자체 프레임워크로 보입니다.
maven을 사용하지 않아 jar 파일 받아서 넣어주고
lucy설정 파일 세개 넣어줬습니다.(rule, xss, xss-sax) web.xml에 filter 설정도 해주고...
그런데 서버 올리는데 계속 에러가 나서 보니까 Lucy-xss-servlet-filter rule.xm…
-
```
We need to make it so that arbitrary matching groups can be supported. For
example, currently it's
awkward to match this set of paths:
/foo/baz/show
/foo/bar/show
/foo/quux/show
The fi…
-
```
Throw an error if keys are bound to non-singletons. Automatically bind unbound
types (class key
without annotation) as singletons.
```
Original issue reported on code.google.com by `dha...@gmai…
-
```
Paolo Capriotti:
"The FinalizableReferenceQueue thread prevents my application from being unloaded. The thread
is started from a stack-local instance, so I think there's no way I can stop
it. …
-
_From [James.Moger](https://code.google.com/u/116428776452027956920/) on May 22, 2014 23:50:06_
Perhaps that design suggestion is incorrect.
Here is the scenario:
filter("/dir/*).through(MyFilter.c…
-
**Describe the bug**
Issue #28235 appears again since Release 24.0.0.9. It probably has been re-introduced with PR #29203 .
In commit [582138f3dc136d3100cd98da17c1d03debb3ff1c ](https://github.co…
-
```
Hi,
In one project we migrated from Pico to Guice, we noticed that Guice does
not match a url like '/xxxx', if you give '/xxxx/*' as url pattern to a
filter in a servlet module, whereas Servle…
-
Thank you for all this work!
In the book, Chapter 12, page 209, where a "Hierarchical self-Attention Network" (HAN) model was introduced to handle heterogeneous graphs, the reference [5] (J. Liu, …
-
The pom includes a dependency for javax.servlet-api version 4.0.1. When compiling for target of tomcat 10, getting errors about missing javax.servlet.jsp.tagext.BodyTagSupport. It should be using jak…
-
In https://github.com/micronaut-projects/micronaut-core/pull/9724 we added a server TCK test for rewriting the request URI as shown in the documentation here https://docs.micronaut.io/latest/guide/#pr…