[JBoss JIRA] Created: (JBREM-809) Verify that the behavior of the HTTPUnMarshaller re stripping CR and LF characters is correct
by Tom Fennelly (JIRA)
Verify that the behavior of the HTTPUnMarshaller re stripping CR and LF characters is correct
---------------------------------------------------------------------------------------------
Key: JBREM-809
URL: http://jira.jboss.com/jira/browse/JBREM-809
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Components: marshall
Affects Versions: 2.2.2.GA
Reporter: Tom Fennelly
Assigned To: Trustin Lee
At the moment, the HTTPUnMarshaller uses a BufferedReader to read a HTTP char stream. This causes it to modify the message payload by removing the CR and LF characters. This causes a problem for us on the ESB because it means that signature checks fail on signed SOAP messages since the sig was generated from the message containing the CR and LF chars. It's even worse than that... it actually corrupts the signature within the message because the canonical form of the sig contains CRLF chars.
We got around this in the ESB (in the short term) by setting our own modified version of the HTTPUnMarshaller - one that doesn't use a BufferedReader.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 4 months
[JBoss JIRA] Created: (JBAS-4389) nestedjarXXXX.temp files remain in the User's Temp directory on Windows after AS shutdown.
by Mark Spritzler (JIRA)
nestedjarXXXX.temp files remain in the User's Temp directory on Windows after AS shutdown.
------------------------------------------------------------------------------------------
Key: JBAS-4389
URL: http://jira.jboss.com/jira/browse/JBAS-4389
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.0.0.Beta2
Reporter: Mark Spritzler
When you startup the App Server some temp jar files are created in "C:\Documents and Settings\Username\Local Settings\Temp" directory. After you shutdown the App Server, a lot of them are deleted, but not all of them. After restarting the server many times those files that remain are all still there, causing your hard drive to run out of space. I had had 15 gigs used up by these remaining files.
Here are the statistics of restarting the server about 4 times after cleaning everything out of the Temp folder before the first startup.
Start
386 Files
73.5 MB
Shutdown
224 Files
33.7 Megabytes
Second start
546 Files
97.6 MB
Second Shutdown
576 Files
86.9 MB
Third start
// This tells me I didn't refresh(F5) Windows Explorer to get all the new files.
576 Files
86.9 MB
Third Shutdown
1024 Files
154 MB
Fourth start
1410 Files
228 MB
Fourth Shutdown
1280 Files
193 MB
Format of files remaining in temp
nestedjarNNNN.temp
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 4 months