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

Summary: MON: Requests with additional path info should display JSP or servlet name
Product: javaee Reporter: issues@www <issues>
Component: HTTP MonitorAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: UI
Priority: P4    
Version: 3.x   
Hardware: Sun   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

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