| Issue 79: | eclipse plugin: figure out how to get javascript and all from cfdump | |
| 1 person starred this issue and may be notified of changes. | Back to list |
when you get cfdumps back in the plugin, the javascript isn't there. this is because cf uses the user-agent header to determine whether the request is issued from a browser and, if so, it gives the javascript. but if the request is coming from a program, like cfhttp or axis, it returns a slimmed down version. when i try to set the user agent header in the plugin, it doesn't work correctly... it adds a second user-agent header (confirmed with tcpmon) instead of overwriting the default. this then causes "bad request" responses from the webserver. to fix, i'm going to try modifying axis 1.4 itself to behave like i want it to behave
Mar 9, 2008
Project Member
#1
marc.es...@gmail.com
Mar 10, 2008
(No comment was entered for this change.)
Status:
Fixed
|