| Summary: | Client sends requests to /null | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M6 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
We have a javascript tag with a source null: ... <script charset="UTF-8" src="null" type="text/javascript"> ... In RAP application this is the javascript file with concatenate forms client-side widgets and their adapters. Fixed in StartupPageConfigurer#writeScriptTag to no render a script tag if library is null. JUnit test added. |