Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "LocalBadContent" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=120&rev2=121
athertongrace\.com
awesomeindiefilms\.d
https://issues.apache.org/bugzilla/show_bug.cgi?id=54822
Bug ID: 54822
Summary: URL with Query String can't work over SPDY
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=54822
Sheldon Shao changed:
What|Removed |Added
Attachment #30173|0 |1
is patch|
I am looking for the Tomcat 8 sources and can't find them. I searched
the SVN and googled. The only thing I could find was the doc web page
for Tomcat 8.
Are the sources for Tomcat 8 already publicly available?
Thanks,
Ralph
-
T
2013/4/10 Ralph Plawetzki wrote:
>
> I am looking for the Tomcat 8 sources and can't find them. I searched
> the SVN and googled. The only thing I could find was the doc web page
> for Tomcat 8.
>
> Are the sources for Tomcat 8 already publicly available?
>
http://tomcat.apache.org/svn.html
/trun
Am 10.04.2013 14:55, schrieb Violeta Georgieva:
>
> http://tomcat.apache.org/svn.html
>
> /trunk/ - The primary development branch
>
> Regards
> Violeta
>
ooops - thanks for the hint. I missed the move towards Tomcat 8.
Regards,
Ralph
--
Hi,
Are there any good Servlet 3.1 tests around ? (besides the websockets
impl)
I doubt the Servlet TCK will have that sort of stuff, Servlet 3.0 wasn't
very good for that beyond testing of a few specific aspects.
Rémy
-
To u
On 10/04/2013 09:43, Remy Maucherat wrote:
Hi,
Are there any good Servlet 3.1 tests around ? (besides the websockets
impl)
Not yet. We have Filip's initial implementation and a few associated
tests but that is it. The Servlet 3.1 NIO stuff is next on my TODO list
after the WebSocket work. Th