[jboss-user] [JBoss Seam] - Re: Question on Seam Request/Response Cycle
christian.bauer@jboss.com
do-not-reply at jboss.com
Wed Apr 4 05:20:05 EDT 2007
This is how an index.html/refresh will look like:
| http://localhost:8080/wiki/
|
| GET /wiki/ HTTP/1.1
| Host: localhost:8080
| User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
| Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
| Accept-Language: en-us,en;q=0.5
| Accept-Encoding: gzip,deflate
| Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
| Keep-Alive: 300
| Connection: keep-alive
| Cookie: JSESSIONID=BAB0B6ADB8532F5FF85FEF7E70E5D12A
|
| HTTP/1.x 200 OK
| Server: Apache-Coyote/1.1
| X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)/Tomcat-5.5
| Etag: W/"83-1175545117000"
| Last-Modified: Mon, 02 Apr 2007 20:18:37 GMT
| Content-Type: text/html
| Content-Length: 83
| Date: Wed, 04 Apr 2007 09:16:30 GMT
|
| ----------------------------------------------------------
|
| http://localhost:8080/wiki/9.html
|
|
| GET /wiki/9.html HTTP/1.1
| Host: localhost:8080
| User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
| Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
| Accept-Language: en-us,en;q=0.5
| Accept-Encoding: gzip,deflate
| Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
| Keep-Alive: 300
| Connection: keep-alive
| Cookie: JSESSIONID=BAB0B6ADB8532F5FF85FEF7E70E5D12A
|
Notice the first GET results in the index.html, the second GET is triggered by the refresh inside the index.html.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034448#4034448
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034448
More information about the jboss-user
mailing list