<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/simpleweb/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/simpleweb/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/simpleweb/support-requests/</id><updated>2018-04-18T16:54:03.375000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Remove class attribute and rename Element</title><link href="https://sourceforge.net/p/simpleweb/support-requests/16/" rel="alternate"/><published>2018-04-18T16:54:03.375000Z</published><updated>2018-04-18T16:54:03.375000Z</updated><author><name>Forrest Teel</name><uri>https://sourceforge.net/u/fgteel/</uri></author><id>https://sourceforge.netf54ffbecfefbf8dc124353506d3868eae57abb42</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have a list of objects that derive from a base class (Query) and when the list is serialized out each object has the base class name and an attribute of the derived class name:&lt;br/&gt;
Example&lt;br/&gt;
&amp;lt;Queries&amp;gt;&lt;br/&gt;
&amp;lt;Query class=".io.snmpOutObject.GetBulkQuery"&amp;gt;&amp;lt;/Query&amp;gt;&lt;br/&gt;
&amp;lt;Query class="io.snmpOutObject.GetBulkQuery" "=""&amp;gt;&amp;lt;/Query&amp;gt;&lt;br/&gt;
&amp;lt;/Queries&amp;gt;&lt;/p&gt;
&lt;p&gt;Is there a way to get the element name to be just the derived classes name?&lt;br/&gt;
&amp;lt;Queries&amp;gt;&lt;br/&gt;
&amp;lt; GetBulkQuery&amp;gt;&lt;br/&gt;
&amp;lt; GetQuery"&amp;gt;&lt;br/&gt;
&amp;lt;/Queries&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#15 Unable to Run the first example</title><link href="https://sourceforge.net/p/simpleweb/support-requests/15/?limit=25#4d5e" rel="alternate"/><published>2014-11-03T12:07:18.504000Z</published><updated>2014-11-03T12:07:18.504000Z</updated><author><name>Fathzer</name><uri>https://sourceforge.net/u/fathzer/</uri></author><id>https://sourceforge.net2873ac1207898f44a4d0fe9b7e520dcb35fb54ef</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Everything is fine before version 6.&lt;br /&gt;
It seems the classes has vanished when you've split the jar in three parts.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Unable to Run the first example</title><link href="https://sourceforge.net/p/simpleweb/support-requests/15/" rel="alternate"/><published>2014-10-30T17:10:06.298000Z</published><updated>2014-10-30T17:10:06.298000Z</updated><author><name>Fathzer</name><uri>https://sourceforge.net/u/fathzer/</uri></author><id>https://sourceforge.netce09599ce21edcbd2bd3d14f3538f225b0d7dc85</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm trying to run the Helloworld example on your tutorial (&lt;a href="http://www.simpleframework.org/doc/tutorial/tutorial.php#start" rel="nofollow"&gt;http://www.simpleframework.org/doc/tutorial/tutorial.php#start&lt;/a&gt;).&lt;br /&gt;
Unfortunatly, it seems I'm not using the right dependency in my pom because some classes are not available (org.simpleframework.http.core.ContainerServer and org.simpleframework.transport.Server). These classes are also not referenced in the javadoc on your site.&lt;/p&gt;
&lt;p&gt;Here are the dependency I'm using:&lt;br /&gt;
        &amp;lt;dependency&amp;gt;&lt;br /&gt;
          &amp;lt;groupId&amp;gt;org.simpleframework&amp;lt;/groupId&amp;gt;&lt;br /&gt;
            &amp;lt;artifactId&amp;gt;simple-http&amp;lt;/artifactId&amp;gt;&lt;br /&gt;
            &amp;lt;version&amp;gt;6.0.1&amp;lt;/version&amp;gt;&lt;br /&gt;
        &amp;lt;/dependency&amp;gt;&lt;br /&gt;
        &amp;lt;dependency&amp;gt;&lt;br /&gt;
          &amp;lt;groupId&amp;gt;org.simpleframework&amp;lt;/groupId&amp;gt;&lt;br /&gt;
          &amp;lt;artifactId&amp;gt;simple-transport&amp;lt;/artifactId&amp;gt;&lt;br /&gt;
          &amp;lt;version&amp;gt;6.0.1&amp;lt;/version&amp;gt;&lt;br /&gt;
        &amp;lt;/dependency&amp;gt;&lt;br /&gt;
        &amp;lt;dependency&amp;gt;&lt;br /&gt;
          &amp;lt;groupId&amp;gt;org.simpleframework&amp;lt;/groupId&amp;gt;&lt;br /&gt;
          &amp;lt;artifactId&amp;gt;simple-common&amp;lt;/artifactId&amp;gt;&lt;br /&gt;
          &amp;lt;version&amp;gt;6.0.1&amp;lt;/version&amp;gt;&lt;br /&gt;
        &amp;lt;/dependency&amp;gt;&lt;br /&gt;
