This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 26647 - MON: Requests with additional path info should display JSP or servlet name
Summary: MON: Requests with additional path info should display JSP or servlet name
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: Sun Other
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-08-20 18:38 UTC by issues@www
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 2002-08-20 18:38:48 UTC
Description: 
Currently what is displayed in the Monitor's list of transactions for a given 
transaction is simply the last item on the request URI.  However, in the case 
where the request URI includes additional path information, it will display 
part of the additional path info.  In this case it would be much more useful 
for the user if we display the name of the servlet or JSP requested.

For example, I might request the following:

http://localhost:8080/servlet/RequestHandler/foo/bar

This would display as 'bar' in the Monitor transaction list.  However, in this 
request, '/foo/bar' is the additional path info, so it would be more useful if 
it displayed as 'RequestHandler'.

A comment.
Comment 1 Ana.von Klopp 2002-08-21 00:32:40 UTC
This is non trivial to achieve (can't get hold of the 
processing servlet through the Servlet APIs). In terms of 
understanding what is going on, the situation is a little 
better with the new nested node functionality. 
Comment 2 Martin Balin 2016-07-07 08:54:40 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss