Hey guys,

I have an application I'm working on adding to (I didn't write the bugger originally) but am having a problem with Flex Builder 2 when I try to debug. In order for the Flex clientside to authenticate and pull the data, I have to add a couple variables to the URL string with the session ID that was created upon login on the server. This works just fine when I'm just testing things but when I need to debug it's another matter. For some reason Flex Builder / Eclipse encodes the URL string with unicode so while it adds in the ?debug=true just fine, the custom stuff I add ( ?icid=SessionIDgoeshere&id=emailGoesHere ) get's encoded so, for example,  the @ symbol in the email is %40 . This messes up the authentication with the server so it can't pull the data and the app hangs. If I try to change the URL string manually in the browser, then it can't connect to the debugger, because in loading the new page, it disconnects and stops the debugger in Flex Builder.

Anyone have any ideas for how I can get FlexBuilder/Eclipse to NOT encode the URL string?
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to