What did I do wrong?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jean-Marc Astesana&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>POODLE?</title><link href="https://sourceforge.net/p/simpleweb/support-requests/14/" rel="alternate"/><published>2014-10-16T11:20:16.258000Z</published><updated>2014-10-16T11:20:16.258000Z</updated><author><name>Ed Thurgood</name><uri>https://sourceforge.net/u/ejthurgo/</uri></author><id>https://sourceforge.net12d72aedd7bdc472307ecae3f41a7d50478f92d3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;br /&gt;
I am trying to figure out how to get to the SSLEngine to be able to specify the enabled protocols (to disable SSLv3).&lt;br /&gt;
My usage of simple is just passing in SSLContext into a Connection but can't find where/how the SSLEngine is exposed or how to call setEnabledProtocols().&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Java &lt;-&gt; Simple version compatibility</title><link href="https://sourceforge.net/p/simpleweb/support-requests/13/" rel="alternate"/><published>2014-09-01T10:40:15.156000Z</published><updated>2014-09-01T10:40:15.156000Z</updated><author><name>Jose Heitor</name><uri>https://sourceforge.net/u/heitorprojects/</uri></author><id>https://sourceforge.net713ccb8f4237ff4dd81a14f484931fb6f9cf2f96</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;What versions of Java are compatible with each version of Simple?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Connection.close() throwing exception</title><link href="https://sourceforge.net/p/simpleweb/support-requests/12/" rel="alternate"/><published>2011-04-06T17:10:09Z</published><updated>2011-04-06T17:10:09Z</updated><author><name> adamw</name><uri>https://sourceforge.net/u/adamwilmer/</uri></author><id>https://sourceforge.net7c30770a209e951406f012f1d9b90356acef52ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When calling close() on a working Connection I'm getting the following exception thrown:&lt;/p&gt;
&lt;p&gt;org.simpleframework.transport.connect.ConnectionException: Close error&lt;br /&gt;
at org.simpleframework.transport.connect.Listener.close(Listener.java:124) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at org.simpleframework.transport.connect.ListenerManager.close(ListenerManager.java:108) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at org.simpleframework.transport.connect.SocketConnection.close(SocketConnection.java:140) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at com.ravn.indexserver.IndexServer.stop(IndexServer.java:93) ~[ravn-utilities-1.2.3-SNAPSHOT.jar:na]&lt;br /&gt;
at com.ravn.pipeline.connector.AutonomyReceiver.execute(AutonomyReceiver.java:126) ~[ravnpipeline-0.9-SNAPSHOT.jar:na]&lt;br /&gt;
at org.openpipeline.scheduler.PipelineJobWrapper.execute(PipelineJobWrapper.java:89) [ravnpipeline-0.9-SNAPSHOT.jar:na]&lt;br /&gt;
at org.quartz.core.JobRunShell.run(JobRunShell.java:216) [quartz-1.8.4.jar:na]&lt;br /&gt;
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) [quartz-1.8.4.jar:na]&lt;br /&gt;
Caused by: java.io.IOException: Thread interrupted&lt;br /&gt;
at org.simpleframework.transport.reactor.Latch.close(Latch.java:68) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at org.simpleframework.transport.reactor.ActionDistributor.close(ActionDistributor.java:230) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at org.simpleframework.transport.reactor.DirectReactor.stop(DirectReactor.java:105) ~[simple-4.1.21.jar:na]&lt;br /&gt;
at org.simpleframework.transport.connect.Listener.close(Listener.java:122) ~[simple-4.1.21.jar:na]&lt;br /&gt;
... 7 common frames omitted&lt;/p&gt;
&lt;p&gt;Testing seems to suggest it's only happening when running my application as a Windows service. The exception is thrown and ActionDistributor threads don't get cleaned up. Can anyone shed some light on what might be causing this?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>size of a Part</title><link href="https://sourceforge.net/p/simpleweb/support-requests/11/" rel="alternate"/><published>2009-12-14T22:25:36Z</published><updated>2009-12-14T22:25:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netba2db610be0d3f8fbb9127e7c24921326deda74c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to have a method that returns the size of a Part?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Wrong parameters values</title><link href="https://sourceforge.net/p/simpleweb/support-requests/10/" rel="alternate"/><published>2007-01-29T12:14:10Z</published><updated>2007-01-29T12:14:10Z</updated><author><name>Bat</name><uri>https://sourceforge.net/u/userid-1683596/</uri></author><id>https://sourceforge.net7f98f80c5512e536a0f6fb498ecf1c50c6f12cdc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I'm trying to read urlencoded parameters from a Request object using the getParameter() method.&lt;/p&gt;
&lt;p&gt;But the value returned doesn't correspond to the expected one.&lt;/p&gt;
&lt;p&gt;It might be due to a bad encoding of the String, since the trace of the urlencoded parameter and value given by Ethereal is:&lt;/p&gt;
&lt;p&gt;info_hash=%B2%E3%FA%0F%DEd%EE%2F%26%B5%13%F2%FE%9E!t%EA%B7%AC%A1&lt;/p&gt;
&lt;p&gt;but the value I get using getParameter("info_hash") is&lt;/p&gt;
&lt;p&gt;%B2%E3%FA%0F%DEd%EE%2F%26%B5%13%F2%FE%9E!t%3F%A1&lt;/p&gt;
&lt;p&gt;Maybe it is because the parameters are stored as String.&lt;br /&gt;
In this case, what could be done?&lt;/p&gt;
&lt;p&gt;Thank you...&lt;/p&gt;
&lt;p&gt;Bat&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>howto receive a file</title><link href="https://sourceforge.net/p/simpleweb/support-requests/9/" rel="alternate"/><published>2005-07-04T17:32:18Z</published><updated>2005-07-04T17:32:18Z</updated><author><name>David Roguin</name><uri>https://sourceforge.net/u/nesdavid/</uri></author><id>https://sourceforge.netc6dba1eee606d3ae9df790d79528478bd8f60cc4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I'm trying to receive a file sended with a&lt;br /&gt;
enctype="multipart/form-data" in the HTML form.&lt;/p&gt;
&lt;p&gt;but no parameters or Attributes are set in the Request&lt;/p&gt;
&lt;p&gt;Is there a form of handling this kind of request?&lt;/p&gt;
&lt;p&gt;maybe i should manually parse the InputStream?&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>How to get the port of a request</title><link href="https://sourceforge.net/p/simpleweb/support-requests/8/" rel="alternate"/><published>2005-05-31T14:45:52Z</published><updated>2005-05-31T14:45:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta170885b3039fad35548905741a3469bc70b8f0f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I want to get that port on which a request was&lt;br /&gt;
received. I can parse the url to get it but this wont&lt;br /&gt;
work for default ports 80 and 443. Any ideas on how to&lt;br /&gt;
do that ?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>