Bug #199
IllegalArgumentException: URLDecoder
| Status: | New | Start date: | 04/23/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
I get exception with the following request:
/index.php?page= index.php%"Submit%Articles"%"Member%Login"%"Top%Authors"
Here the output:
Exception in thread "Thread-81" java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: ""S"
at java.net.URLDecoder.decode(URLDecoder.java:173)
at java.net.URLDecoder.decode(URLDecoder.java:83)
at ch.bfh.ti.vetss1.glastopfng.patternMatching.AttackPatternMatcher.<init>(AttackPatternMatcher.java:36)
at ch.bfh.ti.vetss1.glastopfng.server.GlastopfNgServer.serve(GlastopfNgServer.java:115)
at ch.bfh.ti.vetss1.glastopfng.server.NanoHttpd$HTTPSession.run(NanoHttpd.java:363)
at java.lang.Thread.run(Thread.java:662)